Shades of Raw Umber #685500
Tints of Raw Umber #685500
RGB
CMYK
RGB Variations
Color information
#685500 (or 0x685500) is known color: Raw Umber. HEX triplet: 68, 55 and 00. RGB value is (104,85,0). Sum of RGB (Red+Green+Blue) = 104+85+0=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #685500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685500 is #97AAFF. Grayscale: #515151. Windows color (decimal): -9939712 or 21864. OLE color: 21864.
HSL color Cylindrical-coordinate representation of color #685500: hue angle of 49.04º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #685500 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 85 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.59 |
| HSL | 49.04º | 1% | 0.2% | - |
| HSV(B) | 49.04º | 1% | 0.41% | - |
| XYZ | 8.96 | 9.44 | 1.35 | - |
| YUV | 80.99 | 82.29 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 85 | 0 | 0 | 0.18 | 1 | 0.59 | 49.04 | 1 | 0.2 |
| Hex | 68 | 55 | 0 | 0 | 12 | 64 | 3B | 31 | 64 | 14 |
| Octal | 150 | 125 | 0 | 0 | 22 | 144 | 73 | 61 | 144 | 24 |
| Binary | 1101000 | 1010101 | 0 | 0 | 10010 | 1100100 | 111011 | 110001 | 1100100 | 10100 |
Color Harmonies of #685500
Complementary color
Monochromatic Colors of #685500
Black with #685500
Text Example
Text Example
White with #685500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685500; }
p { color: rgb(104,85,0); }
H1.HeaderClassName
{
color: #685500;
}
.AnyTagClassName
{
color: #685500;
}
</style>
background-color css
<style>
a { background-color: #685500; }
a { background-color: rgb(104,85,0); }
div.DivClassName
{
background-color: #685500;
}
.BgClassName
{
background-color: #685500;
}
</style>
border-color css
<style>
span { border-color: #685500; }
span { border-color: rgb(104,85,0); }
td.TdClassName
{
border-color: #685500;
}
.TagClassName
{
border-color: #685500;
}
</style>