Shades of Raw Umber #60400C
Tints of Raw Umber #60400C
RGB
CMYK
RGB Variations
Color information
#60400C (or 0x60400C) is known color: Raw Umber. HEX triplet: 60, 40 and 0C. RGB value is (96,64,12). Sum of RGB (Red+Green+Blue) = 96+64+12=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #60400C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60400C is #9FBFF3. Grayscale: #434343. Windows color (decimal): -10469364 or 802912. OLE color: 802912.
HSL color Cylindrical-coordinate representation of color #60400C: hue angle of 37.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 #60400C is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 64 | 12 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.62 |
| HSL | 37.14º | 0.78% | 0.21% | - |
| HSV(B) | 37.14º | 0.88% | 0.38% | - |
| XYZ | 6.72 | 6.18 | 1.19 | - |
| YUV | 67.64 | 96.6 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 64 | 12 | 0 | 0.33 | 0.88 | 0.62 | 37.14 | 0.78 | 0.21 |
| Hex | 60 | 40 | C | 0 | 21 | 58 | 3E | 25 | 4E | 15 |
| Octal | 140 | 100 | 14 | 0 | 41 | 130 | 76 | 45 | 116 | 25 |
| Binary | 1100000 | 1000000 | 1100 | 0 | 100001 | 1011000 | 111110 | 100101 | 1001110 | 10101 |
Color Harmonies of #60400C
Complementary color
Monochromatic Colors of #60400C
Black with #60400C
Text Example
Text Example
White with #60400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60400C; }
p { color: rgb(96,64,12); }
H1.HeaderClassName
{
color: #60400C;
}
.AnyTagClassName
{
color: #60400C;
}
</style>
background-color css
<style>
a { background-color: #60400C; }
a { background-color: rgb(96,64,12); }
div.DivClassName
{
background-color: #60400C;
}
.BgClassName
{
background-color: #60400C;
}
</style>
border-color css
<style>
span { border-color: #60400C; }
span { border-color: rgb(96,64,12); }
td.TdClassName
{
border-color: #60400C;
}
.TagClassName
{
border-color: #60400C;
}
</style>