Shades of Raw Umber #60480D
Tints of Raw Umber #60480D
RGB
CMYK
RGB Variations
Color information
#60480D (or 0x60480D) is known color: Raw Umber. HEX triplet: 60, 48 and 0D. RGB value is (96,72,13). Sum of RGB (Red+Green+Blue) = 96+72+13=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #60480D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60480D is #9FB7F2. Grayscale: #484848. Windows color (decimal): -10467315 or 870496. OLE color: 870496.
HSL color Cylindrical-coordinate representation of color #60480D: hue angle of 42.65º 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 #60480D is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 72 | 13 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.62 |
| HSL | 42.65º | 0.76% | 0.21% | - |
| HSV(B) | 42.65º | 0.86% | 0.38% | - |
| XYZ | 7.21 | 7.15 | 1.38 | - |
| YUV | 72.45 | 94.45 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 72 | 13 | 0 | 0.25 | 0.86 | 0.62 | 42.65 | 0.76 | 0.21 |
| Hex | 60 | 48 | D | 0 | 19 | 56 | 3E | 2B | 4C | 15 |
| Octal | 140 | 110 | 15 | 0 | 31 | 126 | 76 | 53 | 114 | 25 |
| Binary | 1100000 | 1001000 | 1101 | 0 | 11001 | 1010110 | 111110 | 101011 | 1001100 | 10101 |
Color Harmonies of #60480D
Complementary color
Monochromatic Colors of #60480D
Black with #60480D
Text Example
Text Example
White with #60480D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60480D; }
p { color: rgb(96,72,13); }
H1.HeaderClassName
{
color: #60480D;
}
.AnyTagClassName
{
color: #60480D;
}
</style>
background-color css
<style>
a { background-color: #60480D; }
a { background-color: rgb(96,72,13); }
div.DivClassName
{
background-color: #60480D;
}
.BgClassName
{
background-color: #60480D;
}
</style>
border-color css
<style>
span { border-color: #60480D; }
span { border-color: rgb(96,72,13); }
td.TdClassName
{
border-color: #60480D;
}
.TagClassName
{
border-color: #60480D;
}
</style>