Shades of Raw Umber #604808
Tints of Raw Umber #604808
RGB
CMYK
RGB Variations
Color information
#604808 (or 0x604808) is known color: Raw Umber. HEX triplet: 60, 48 and 08. RGB value is (96,72,8). Sum of RGB (Red+Green+Blue) = 96+72+8=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #604808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604808 is #9FB7F7. Grayscale: #484848. Windows color (decimal): -10467320 or 542816. OLE color: 542816.
HSL color Cylindrical-coordinate representation of color #604808: hue angle of 43.64º 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 #604808 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 72 | 8 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.62 |
| HSL | 43.64º | 0.85% | 0.2% | - |
| HSV(B) | 43.64º | 0.92% | 0.38% | - |
| XYZ | 7.19 | 7.14 | 1.23 | - |
| YUV | 71.88 | 91.95 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 72 | 8 | 0 | 0.25 | 0.92 | 0.62 | 43.64 | 0.85 | 0.2 |
| Hex | 60 | 48 | 8 | 0 | 19 | 5C | 3E | 2C | 55 | 14 |
| Octal | 140 | 110 | 10 | 0 | 31 | 134 | 76 | 54 | 125 | 24 |
| Binary | 1100000 | 1001000 | 1000 | 0 | 11001 | 1011100 | 111110 | 101100 | 1010101 | 10100 |
Color Harmonies of #604808
Complementary color
Monochromatic Colors of #604808
Black with #604808
Text Example
Text Example
White with #604808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604808; }
p { color: rgb(96,72,8); }
H1.HeaderClassName
{
color: #604808;
}
.AnyTagClassName
{
color: #604808;
}
</style>
background-color css
<style>
a { background-color: #604808; }
a { background-color: rgb(96,72,8); }
div.DivClassName
{
background-color: #604808;
}
.BgClassName
{
background-color: #604808;
}
</style>
border-color css
<style>
span { border-color: #604808; }
span { border-color: rgb(96,72,8); }
td.TdClassName
{
border-color: #604808;
}
.TagClassName
{
border-color: #604808;
}
</style>