Shades of Raw Umber #62420F
Tints of Raw Umber #62420F
RGB
CMYK
RGB Variations
Color information
#62420F (or 0x62420F) is known color: Raw Umber. HEX triplet: 62, 42 and 0F. RGB value is (98,66,15). Sum of RGB (Red+Green+Blue) = 98+66+15=179 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.75% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 98 - color contains mainly: red. Hex color #62420F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62420F is #9DBDF0. Grayscale: #454545. Windows color (decimal): -10337777 or 1000034. OLE color: 1000034.
HSL color Cylindrical-coordinate representation of color #62420F: hue angle of 36.87º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #62420F is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 66 | 15 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.62 |
| HSL | 36.87º | 0.73% | 0.22% | - |
| HSV(B) | 36.87º | 0.85% | 0.38% | - |
| XYZ | 7.07 | 6.53 | 1.34 | - |
| YUV | 69.75 | 97.1 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 66 | 15 | 0 | 0.33 | 0.85 | 0.62 | 36.87 | 0.73 | 0.22 |
| Hex | 62 | 42 | F | 0 | 21 | 55 | 3E | 25 | 49 | 16 |
| Octal | 142 | 102 | 17 | 0 | 41 | 125 | 76 | 45 | 111 | 26 |
| Binary | 1100010 | 1000010 | 1111 | 0 | 100001 | 1010101 | 111110 | 100101 | 1001001 | 10110 |
Color Harmonies of #62420F
Complementary color
Monochromatic Colors of #62420F
Black with #62420F
Text Example
Text Example
White with #62420F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62420F; }
p { color: rgb(98,66,15); }
H1.HeaderClassName
{
color: #62420F;
}
.AnyTagClassName
{
color: #62420F;
}
</style>
background-color css
<style>
a { background-color: #62420F; }
a { background-color: rgb(98,66,15); }
div.DivClassName
{
background-color: #62420F;
}
.BgClassName
{
background-color: #62420F;
}
</style>
border-color css
<style>
span { border-color: #62420F; }
span { border-color: rgb(98,66,15); }
td.TdClassName
{
border-color: #62420F;
}
.TagClassName
{
border-color: #62420F;
}
</style>