Shades of Raw Umber #62500C
Tints of Raw Umber #62500C
RGB
CMYK
RGB Variations
Color information
#62500C (or 0x62500C) is known color: Raw Umber. HEX triplet: 62, 50 and 0C. RGB value is (98,80,12). Sum of RGB (Red+Green+Blue) = 98+80+12=190 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.58% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 98 - color contains mainly: red. Hex color #62500C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62500C is #9DAFF3. Grayscale: #4D4D4D. Windows color (decimal): -10334196 or 807010. OLE color: 807010.
HSL color Cylindrical-coordinate representation of color #62500C: hue angle of 47.44º 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 #62500C is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 80 | 12 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.62 |
| HSL | 47.44º | 0.78% | 0.22% | - |
| HSV(B) | 47.44º | 0.88% | 0.38% | - |
| XYZ | 7.97 | 8.36 | 1.54 | - |
| YUV | 77.63 | 90.96 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 80 | 12 | 0 | 0.18 | 0.88 | 0.62 | 47.44 | 0.78 | 0.22 |
| Hex | 62 | 50 | C | 0 | 12 | 58 | 3E | 2F | 4E | 16 |
| Octal | 142 | 120 | 14 | 0 | 22 | 130 | 76 | 57 | 116 | 26 |
| Binary | 1100010 | 1010000 | 1100 | 0 | 10010 | 1011000 | 111110 | 101111 | 1001110 | 10110 |
Color Harmonies of #62500C
Complementary color
Monochromatic Colors of #62500C
Black with #62500C
Text Example
Text Example
White with #62500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62500C; }
p { color: rgb(98,80,12); }
H1.HeaderClassName
{
color: #62500C;
}
.AnyTagClassName
{
color: #62500C;
}
</style>
background-color css
<style>
a { background-color: #62500C; }
a { background-color: rgb(98,80,12); }
div.DivClassName
{
background-color: #62500C;
}
.BgClassName
{
background-color: #62500C;
}
</style>
border-color css
<style>
span { border-color: #62500C; }
span { border-color: rgb(98,80,12); }
td.TdClassName
{
border-color: #62500C;
}
.TagClassName
{
border-color: #62500C;
}
</style>