Shades of Raw Umber #62400B
Tints of Raw Umber #62400B
RGB
CMYK
RGB Variations
Color information
#62400B (or 0x62400B) is known color: Raw Umber. HEX triplet: 62, 40 and 0B. RGB value is (98,64,11). Sum of RGB (Red+Green+Blue) = 98+64+11=173 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.65% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 98 - color contains mainly: red. Hex color #62400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62400B is #9DBFF4. Grayscale: #444444. Windows color (decimal): -10338293 or 737378. OLE color: 737378.
HSL color Cylindrical-coordinate representation of color #62400B: hue angle of 36.55º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #62400B is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 64 | 11 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.62 |
| HSL | 36.55º | 0.8% | 0.21% | - |
| HSV(B) | 36.55º | 0.89% | 0.38% | - |
| XYZ | 6.93 | 6.29 | 1.16 | - |
| YUV | 68.12 | 95.76 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 64 | 11 | 0 | 0.35 | 0.89 | 0.62 | 36.55 | 0.8 | 0.21 |
| Hex | 62 | 40 | B | 0 | 23 | 59 | 3E | 25 | 50 | 15 |
| Octal | 142 | 100 | 13 | 0 | 43 | 131 | 76 | 45 | 120 | 25 |
| Binary | 1100010 | 1000000 | 1011 | 0 | 100011 | 1011001 | 111110 | 100101 | 1010000 | 10101 |
Color Harmonies of #62400B
Complementary color
Monochromatic Colors of #62400B
Black with #62400B
Text Example
Text Example
White with #62400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62400B; }
p { color: rgb(98,64,11); }
H1.HeaderClassName
{
color: #62400B;
}
.AnyTagClassName
{
color: #62400B;
}
</style>
background-color css
<style>
a { background-color: #62400B; }
a { background-color: rgb(98,64,11); }
div.DivClassName
{
background-color: #62400B;
}
.BgClassName
{
background-color: #62400B;
}
</style>
border-color css
<style>
span { border-color: #62400B; }
span { border-color: rgb(98,64,11); }
td.TdClassName
{
border-color: #62400B;
}
.TagClassName
{
border-color: #62400B;
}
</style>