Shades of Raw Umber #62420D
Tints of Raw Umber #62420D
RGB
CMYK
RGB Variations
Color information
#62420D (or 0x62420D) is known color: Raw Umber. HEX triplet: 62, 42 and 0D. RGB value is (98,66,13). Sum of RGB (Red+Green+Blue) = 98+66+13=177 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.37% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 98 - color contains mainly: red. Hex color #62420D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62420D is #9DBDF2. Grayscale: #454545. Windows color (decimal): -10337779 or 868962. OLE color: 868962.
HSL color Cylindrical-coordinate representation of color #62420D: hue angle of 37.41º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #62420D is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 66 | 13 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.62 |
| HSL | 37.41º | 0.77% | 0.22% | - |
| HSV(B) | 37.41º | 0.87% | 0.38% | - |
| XYZ | 7.06 | 6.52 | 1.27 | - |
| YUV | 69.53 | 96.1 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 66 | 13 | 0 | 0.33 | 0.87 | 0.62 | 37.41 | 0.77 | 0.22 |
| Hex | 62 | 42 | D | 0 | 21 | 57 | 3E | 25 | 4D | 16 |
| Octal | 142 | 102 | 15 | 0 | 41 | 127 | 76 | 45 | 115 | 26 |
| Binary | 1100010 | 1000010 | 1101 | 0 | 100001 | 1010111 | 111110 | 100101 | 1001101 | 10110 |
Color Harmonies of #62420D
Complementary color
Monochromatic Colors of #62420D
Black with #62420D
Text Example
Text Example
White with #62420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62420D; }
p { color: rgb(98,66,13); }
H1.HeaderClassName
{
color: #62420D;
}
.AnyTagClassName
{
color: #62420D;
}
</style>
background-color css
<style>
a { background-color: #62420D; }
a { background-color: rgb(98,66,13); }
div.DivClassName
{
background-color: #62420D;
}
.BgClassName
{
background-color: #62420D;
}
</style>
border-color css
<style>
span { border-color: #62420D; }
span { border-color: rgb(98,66,13); }
td.TdClassName
{
border-color: #62420D;
}
.TagClassName
{
border-color: #62420D;
}
</style>