Shades of Raw Umber #62400C
Tints of Raw Umber #62400C
RGB
CMYK
RGB Variations
Color information
#62400C (or 0x62400C) is known color: Raw Umber. HEX triplet: 62, 40 and 0C. RGB value is (98,64,12). Sum of RGB (Red+Green+Blue) = 98+64+12=174 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56.32% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 98 - color contains mainly: red. Hex color #62400C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62400C is #9DBFF3. Grayscale: #444444. Windows color (decimal): -10338292 or 802914. OLE color: 802914.
HSL color Cylindrical-coordinate representation of color #62400C: hue angle of 36.28º 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 #62400C is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 64 | 12 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.62 |
| HSL | 36.28º | 0.78% | 0.22% | - |
| HSV(B) | 36.28º | 0.88% | 0.38% | - |
| XYZ | 6.94 | 6.29 | 1.2 | - |
| YUV | 68.24 | 96.26 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 64 | 12 | 0 | 0.35 | 0.88 | 0.62 | 36.28 | 0.78 | 0.22 |
| Hex | 62 | 40 | C | 0 | 23 | 58 | 3E | 24 | 4E | 16 |
| Octal | 142 | 100 | 14 | 0 | 43 | 130 | 76 | 44 | 116 | 26 |
| Binary | 1100010 | 1000000 | 1100 | 0 | 100011 | 1011000 | 111110 | 100100 | 1001110 | 10110 |
Color Harmonies of #62400C
Complementary color
Monochromatic Colors of #62400C
Black with #62400C
Text Example
Text Example
White with #62400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62400C; }
p { color: rgb(98,64,12); }
H1.HeaderClassName
{
color: #62400C;
}
.AnyTagClassName
{
color: #62400C;
}
</style>
background-color css
<style>
a { background-color: #62400C; }
a { background-color: rgb(98,64,12); }
div.DivClassName
{
background-color: #62400C;
}
.BgClassName
{
background-color: #62400C;
}
</style>
border-color css
<style>
span { border-color: #62400C; }
span { border-color: rgb(98,64,12); }
td.TdClassName
{
border-color: #62400C;
}
.TagClassName
{
border-color: #62400C;
}
</style>