Shades of Raw Umber #60470D
Tints of Raw Umber #60470D
RGB
CMYK
RGB Variations
Color information
#60470D (or 0x60470D) is known color: Raw Umber. HEX triplet: 60, 47 and 0D. RGB value is (96,71,13). Sum of RGB (Red+Green+Blue) = 96+71+13=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #60470D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60470D is #9FB8F2. Grayscale: #484848. Windows color (decimal): -10467571 or 870240. OLE color: 870240.
HSL color Cylindrical-coordinate representation of color #60470D: hue angle of 41.93º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #60470D is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 71 | 13 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.62 |
| HSL | 41.93º | 0.76% | 0.21% | - |
| HSV(B) | 41.93º | 0.86% | 0.38% | - |
| XYZ | 7.15 | 7.02 | 1.36 | - |
| YUV | 71.86 | 94.78 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 71 | 13 | 0 | 0.26 | 0.86 | 0.62 | 41.93 | 0.76 | 0.21 |
| Hex | 60 | 47 | D | 0 | 1A | 56 | 3E | 2A | 4C | 15 |
| Octal | 140 | 107 | 15 | 0 | 32 | 126 | 76 | 52 | 114 | 25 |
| Binary | 1100000 | 1000111 | 1101 | 0 | 11010 | 1010110 | 111110 | 101010 | 1001100 | 10101 |
Color Harmonies of #60470D
Complementary color
Monochromatic Colors of #60470D
Black with #60470D
Text Example
Text Example
White with #60470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60470D; }
p { color: rgb(96,71,13); }
H1.HeaderClassName
{
color: #60470D;
}
.AnyTagClassName
{
color: #60470D;
}
</style>
background-color css
<style>
a { background-color: #60470D; }
a { background-color: rgb(96,71,13); }
div.DivClassName
{
background-color: #60470D;
}
.BgClassName
{
background-color: #60470D;
}
</style>
border-color css
<style>
span { border-color: #60470D; }
span { border-color: rgb(96,71,13); }
td.TdClassName
{
border-color: #60470D;
}
.TagClassName
{
border-color: #60470D;
}
</style>