Shades of Raw Umber #604C0C
Tints of Raw Umber #604C0C
RGB
CMYK
RGB Variations
Color information
#604C0C (or 0x604C0C) is known color: Raw Umber. HEX triplet: 60, 4C and 0C. RGB value is (96,76,12). Sum of RGB (Red+Green+Blue) = 96+76+12=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #604C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604C0C is #9FB3F3. Grayscale: #4A4A4A. Windows color (decimal): -10466292 or 805984. OLE color: 805984.
HSL color Cylindrical-coordinate representation of color #604C0C: hue angle of 45.71º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #604C0C is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 76 | 12 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.62 |
| HSL | 45.71º | 0.78% | 0.21% | - |
| HSV(B) | 45.71º | 0.88% | 0.38% | - |
| XYZ | 7.47 | 7.68 | 1.44 | - |
| YUV | 74.68 | 92.63 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 76 | 12 | 0 | 0.21 | 0.88 | 0.62 | 45.71 | 0.78 | 0.21 |
| Hex | 60 | 4C | C | 0 | 15 | 58 | 3E | 2E | 4E | 15 |
| Octal | 140 | 114 | 14 | 0 | 25 | 130 | 76 | 56 | 116 | 25 |
| Binary | 1100000 | 1001100 | 1100 | 0 | 10101 | 1011000 | 111110 | 101110 | 1001110 | 10101 |
Color Harmonies of #604C0C
Complementary color
Monochromatic Colors of #604C0C
Black with #604C0C
Text Example
Text Example
White with #604C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604C0C; }
p { color: rgb(96,76,12); }
H1.HeaderClassName
{
color: #604C0C;
}
.AnyTagClassName
{
color: #604C0C;
}
</style>
background-color css
<style>
a { background-color: #604C0C; }
a { background-color: rgb(96,76,12); }
div.DivClassName
{
background-color: #604C0C;
}
.BgClassName
{
background-color: #604C0C;
}
</style>
border-color css
<style>
span { border-color: #604C0C; }
span { border-color: rgb(96,76,12); }
td.TdClassName
{
border-color: #604C0C;
}
.TagClassName
{
border-color: #604C0C;
}
</style>