Shades of Raw Umber #62450E
Tints of Raw Umber #62450E
RGB
CMYK
RGB Variations
Color information
#62450E (or 0x62450E) is known color: Raw Umber. HEX triplet: 62, 45 and 0E. RGB value is (98,69,14). Sum of RGB (Red+Green+Blue) = 98+69+14=181 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.14% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 98 - color contains mainly: red. Hex color #62450E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62450E is #9DBAF1. Grayscale: #474747. Windows color (decimal): -10337010 or 935266. OLE color: 935266.
HSL color Cylindrical-coordinate representation of color #62450E: hue angle of 39.29º 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 #62450E is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 69 | 14 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.62 |
| HSL | 39.29º | 0.75% | 0.22% | - |
| HSV(B) | 39.29º | 0.86% | 0.38% | - |
| XYZ | 7.24 | 6.88 | 1.36 | - |
| YUV | 71.4 | 95.61 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 69 | 14 | 0 | 0.30 | 0.86 | 0.62 | 39.29 | 0.75 | 0.22 |
| Hex | 62 | 45 | E | 0 | 1E | 56 | 3E | 27 | 4B | 16 |
| Octal | 142 | 105 | 16 | 0 | 36 | 126 | 76 | 47 | 113 | 26 |
| Binary | 1100010 | 1000101 | 1110 | 0 | 11110 | 1010110 | 111110 | 100111 | 1001011 | 10110 |
Color Harmonies of #62450E
Complementary color
Monochromatic Colors of #62450E
Black with #62450E
Text Example
Text Example
White with #62450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62450E; }
p { color: rgb(98,69,14); }
H1.HeaderClassName
{
color: #62450E;
}
.AnyTagClassName
{
color: #62450E;
}
</style>
background-color css
<style>
a { background-color: #62450E; }
a { background-color: rgb(98,69,14); }
div.DivClassName
{
background-color: #62450E;
}
.BgClassName
{
background-color: #62450E;
}
</style>
border-color css
<style>
span { border-color: #62450E; }
span { border-color: rgb(98,69,14); }
td.TdClassName
{
border-color: #62450E;
}
.TagClassName
{
border-color: #62450E;
}
</style>