Shades of Raw Umber #62460D
Tints of Raw Umber #62460D
RGB
CMYK
RGB Variations
Color information
#62460D (or 0x62460D) is known color: Raw Umber. HEX triplet: 62, 46 and 0D. RGB value is (98,70,13). Sum of RGB (Red+Green+Blue) = 98+70+13=181 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.14% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 98 - color contains mainly: red. Hex color #62460D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62460D is #9DB9F2. Grayscale: #484848. Windows color (decimal): -10336755 or 869986. OLE color: 869986.
HSL color Cylindrical-coordinate representation of color #62460D: hue angle of 40.24º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #62460D is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 70 | 13 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.62 |
| HSL | 40.24º | 0.77% | 0.22% | - |
| HSV(B) | 40.24º | 0.87% | 0.38% | - |
| XYZ | 7.3 | 7.01 | 1.35 | - |
| YUV | 71.87 | 94.78 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 70 | 13 | 0 | 0.29 | 0.87 | 0.62 | 40.24 | 0.77 | 0.22 |
| Hex | 62 | 46 | D | 0 | 1D | 57 | 3E | 28 | 4D | 16 |
| Octal | 142 | 106 | 15 | 0 | 35 | 127 | 76 | 50 | 115 | 26 |
| Binary | 1100010 | 1000110 | 1101 | 0 | 11101 | 1010111 | 111110 | 101000 | 1001101 | 10110 |
Color Harmonies of #62460D
Complementary color
Monochromatic Colors of #62460D
Black with #62460D
Text Example
Text Example
White with #62460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62460D; }
p { color: rgb(98,70,13); }
H1.HeaderClassName
{
color: #62460D;
}
.AnyTagClassName
{
color: #62460D;
}
</style>
background-color css
<style>
a { background-color: #62460D; }
a { background-color: rgb(98,70,13); }
div.DivClassName
{
background-color: #62460D;
}
.BgClassName
{
background-color: #62460D;
}
</style>
border-color css
<style>
span { border-color: #62460D; }
span { border-color: rgb(98,70,13); }
td.TdClassName
{
border-color: #62460D;
}
.TagClassName
{
border-color: #62460D;
}
</style>