Shades of Caput Mortuum #66200C
Tints of Caput Mortuum #66200C
RGB
CMYK
RGB Variations
Color information
#66200C (or 0x66200C) is known color: Caput Mortuum. HEX triplet: 66, 20 and 0C. RGB value is (102,32,12). Sum of RGB (Red+Green+Blue) = 102+32+12=146 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.86% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 102 - color contains mainly: red. Hex color #66200C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66200C is #99DFF3. Grayscale: #323232. Windows color (decimal): -10084340 or 794726. OLE color: 794726.
HSL color Cylindrical-coordinate representation of color #66200C: hue angle of 13.33º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #66200C is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 32 | 12 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.6 |
| HSL | 13.33º | 0.79% | 0.22% | - |
| HSV(B) | 13.33º | 0.88% | 0.4% | - |
| XYZ | 6.06 | 3.88 | 0.78 | - |
| YUV | 50.65 | 106.19 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 32 | 12 | 0 | 0.69 | 0.88 | 0.6 | 13.33 | 0.79 | 0.22 |
| Hex | 66 | 20 | C | 0 | 45 | 58 | 3C | D | 4F | 16 |
| Octal | 146 | 40 | 14 | 0 | 105 | 130 | 74 | 15 | 117 | 26 |
| Binary | 1100110 | 100000 | 1100 | 0 | 1000101 | 1011000 | 111100 | 1101 | 1001111 | 10110 |
Color Harmonies of #66200C
Complementary color
Monochromatic Colors of #66200C
Black with #66200C
Text Example
Text Example
White with #66200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66200C; }
p { color: rgb(102,32,12); }
H1.HeaderClassName
{
color: #66200C;
}
.AnyTagClassName
{
color: #66200C;
}
</style>
background-color css
<style>
a { background-color: #66200C; }
a { background-color: rgb(102,32,12); }
div.DivClassName
{
background-color: #66200C;
}
.BgClassName
{
background-color: #66200C;
}
</style>
border-color css
<style>
span { border-color: #66200C; }
span { border-color: rgb(102,32,12); }
td.TdClassName
{
border-color: #66200C;
}
.TagClassName
{
border-color: #66200C;
}
</style>