Shades of Raw Umber #62510C
Tints of Raw Umber #62510C
RGB
CMYK
RGB Variations
Color information
#62510C (or 0x62510C) is known color: Raw Umber. HEX triplet: 62, 51 and 0C. RGB value is (98,81,12). Sum of RGB (Red+Green+Blue) = 98+81+12=191 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.31% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 98 - color contains mainly: red. Hex color #62510C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62510C is #9DAEF3. Grayscale: #4E4E4E. Windows color (decimal): -10333940 or 807266. OLE color: 807266.
HSL color Cylindrical-coordinate representation of color #62510C: hue angle of 48.14º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #62510C is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 81 | 12 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.62 |
| HSL | 48.14º | 0.78% | 0.22% | - |
| HSV(B) | 48.14º | 0.88% | 0.38% | - |
| XYZ | 8.05 | 8.51 | 1.57 | - |
| YUV | 78.22 | 90.63 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 12 | 0 | 0.17 | 0.88 | 0.62 | 48.14 | 0.78 | 0.22 |
| Hex | 62 | 51 | C | 0 | 11 | 58 | 3E | 30 | 4E | 16 |
| Octal | 142 | 121 | 14 | 0 | 21 | 130 | 76 | 60 | 116 | 26 |
| Binary | 1100010 | 1010001 | 1100 | 0 | 10001 | 1011000 | 111110 | 110000 | 1001110 | 10110 |
Color Harmonies of #62510C
Complementary color
Monochromatic Colors of #62510C
Black with #62510C
Text Example
Text Example
White with #62510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62510C; }
p { color: rgb(98,81,12); }
H1.HeaderClassName
{
color: #62510C;
}
.AnyTagClassName
{
color: #62510C;
}
</style>
background-color css
<style>
a { background-color: #62510C; }
a { background-color: rgb(98,81,12); }
div.DivClassName
{
background-color: #62510C;
}
.BgClassName
{
background-color: #62510C;
}
</style>
border-color css
<style>
span { border-color: #62510C; }
span { border-color: rgb(98,81,12); }
td.TdClassName
{
border-color: #62510C;
}
.TagClassName
{
border-color: #62510C;
}
</style>