Shades of Caput Mortuum #602211
Tints of Caput Mortuum #602211
RGB
CMYK
RGB Variations
Color information
#602211 (or 0x602211) is known color: Caput Mortuum. HEX triplet: 60, 22 and 11. RGB value is (96,34,17). Sum of RGB (Red+Green+Blue) = 96+34+17=147 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.31% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 96 - color contains mainly: red. Hex color #602211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602211 is #9FDDEE. Grayscale: #323232. Windows color (decimal): -10477039 or 1122912. OLE color: 1122912.
HSL color Cylindrical-coordinate representation of color #602211: hue angle of 12.91º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #602211 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 34 | 17 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.62 |
| HSL | 12.91º | 0.7% | 0.22% | - |
| HSV(B) | 12.91º | 0.82% | 0.38% | - |
| XYZ | 5.5 | 3.67 | 0.95 | - |
| YUV | 50.6 | 109.04 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 34 | 17 | 0 | 0.65 | 0.82 | 0.62 | 12.91 | 0.7 | 0.22 |
| Hex | 60 | 22 | 11 | 0 | 41 | 52 | 3E | D | 46 | 16 |
| Octal | 140 | 42 | 21 | 0 | 101 | 122 | 76 | 15 | 106 | 26 |
| Binary | 1100000 | 100010 | 10001 | 0 | 1000001 | 1010010 | 111110 | 1101 | 1000110 | 10110 |
Color Harmonies of #602211
Complementary color
Monochromatic Colors of #602211
Black with #602211
Text Example
Text Example
White with #602211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602211; }
p { color: rgb(96,34,17); }
H1.HeaderClassName
{
color: #602211;
}
.AnyTagClassName
{
color: #602211;
}
</style>
background-color css
<style>
a { background-color: #602211; }
a { background-color: rgb(96,34,17); }
div.DivClassName
{
background-color: #602211;
}
.BgClassName
{
background-color: #602211;
}
</style>
border-color css
<style>
span { border-color: #602211; }
span { border-color: rgb(96,34,17); }
td.TdClassName
{
border-color: #602211;
}
.TagClassName
{
border-color: #602211;
}
</style>