Shades of Raw Umber #604C02
Tints of Raw Umber #604C02
RGB
CMYK
RGB Variations
Color information
#604C02 (or 0x604C02) is known color: Raw Umber. HEX triplet: 60, 4C and 02. RGB value is (96,76,2). Sum of RGB (Red+Green+Blue) = 96+76+2=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 76 (30.08% from 255 or 43.68% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #604C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604C02 is #9FB3FD. Grayscale: #494949. Windows color (decimal): -10466302 or 150624. OLE color: 150624.
HSL color Cylindrical-coordinate representation of color #604C02: hue angle of 47.23º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #604C02 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 76 | 2 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.62 |
| HSL | 47.23º | 0.96% | 0.19% | - |
| HSV(B) | 47.23º | 0.98% | 0.38% | - |
| XYZ | 7.42 | 7.66 | 1.14 | - |
| YUV | 73.54 | 87.63 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 76 | 2 | 0 | 0.21 | 0.98 | 0.62 | 47.23 | 0.96 | 0.19 |
| Hex | 60 | 4C | 2 | 0 | 15 | 62 | 3E | 2F | 60 | 13 |
| Octal | 140 | 114 | 2 | 0 | 25 | 142 | 76 | 57 | 140 | 23 |
| Binary | 1100000 | 1001100 | 10 | 0 | 10101 | 1100010 | 111110 | 101111 | 1100000 | 10011 |
Color Harmonies of #604C02
Complementary color
Monochromatic Colors of #604C02
Black with #604C02
Text Example
Text Example
White with #604C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604C02; }
p { color: rgb(96,76,2); }
H1.HeaderClassName
{
color: #604C02;
}
.AnyTagClassName
{
color: #604C02;
}
</style>
background-color css
<style>
a { background-color: #604C02; }
a { background-color: rgb(96,76,2); }
div.DivClassName
{
background-color: #604C02;
}
.BgClassName
{
background-color: #604C02;
}
</style>
border-color css
<style>
span { border-color: #604C02; }
span { border-color: rgb(96,76,2); }
td.TdClassName
{
border-color: #604C02;
}
.TagClassName
{
border-color: #604C02;
}
</style>