First $02:06:84$ look more like minutes, seconds and centiseconds to me.
To carry over the subtraction $\begin{array}{ll}&\mathtt{MM:SS.CC}\\-& \mathtt{mm:ss.cc}\\\hline=&\mathtt{xx:yy.zz}
\end{array}$
You do the following:
- If $CC\ge cc$ then $zz=CC-cc$ and $r_z=0$
- Else $zz=100+CC-cc$ and $r_z=1$
- If $SS\ge ss+r_z$ then $yy=SS-(ss+r_z)$ and $r_y=0$
- Else $yy=60+SS-(ss+r_z)$ and $r_y=1$
- Finally $xx=MM-(mm+r_y)$
$\begin{array}{lll}&\mathtt{02}&:\mathtt{\overset{\color{blue}{6}}{0}6}&.\mathtt{\color{green}{^1}84}\\-& \mathtt{01_\color{blue}{+1}}&:\mathtt{36_\color{green}{+1}}&.\mathtt{91}\\\hline=&\mathtt{00}&:\mathtt{29}&.\mathtt{93}
\end{array}$