Shades of Raw Umber #60470C
Tints of Raw Umber #60470C
RGB
CMYK
RGB Variations
Color information
#60470C (or 0x60470C) is known color: Raw Umber. HEX triplet: 60, 47 and 0C. RGB value is (96,71,12). Sum of RGB (Red+Green+Blue) = 96+71+12=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #60470C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60470C is #9FB8F3. Grayscale: #484848. Windows color (decimal): -10467572 or 804704. OLE color: 804704.
HSL color Cylindrical-coordinate representation of color #60470C: hue angle of 42.14º 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 #60470C is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 71 | 12 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.62 |
| HSL | 42.14º | 0.78% | 0.21% | - |
| HSV(B) | 42.14º | 0.88% | 0.38% | - |
| XYZ | 7.14 | 7.02 | 1.33 | - |
| YUV | 71.75 | 94.28 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 71 | 12 | 0 | 0.26 | 0.88 | 0.62 | 42.14 | 0.78 | 0.21 |
| Hex | 60 | 47 | C | 0 | 1A | 58 | 3E | 2A | 4E | 15 |
| Octal | 140 | 107 | 14 | 0 | 32 | 130 | 76 | 52 | 116 | 25 |
| Binary | 1100000 | 1000111 | 1100 | 0 | 11010 | 1011000 | 111110 | 101010 | 1001110 | 10101 |
Color Harmonies of #60470C
Complementary color
Monochromatic Colors of #60470C
Black with #60470C
Text Example
Text Example
White with #60470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60470C; }
p { color: rgb(96,71,12); }
H1.HeaderClassName
{
color: #60470C;
}
.AnyTagClassName
{
color: #60470C;
}
</style>
background-color css
<style>
a { background-color: #60470C; }
a { background-color: rgb(96,71,12); }
div.DivClassName
{
background-color: #60470C;
}
.BgClassName
{
background-color: #60470C;
}
</style>
border-color css
<style>
span { border-color: #60470C; }
span { border-color: rgb(96,71,12); }
td.TdClassName
{
border-color: #60470C;
}
.TagClassName
{
border-color: #60470C;
}
</style>