Shades of Raw Umber #604D04
Tints of Raw Umber #604D04
RGB
CMYK
RGB Variations
Color information
#604D04 (or 0x604D04) is known color: Raw Umber. HEX triplet: 60, 4D and 04. RGB value is (96,77,4). Sum of RGB (Red+Green+Blue) = 96+77+4=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 4 (1.95% from 255 or 2.26% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #604D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #604D04 is #9FB2FB. Grayscale: #4A4A4A. Windows color (decimal): -10466044 or 281952. OLE color: 281952.
HSL color Cylindrical-coordinate representation of color #604D04: hue angle of 47.61º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #604D04 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 77 | 4 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.62 |
| HSL | 47.61º | 0.92% | 0.2% | - |
| HSV(B) | 47.61º | 0.96% | 0.38% | - |
| XYZ | 7.5 | 7.8 | 1.23 | - |
| YUV | 74.36 | 88.29 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 77 | 4 | 0 | 0.20 | 0.96 | 0.62 | 47.61 | 0.92 | 0.2 |
| Hex | 60 | 4D | 4 | 0 | 14 | 60 | 3E | 30 | 5C | 14 |
| Octal | 140 | 115 | 4 | 0 | 24 | 140 | 76 | 60 | 134 | 24 |
| Binary | 1100000 | 1001101 | 100 | 0 | 10100 | 1100000 | 111110 | 110000 | 1011100 | 10100 |
Color Harmonies of #604D04
Complementary color
Monochromatic Colors of #604D04
Black with #604D04
Text Example
Text Example
White with #604D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604D04; }
p { color: rgb(96,77,4); }
H1.HeaderClassName
{
color: #604D04;
}
.AnyTagClassName
{
color: #604D04;
}
</style>
background-color css
<style>
a { background-color: #604D04; }
a { background-color: rgb(96,77,4); }
div.DivClassName
{
background-color: #604D04;
}
.BgClassName
{
background-color: #604D04;
}
</style>
border-color css
<style>
span { border-color: #604D04; }
span { border-color: rgb(96,77,4); }
td.TdClassName
{
border-color: #604D04;
}
.TagClassName
{
border-color: #604D04;
}
</style>