Shades of Raw Umber #60420D
Tints of Raw Umber #60420D
RGB
CMYK
RGB Variations
Color information
#60420D (or 0x60420D) is known color: Raw Umber. HEX triplet: 60, 42 and 0D. RGB value is (96,66,13). Sum of RGB (Red+Green+Blue) = 96+66+13=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #60420D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60420D is #9FBDF2. Grayscale: #454545. Windows color (decimal): -10468851 or 868960. OLE color: 868960.
HSL color Cylindrical-coordinate representation of color #60420D: hue angle of 38.31º 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 #60420D is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 66 | 13 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.62 |
| HSL | 38.31º | 0.76% | 0.21% | - |
| HSV(B) | 38.31º | 0.86% | 0.38% | - |
| XYZ | 6.84 | 6.41 | 1.26 | - |
| YUV | 68.93 | 96.44 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 66 | 13 | 0 | 0.31 | 0.86 | 0.62 | 38.31 | 0.76 | 0.21 |
| Hex | 60 | 42 | D | 0 | 1F | 56 | 3E | 26 | 4C | 15 |
| Octal | 140 | 102 | 15 | 0 | 37 | 126 | 76 | 46 | 114 | 25 |
| Binary | 1100000 | 1000010 | 1101 | 0 | 11111 | 1010110 | 111110 | 100110 | 1001100 | 10101 |
Color Harmonies of #60420D
Complementary color
Monochromatic Colors of #60420D
Black with #60420D
Text Example
Text Example
White with #60420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60420D; }
p { color: rgb(96,66,13); }
H1.HeaderClassName
{
color: #60420D;
}
.AnyTagClassName
{
color: #60420D;
}
</style>
background-color css
<style>
a { background-color: #60420D; }
a { background-color: rgb(96,66,13); }
div.DivClassName
{
background-color: #60420D;
}
.BgClassName
{
background-color: #60420D;
}
</style>
border-color css
<style>
span { border-color: #60420D; }
span { border-color: rgb(96,66,13); }
td.TdClassName
{
border-color: #60420D;
}
.TagClassName
{
border-color: #60420D;
}
</style>