Shades of Raw Umber #62420B
Tints of Raw Umber #62420B
RGB
CMYK
RGB Variations
Color information
#62420B (or 0x62420B) is known color: Raw Umber. HEX triplet: 62, 42 and 0B. RGB value is (98,66,11). Sum of RGB (Red+Green+Blue) = 98+66+11=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #62420B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62420B is #9DBDF4. Grayscale: #454545. Windows color (decimal): -10337781 or 737890. OLE color: 737890.
HSL color Cylindrical-coordinate representation of color #62420B: hue angle of 37.93º 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 #62420B is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 66 | 11 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.62 |
| HSL | 37.93º | 0.8% | 0.21% | - |
| HSV(B) | 37.93º | 0.89% | 0.38% | - |
| XYZ | 7.05 | 6.52 | 1.2 | - |
| YUV | 69.3 | 95.1 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 66 | 11 | 0 | 0.33 | 0.89 | 0.62 | 37.93 | 0.8 | 0.21 |
| Hex | 62 | 42 | B | 0 | 21 | 59 | 3E | 26 | 50 | 15 |
| Octal | 142 | 102 | 13 | 0 | 41 | 131 | 76 | 46 | 120 | 25 |
| Binary | 1100010 | 1000010 | 1011 | 0 | 100001 | 1011001 | 111110 | 100110 | 1010000 | 10101 |
Color Harmonies of #62420B
Complementary color
Monochromatic Colors of #62420B
Black with #62420B
Text Example
Text Example
White with #62420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62420B; }
p { color: rgb(98,66,11); }
H1.HeaderClassName
{
color: #62420B;
}
.AnyTagClassName
{
color: #62420B;
}
</style>
background-color css
<style>
a { background-color: #62420B; }
a { background-color: rgb(98,66,11); }
div.DivClassName
{
background-color: #62420B;
}
.BgClassName
{
background-color: #62420B;
}
</style>
border-color css
<style>
span { border-color: #62420B; }
span { border-color: rgb(98,66,11); }
td.TdClassName
{
border-color: #62420B;
}
.TagClassName
{
border-color: #62420B;
}
</style>