Shades of Raw Umber #62470F
Tints of Raw Umber #62470F
RGB
CMYK
RGB Variations
Color information
#62470F (or 0x62470F) is known color: Raw Umber. HEX triplet: 62, 47 and 0F. RGB value is (98,71,15). Sum of RGB (Red+Green+Blue) = 98+71+15=184 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.26% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 98 - color contains mainly: red. Hex color #62470F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62470F is #9DB8F0. Grayscale: #484848. Windows color (decimal): -10336497 or 1001314. OLE color: 1001314.
HSL color Cylindrical-coordinate representation of color #62470F: hue angle of 40.48º 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 #62470F is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 71 | 15 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.62 |
| HSL | 40.48º | 0.73% | 0.22% | - |
| HSV(B) | 40.48º | 0.85% | 0.38% | - |
| XYZ | 7.38 | 7.14 | 1.44 | - |
| YUV | 72.69 | 95.45 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 71 | 15 | 0 | 0.28 | 0.85 | 0.62 | 40.48 | 0.73 | 0.22 |
| Hex | 62 | 47 | F | 0 | 1C | 55 | 3E | 28 | 49 | 16 |
| Octal | 142 | 107 | 17 | 0 | 34 | 125 | 76 | 50 | 111 | 26 |
| Binary | 1100010 | 1000111 | 1111 | 0 | 11100 | 1010101 | 111110 | 101000 | 1001001 | 10110 |
Color Harmonies of #62470F
Complementary color
Monochromatic Colors of #62470F
Black with #62470F
Text Example
Text Example
White with #62470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62470F; }
p { color: rgb(98,71,15); }
H1.HeaderClassName
{
color: #62470F;
}
.AnyTagClassName
{
color: #62470F;
}
</style>
background-color css
<style>
a { background-color: #62470F; }
a { background-color: rgb(98,71,15); }
div.DivClassName
{
background-color: #62470F;
}
.BgClassName
{
background-color: #62470F;
}
</style>
border-color css
<style>
span { border-color: #62470F; }
span { border-color: rgb(98,71,15); }
td.TdClassName
{
border-color: #62470F;
}
.TagClassName
{
border-color: #62470F;
}
</style>