Shades of Caput Mortuum #62220E
Tints of Caput Mortuum #62220E
RGB
CMYK
RGB Variations
Color information
#62220E (or 0x62220E) is known color: Caput Mortuum. HEX triplet: 62, 22 and 0E. RGB value is (98,34,14). Sum of RGB (Red+Green+Blue) = 98+34+14=146 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.12% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 14 (5.86% from 255 or 9.59% from 146); Max value from RGB is 98 - color contains mainly: red. Hex color #62220E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62220E is #9DDDF1. Grayscale: #323232. Windows color (decimal): -10345970 or 926306. OLE color: 926306.
HSL color Cylindrical-coordinate representation of color #62220E: hue angle of 14.29º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #62220E is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 34 | 14 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.62 |
| HSL | 14.29º | 0.75% | 0.22% | - |
| HSV(B) | 14.29º | 0.86% | 0.38% | - |
| XYZ | 5.69 | 3.77 | 0.84 | - |
| YUV | 50.86 | 107.2 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 34 | 14 | 0 | 0.65 | 0.86 | 0.62 | 14.29 | 0.75 | 0.22 |
| Hex | 62 | 22 | E | 0 | 41 | 56 | 3E | E | 4B | 16 |
| Octal | 142 | 42 | 16 | 0 | 101 | 126 | 76 | 16 | 113 | 26 |
| Binary | 1100010 | 100010 | 1110 | 0 | 1000001 | 1010110 | 111110 | 1110 | 1001011 | 10110 |
Color Harmonies of #62220E
Complementary color
Monochromatic Colors of #62220E
Black with #62220E
Text Example
Text Example
White with #62220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62220E; }
p { color: rgb(98,34,14); }
H1.HeaderClassName
{
color: #62220E;
}
.AnyTagClassName
{
color: #62220E;
}
</style>
background-color css
<style>
a { background-color: #62220E; }
a { background-color: rgb(98,34,14); }
div.DivClassName
{
background-color: #62220E;
}
.BgClassName
{
background-color: #62220E;
}
</style>
border-color css
<style>
span { border-color: #62220E; }
span { border-color: rgb(98,34,14); }
td.TdClassName
{
border-color: #62220E;
}
.TagClassName
{
border-color: #62220E;
}
</style>