Shades of Raw Umber #60490E
Tints of Raw Umber #60490E
RGB
CMYK
RGB Variations
Color information
#60490E (or 0x60490E) is known color: Raw Umber. HEX triplet: 60, 49 and 0E. RGB value is (96,73,14). Sum of RGB (Red+Green+Blue) = 96+73+14=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 14 (5.86% from 255 or 7.65% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #60490E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60490E is #9FB6F1. Grayscale: #494949. Windows color (decimal): -10467058 or 936288. OLE color: 936288.
HSL color Cylindrical-coordinate representation of color #60490E: hue angle of 43.17º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #60490E is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 73 | 14 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.62 |
| HSL | 43.17º | 0.75% | 0.22% | - |
| HSV(B) | 43.17º | 0.85% | 0.38% | - |
| XYZ | 7.29 | 7.28 | 1.44 | - |
| YUV | 73.15 | 94.62 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 73 | 14 | 0 | 0.24 | 0.85 | 0.62 | 43.17 | 0.75 | 0.22 |
| Hex | 60 | 49 | E | 0 | 18 | 55 | 3E | 2B | 4B | 16 |
| Octal | 140 | 111 | 16 | 0 | 30 | 125 | 76 | 53 | 113 | 26 |
| Binary | 1100000 | 1001001 | 1110 | 0 | 11000 | 1010101 | 111110 | 101011 | 1001011 | 10110 |
Color Harmonies of #60490E
Complementary color
Monochromatic Colors of #60490E
Black with #60490E
Text Example
Text Example
White with #60490E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60490E; }
p { color: rgb(96,73,14); }
H1.HeaderClassName
{
color: #60490E;
}
.AnyTagClassName
{
color: #60490E;
}
</style>
background-color css
<style>
a { background-color: #60490E; }
a { background-color: rgb(96,73,14); }
div.DivClassName
{
background-color: #60490E;
}
.BgClassName
{
background-color: #60490E;
}
</style>
border-color css
<style>
span { border-color: #60490E; }
span { border-color: rgb(96,73,14); }
td.TdClassName
{
border-color: #60490E;
}
.TagClassName
{
border-color: #60490E;
}
</style>