Shades of Raw Umber #604D08
Tints of Raw Umber #604D08
RGB
CMYK
RGB Variations
Color information
#604D08 (or 0x604D08) is known color: Raw Umber. HEX triplet: 60, 4D and 08. RGB value is (96,77,8). Sum of RGB (Red+Green+Blue) = 96+77+8=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 77 (30.47% from 255 or 42.54% from 181); Blue value is 8 (3.52% from 255 or 4.42% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #604D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #604D08 is #9FB2F7. Grayscale: #4B4B4B. Windows color (decimal): -10466040 or 544096. OLE color: 544096.
HSL color Cylindrical-coordinate representation of color #604D08: hue angle of 47.05º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #604D08 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 77 | 8 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.62 |
| HSL | 47.05º | 0.85% | 0.2% | - |
| HSV(B) | 47.05º | 0.92% | 0.38% | - |
| XYZ | 7.52 | 7.81 | 1.34 | - |
| YUV | 74.82 | 90.29 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 77 | 8 | 0 | 0.20 | 0.92 | 0.62 | 47.05 | 0.85 | 0.2 |
| Hex | 60 | 4D | 8 | 0 | 14 | 5C | 3E | 2F | 55 | 14 |
| Octal | 140 | 115 | 10 | 0 | 24 | 134 | 76 | 57 | 125 | 24 |
| Binary | 1100000 | 1001101 | 1000 | 0 | 10100 | 1011100 | 111110 | 101111 | 1010101 | 10100 |
Color Harmonies of #604D08
Complementary color
Monochromatic Colors of #604D08
Black with #604D08
Text Example
Text Example
White with #604D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604D08; }
p { color: rgb(96,77,8); }
H1.HeaderClassName
{
color: #604D08;
}
.AnyTagClassName
{
color: #604D08;
}
</style>
background-color css
<style>
a { background-color: #604D08; }
a { background-color: rgb(96,77,8); }
div.DivClassName
{
background-color: #604D08;
}
.BgClassName
{
background-color: #604D08;
}
</style>
border-color css
<style>
span { border-color: #604D08; }
span { border-color: rgb(96,77,8); }
td.TdClassName
{
border-color: #604D08;
}
.TagClassName
{
border-color: #604D08;
}
</style>