Shades of Raw Umber #62410C
Tints of Raw Umber #62410C
RGB
CMYK
RGB Variations
Color information
#62410C (or 0x62410C) is known color: Raw Umber. HEX triplet: 62, 41 and 0C. RGB value is (98,65,12). Sum of RGB (Red+Green+Blue) = 98+65+12=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #62410C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62410C is #9DBEF3. Grayscale: #454545. Windows color (decimal): -10338036 or 803170. OLE color: 803170.
HSL color Cylindrical-coordinate representation of color #62410C: hue angle of 36.98º 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 #62410C is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 65 | 12 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.62 |
| HSL | 36.98º | 0.78% | 0.22% | - |
| HSV(B) | 36.98º | 0.88% | 0.38% | - |
| XYZ | 6.99 | 6.4 | 1.22 | - |
| YUV | 68.83 | 95.93 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 65 | 12 | 0 | 0.34 | 0.88 | 0.62 | 36.98 | 0.78 | 0.22 |
| Hex | 62 | 41 | C | 0 | 22 | 58 | 3E | 25 | 4E | 16 |
| Octal | 142 | 101 | 14 | 0 | 42 | 130 | 76 | 45 | 116 | 26 |
| Binary | 1100010 | 1000001 | 1100 | 0 | 100010 | 1011000 | 111110 | 100101 | 1001110 | 10110 |
Color Harmonies of #62410C
Complementary color
Monochromatic Colors of #62410C
Black with #62410C
Text Example
Text Example
White with #62410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62410C; }
p { color: rgb(98,65,12); }
H1.HeaderClassName
{
color: #62410C;
}
.AnyTagClassName
{
color: #62410C;
}
</style>
background-color css
<style>
a { background-color: #62410C; }
a { background-color: rgb(98,65,12); }
div.DivClassName
{
background-color: #62410C;
}
.BgClassName
{
background-color: #62410C;
}
</style>
border-color css
<style>
span { border-color: #62410C; }
span { border-color: rgb(98,65,12); }
td.TdClassName
{
border-color: #62410C;
}
.TagClassName
{
border-color: #62410C;
}
</style>