Shades of Raw Umber #604A04
Tints of Raw Umber #604A04
RGB
CMYK
RGB Variations
Color information
#604A04 (or 0x604A04) is known color: Raw Umber. HEX triplet: 60, 4A and 04. RGB value is (96,74,4). Sum of RGB (Red+Green+Blue) = 96+74+4=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 74 (29.30% from 255 or 42.53% from 174); Blue value is 4 (1.95% from 255 or 2.30% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #604A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604A04 is #9FB5FB. Grayscale: #484848. Windows color (decimal): -10466812 or 281184. OLE color: 281184.
HSL color Cylindrical-coordinate representation of color #604A04: hue angle of 45.65º 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 #604A04 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 74 | 4 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.62 |
| HSL | 45.65º | 0.92% | 0.2% | - |
| HSV(B) | 45.65º | 0.96% | 0.38% | - |
| XYZ | 7.29 | 7.39 | 1.16 | - |
| YUV | 72.6 | 89.29 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 74 | 4 | 0 | 0.23 | 0.96 | 0.62 | 45.65 | 0.92 | 0.2 |
| Hex | 60 | 4A | 4 | 0 | 17 | 60 | 3E | 2E | 5C | 14 |
| Octal | 140 | 112 | 4 | 0 | 27 | 140 | 76 | 56 | 134 | 24 |
| Binary | 1100000 | 1001010 | 100 | 0 | 10111 | 1100000 | 111110 | 101110 | 1011100 | 10100 |
Color Harmonies of #604A04
Complementary color
Monochromatic Colors of #604A04
Black with #604A04
Text Example
Text Example
White with #604A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604A04; }
p { color: rgb(96,74,4); }
H1.HeaderClassName
{
color: #604A04;
}
.AnyTagClassName
{
color: #604A04;
}
</style>
background-color css
<style>
a { background-color: #604A04; }
a { background-color: rgb(96,74,4); }
div.DivClassName
{
background-color: #604A04;
}
.BgClassName
{
background-color: #604A04;
}
</style>
border-color css
<style>
span { border-color: #604A04; }
span { border-color: rgb(96,74,4); }
td.TdClassName
{
border-color: #604A04;
}
.TagClassName
{
border-color: #604A04;
}
</style>