Shades of Raw Umber #60460E
Tints of Raw Umber #60460E
RGB
CMYK
RGB Variations
Color information
#60460E (or 0x60460E) is known color: Raw Umber. HEX triplet: 60, 46 and 0E. RGB value is (96,70,14). Sum of RGB (Red+Green+Blue) = 96+70+14=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 14 (5.86% from 255 or 7.78% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #60460E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60460E is #9FB9F1. Grayscale: #474747. Windows color (decimal): -10467826 or 935520. OLE color: 935520.
HSL color Cylindrical-coordinate representation of color #60460E: hue angle of 40.98º 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 #60460E is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 70 | 14 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.62 |
| HSL | 40.98º | 0.75% | 0.22% | - |
| HSV(B) | 40.98º | 0.85% | 0.38% | - |
| XYZ | 7.09 | 6.9 | 1.37 | - |
| YUV | 71.39 | 95.61 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 70 | 14 | 0 | 0.27 | 0.85 | 0.62 | 40.98 | 0.75 | 0.22 |
| Hex | 60 | 46 | E | 0 | 1B | 55 | 3E | 29 | 4B | 16 |
| Octal | 140 | 106 | 16 | 0 | 33 | 125 | 76 | 51 | 113 | 26 |
| Binary | 1100000 | 1000110 | 1110 | 0 | 11011 | 1010101 | 111110 | 101001 | 1001011 | 10110 |
Color Harmonies of #60460E
Complementary color
Monochromatic Colors of #60460E
Black with #60460E
Text Example
Text Example
White with #60460E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60460E; }
p { color: rgb(96,70,14); }
H1.HeaderClassName
{
color: #60460E;
}
.AnyTagClassName
{
color: #60460E;
}
</style>
background-color css
<style>
a { background-color: #60460E; }
a { background-color: rgb(96,70,14); }
div.DivClassName
{
background-color: #60460E;
}
.BgClassName
{
background-color: #60460E;
}
</style>
border-color css
<style>
span { border-color: #60460E; }
span { border-color: rgb(96,70,14); }
td.TdClassName
{
border-color: #60460E;
}
.TagClassName
{
border-color: #60460E;
}
</style>