Shades of Caput Mortuum #622412
Tints of Caput Mortuum #622412
RGB
CMYK
RGB Variations
Color information
#622412 (or 0x622412) is known color: Caput Mortuum. HEX triplet: 62, 24 and 12. RGB value is (98,36,18). Sum of RGB (Red+Green+Blue) = 98+36+18=152 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.47% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 98 - color contains mainly: red. Hex color #622412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622412 is #9DDBED. Grayscale: #343434. Windows color (decimal): -10345454 or 1188962. OLE color: 1188962.
HSL color Cylindrical-coordinate representation of color #622412: hue angle of 13.5º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #622412 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 36 | 18 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.62 |
| HSL | 13.5º | 0.69% | 0.23% | - |
| HSV(B) | 13.5º | 0.82% | 0.38% | - |
| XYZ | 5.78 | 3.9 | 1.02 | - |
| YUV | 52.49 | 108.54 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 36 | 18 | 0 | 0.63 | 0.82 | 0.62 | 13.5 | 0.69 | 0.23 |
| Hex | 62 | 24 | 12 | 0 | 3F | 52 | 3E | E | 45 | 17 |
| Octal | 142 | 44 | 22 | 0 | 77 | 122 | 76 | 16 | 105 | 27 |
| Binary | 1100010 | 100100 | 10010 | 0 | 111111 | 1010010 | 111110 | 1110 | 1000101 | 10111 |
Color Harmonies of #622412
Complementary color
Monochromatic Colors of #622412
Black with #622412
Text Example
Text Example
White with #622412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622412; }
p { color: rgb(98,36,18); }
H1.HeaderClassName
{
color: #622412;
}
.AnyTagClassName
{
color: #622412;
}
</style>
background-color css
<style>
a { background-color: #622412; }
a { background-color: rgb(98,36,18); }
div.DivClassName
{
background-color: #622412;
}
.BgClassName
{
background-color: #622412;
}
</style>
border-color css
<style>
span { border-color: #622412; }
span { border-color: rgb(98,36,18); }
td.TdClassName
{
border-color: #622412;
}
.TagClassName
{
border-color: #622412;
}
</style>