Shades of Raw Umber #62410B
Tints of Raw Umber #62410B
RGB
CMYK
RGB Variations
Color information
#62410B (or 0x62410B) is known color: Raw Umber. HEX triplet: 62, 41 and 0B. RGB value is (98,65,11). Sum of RGB (Red+Green+Blue) = 98+65+11=174 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56.32% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 98 - color contains mainly: red. Hex color #62410B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62410B is #9DBEF4. Grayscale: #444444. Windows color (decimal): -10338037 or 737634. OLE color: 737634.
HSL color Cylindrical-coordinate representation of color #62410B: hue angle of 37.24º 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 #62410B is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 65 | 11 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.62 |
| HSL | 37.24º | 0.8% | 0.21% | - |
| HSV(B) | 37.24º | 0.89% | 0.38% | - |
| XYZ | 6.99 | 6.4 | 1.18 | - |
| YUV | 68.71 | 95.43 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 65 | 11 | 0 | 0.34 | 0.89 | 0.62 | 37.24 | 0.8 | 0.21 |
| Hex | 62 | 41 | B | 0 | 22 | 59 | 3E | 25 | 50 | 15 |
| Octal | 142 | 101 | 13 | 0 | 42 | 131 | 76 | 45 | 120 | 25 |
| Binary | 1100010 | 1000001 | 1011 | 0 | 100010 | 1011001 | 111110 | 100101 | 1010000 | 10101 |
Color Harmonies of #62410B
Complementary color
Monochromatic Colors of #62410B
Black with #62410B
Text Example
Text Example
White with #62410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62410B; }
p { color: rgb(98,65,11); }
H1.HeaderClassName
{
color: #62410B;
}
.AnyTagClassName
{
color: #62410B;
}
</style>
background-color css
<style>
a { background-color: #62410B; }
a { background-color: rgb(98,65,11); }
div.DivClassName
{
background-color: #62410B;
}
.BgClassName
{
background-color: #62410B;
}
</style>
border-color css
<style>
span { border-color: #62410B; }
span { border-color: rgb(98,65,11); }
td.TdClassName
{
border-color: #62410B;
}
.TagClassName
{
border-color: #62410B;
}
</style>