Shades of Raw Umber #604C04
Tints of Raw Umber #604C04
RGB
CMYK
RGB Variations
Color information
#604C04 (or 0x604C04) is known color: Raw Umber. HEX triplet: 60, 4C and 04. RGB value is (96,76,4). Sum of RGB (Red+Green+Blue) = 96+76+4=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 76 (30.08% from 255 or 43.18% from 176); Blue value is 4 (1.95% from 255 or 2.27% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #604C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604C04 is #9FB3FB. Grayscale: #4A4A4A. Windows color (decimal): -10466300 or 281696. OLE color: 281696.
HSL color Cylindrical-coordinate representation of color #604C04: hue angle of 46.96º 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 #604C04 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 76 | 4 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.62 |
| HSL | 46.96º | 0.92% | 0.2% | - |
| HSV(B) | 46.96º | 0.96% | 0.38% | - |
| XYZ | 7.43 | 7.66 | 1.2 | - |
| YUV | 73.77 | 88.63 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 76 | 4 | 0 | 0.21 | 0.96 | 0.62 | 46.96 | 0.92 | 0.2 |
| Hex | 60 | 4C | 4 | 0 | 15 | 60 | 3E | 2F | 5C | 14 |
| Octal | 140 | 114 | 4 | 0 | 25 | 140 | 76 | 57 | 134 | 24 |
| Binary | 1100000 | 1001100 | 100 | 0 | 10101 | 1100000 | 111110 | 101111 | 1011100 | 10100 |
Color Harmonies of #604C04
Complementary color
Monochromatic Colors of #604C04
Black with #604C04
Text Example
Text Example
White with #604C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604C04; }
p { color: rgb(96,76,4); }
H1.HeaderClassName
{
color: #604C04;
}
.AnyTagClassName
{
color: #604C04;
}
</style>
background-color css
<style>
a { background-color: #604C04; }
a { background-color: rgb(96,76,4); }
div.DivClassName
{
background-color: #604C04;
}
.BgClassName
{
background-color: #604C04;
}
</style>
border-color css
<style>
span { border-color: #604C04; }
span { border-color: rgb(96,76,4); }
td.TdClassName
{
border-color: #604C04;
}
.TagClassName
{
border-color: #604C04;
}
</style>