ConvertNumber is a handy little applet if you use a paint program
that gives RGB values in decimal and you write HTML pages
that use RGB values in hex.
Just place the jar file in the same folder as the page
then copy and paste the following HTML code onto your page.
<APPLET CODE="ConvertNumber.class" ARCHIVE="ConvertNumber.jar" width="200" height="60" ALT="Your browser does not support applets"></APPLET>