Shades of Raw Umber #60460C
Tints of Raw Umber #60460C
RGB
CMYK
RGB Variations
Color information
#60460C (or 0x60460C) is known color: Raw Umber. HEX triplet: 60, 46 and 0C. RGB value is (96,70,12). Sum of RGB (Red+Green+Blue) = 96+70+12=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #60460C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60460C is #9FB9F3. Grayscale: #474747. Windows color (decimal): -10467828 or 804448. OLE color: 804448.
HSL color Cylindrical-coordinate representation of color #60460C: hue angle of 41.43º 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 #60460C is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 70 | 12 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.62 |
| HSL | 41.43º | 0.78% | 0.21% | - |
| HSV(B) | 41.43º | 0.88% | 0.38% | - |
| XYZ | 7.08 | 6.89 | 1.31 | - |
| YUV | 71.16 | 94.61 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 70 | 12 | 0 | 0.27 | 0.88 | 0.62 | 41.43 | 0.78 | 0.21 |
| Hex | 60 | 46 | C | 0 | 1B | 58 | 3E | 29 | 4E | 15 |
| Octal | 140 | 106 | 14 | 0 | 33 | 130 | 76 | 51 | 116 | 25 |
| Binary | 1100000 | 1000110 | 1100 | 0 | 11011 | 1011000 | 111110 | 101001 | 1001110 | 10101 |
Color Harmonies of #60460C
Complementary color
Monochromatic Colors of #60460C
Black with #60460C
Text Example
Text Example
White with #60460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60460C; }
p { color: rgb(96,70,12); }
H1.HeaderClassName
{
color: #60460C;
}
.AnyTagClassName
{
color: #60460C;
}
</style>
background-color css
<style>
a { background-color: #60460C; }
a { background-color: rgb(96,70,12); }
div.DivClassName
{
background-color: #60460C;
}
.BgClassName
{
background-color: #60460C;
}
</style>
border-color css
<style>
span { border-color: #60460C; }
span { border-color: rgb(96,70,12); }
td.TdClassName
{
border-color: #60460C;
}
.TagClassName
{
border-color: #60460C;
}
</style>