Shades of Raw Umber #604C06
Tints of Raw Umber #604C06
RGB
CMYK
RGB Variations
Color information
#604C06 (or 0x604C06) is known color: Raw Umber. HEX triplet: 60, 4C and 06. RGB value is (96,76,6). Sum of RGB (Red+Green+Blue) = 96+76+6=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 76 (30.08% from 255 or 42.70% from 178); Blue value is 6 (2.73% from 255 or 3.37% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #604C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604C06 is #9FB3F9. Grayscale: #4A4A4A. Windows color (decimal): -10466298 or 412768. OLE color: 412768.
HSL color Cylindrical-coordinate representation of color #604C06: hue angle of 46.67º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #604C06 is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 76 | 6 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.62 |
| HSL | 46.67º | 0.88% | 0.2% | - |
| HSV(B) | 46.67º | 0.94% | 0.38% | - |
| XYZ | 7.44 | 7.67 | 1.26 | - |
| YUV | 74 | 89.63 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 76 | 6 | 0 | 0.21 | 0.94 | 0.62 | 46.67 | 0.88 | 0.2 |
| Hex | 60 | 4C | 6 | 0 | 15 | 5E | 3E | 2F | 58 | 14 |
| Octal | 140 | 114 | 6 | 0 | 25 | 136 | 76 | 57 | 130 | 24 |
| Binary | 1100000 | 1001100 | 110 | 0 | 10101 | 1011110 | 111110 | 101111 | 1011000 | 10100 |
Color Harmonies of #604C06
Complementary color
Monochromatic Colors of #604C06
Black with #604C06
Text Example
Text Example
White with #604C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604C06; }
p { color: rgb(96,76,6); }
H1.HeaderClassName
{
color: #604C06;
}
.AnyTagClassName
{
color: #604C06;
}
</style>
background-color css
<style>
a { background-color: #604C06; }
a { background-color: rgb(96,76,6); }
div.DivClassName
{
background-color: #604C06;
}
.BgClassName
{
background-color: #604C06;
}
</style>
border-color css
<style>
span { border-color: #604C06; }
span { border-color: rgb(96,76,6); }
td.TdClassName
{
border-color: #604C06;
}
.TagClassName
{
border-color: #604C06;
}
</style>