Shades of Raw Umber #685900
Tints of Raw Umber #685900
RGB
CMYK
RGB Variations
Color information
#685900 (or 0x685900) is known color: Raw Umber. HEX triplet: 68, 59 and 00. RGB value is (104,89,0). Sum of RGB (Red+Green+Blue) = 104+89+0=193 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.89% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 104 - color contains mainly: red. Hex color #685900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685900 is #97A6FF. Grayscale: #535353. Windows color (decimal): -9938688 or 22888. OLE color: 22888.
HSL color Cylindrical-coordinate representation of color #685900: hue angle of 51.35º 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 #685900 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 89 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.59 |
| HSL | 51.35º | 1% | 0.2% | - |
| HSV(B) | 51.35º | 1% | 0.41% | - |
| XYZ | 9.28 | 10.09 | 1.46 | - |
| YUV | 83.34 | 80.97 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 89 | 0 | 0 | 0.14 | 1 | 0.59 | 51.35 | 1 | 0.2 |
| Hex | 68 | 59 | 0 | 0 | E | 64 | 3B | 33 | 64 | 14 |
| Octal | 150 | 131 | 0 | 0 | 16 | 144 | 73 | 63 | 144 | 24 |
| Binary | 1101000 | 1011001 | 0 | 0 | 1110 | 1100100 | 111011 | 110011 | 1100100 | 10100 |
Color Harmonies of #685900
Complementary color
Monochromatic Colors of #685900
Black with #685900
Text Example
Text Example
White with #685900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685900; }
p { color: rgb(104,89,0); }
H1.HeaderClassName
{
color: #685900;
}
.AnyTagClassName
{
color: #685900;
}
</style>
background-color css
<style>
a { background-color: #685900; }
a { background-color: rgb(104,89,0); }
div.DivClassName
{
background-color: #685900;
}
.BgClassName
{
background-color: #685900;
}
</style>
border-color css
<style>
span { border-color: #685900; }
span { border-color: rgb(104,89,0); }
td.TdClassName
{
border-color: #685900;
}
.TagClassName
{
border-color: #685900;
}
</style>