Shades of Raw Umber #62490E
Tints of Raw Umber #62490E
RGB
CMYK
RGB Variations
Color information
#62490E (or 0x62490E) is known color: Raw Umber. HEX triplet: 62, 49 and 0E. RGB value is (98,73,14). Sum of RGB (Red+Green+Blue) = 98+73+14=185 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.97% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 14 (5.86% from 255 or 7.57% from 185); Max value from RGB is 98 - color contains mainly: red. Hex color #62490E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62490E is #9DB6F1. Grayscale: #4A4A4A. Windows color (decimal): -10335986 or 936290. OLE color: 936290.
HSL color Cylindrical-coordinate representation of color #62490E: hue angle of 42.14º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #62490E is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 73 | 14 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.62 |
| HSL | 42.14º | 0.75% | 0.22% | - |
| HSV(B) | 42.14º | 0.86% | 0.38% | - |
| XYZ | 7.5 | 7.39 | 1.45 | - |
| YUV | 73.75 | 94.28 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 73 | 14 | 0 | 0.26 | 0.86 | 0.62 | 42.14 | 0.75 | 0.22 |
| Hex | 62 | 49 | E | 0 | 1A | 56 | 3E | 2A | 4B | 16 |
| Octal | 142 | 111 | 16 | 0 | 32 | 126 | 76 | 52 | 113 | 26 |
| Binary | 1100010 | 1001001 | 1110 | 0 | 11010 | 1010110 | 111110 | 101010 | 1001011 | 10110 |
Color Harmonies of #62490E
Complementary color
Monochromatic Colors of #62490E
Black with #62490E
Text Example
Text Example
White with #62490E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62490E; }
p { color: rgb(98,73,14); }
H1.HeaderClassName
{
color: #62490E;
}
.AnyTagClassName
{
color: #62490E;
}
</style>
background-color css
<style>
a { background-color: #62490E; }
a { background-color: rgb(98,73,14); }
div.DivClassName
{
background-color: #62490E;
}
.BgClassName
{
background-color: #62490E;
}
</style>
border-color css
<style>
span { border-color: #62490E; }
span { border-color: rgb(98,73,14); }
td.TdClassName
{
border-color: #62490E;
}
.TagClassName
{
border-color: #62490E;
}
</style>