Shades of Caput Mortuum #662111
Tints of Caput Mortuum #662111
RGB
CMYK
RGB Variations
Color information
#662111 (or 0x662111) is known color: Caput Mortuum. HEX triplet: 66, 21 and 11. RGB value is (102,33,17). Sum of RGB (Red+Green+Blue) = 102+33+17=152 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.11% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 102 - color contains mainly: red. Hex color #662111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662111 is #99DEEE. Grayscale: #333333. Windows color (decimal): -10084079 or 1122662. OLE color: 1122662.
HSL color Cylindrical-coordinate representation of color #662111: hue angle of 11.29º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #662111 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 33 | 17 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.6 |
| HSL | 11.29º | 0.71% | 0.23% | - |
| HSV(B) | 11.29º | 0.83% | 0.4% | - |
| XYZ | 6.12 | 3.95 | 0.97 | - |
| YUV | 51.81 | 108.36 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 33 | 17 | 0 | 0.68 | 0.83 | 0.6 | 11.29 | 0.71 | 0.23 |
| Hex | 66 | 21 | 11 | 0 | 44 | 53 | 3C | B | 47 | 17 |
| Octal | 146 | 41 | 21 | 0 | 104 | 123 | 74 | 13 | 107 | 27 |
| Binary | 1100110 | 100001 | 10001 | 0 | 1000100 | 1010011 | 111100 | 1011 | 1000111 | 10111 |
Color Harmonies of #662111
Complementary color
Monochromatic Colors of #662111
Black with #662111
Text Example
Text Example
White with #662111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662111; }
p { color: rgb(102,33,17); }
H1.HeaderClassName
{
color: #662111;
}
.AnyTagClassName
{
color: #662111;
}
</style>
background-color css
<style>
a { background-color: #662111; }
a { background-color: rgb(102,33,17); }
div.DivClassName
{
background-color: #662111;
}
.BgClassName
{
background-color: #662111;
}
</style>
border-color css
<style>
span { border-color: #662111; }
span { border-color: rgb(102,33,17); }
td.TdClassName
{
border-color: #662111;
}
.TagClassName
{
border-color: #662111;
}
</style>