Shades of Caput Mortuum #66210D
Tints of Caput Mortuum #66210D
RGB
CMYK
RGB Variations
Color information
#66210D (or 0x66210D) is known color: Caput Mortuum. HEX triplet: 66, 21 and 0D. RGB value is (102,33,13). Sum of RGB (Red+Green+Blue) = 102+33+13=148 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.92% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 102 - color contains mainly: red. Hex color #66210D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66210D is #99DEF2. Grayscale: #333333. Windows color (decimal): -10084083 or 860518. OLE color: 860518.
HSL color Cylindrical-coordinate representation of color #66210D: hue angle of 13.48º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #66210D is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 33 | 13 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.6 |
| HSL | 13.48º | 0.77% | 0.23% | - |
| HSV(B) | 13.48º | 0.87% | 0.4% | - |
| XYZ | 6.1 | 3.94 | 0.82 | - |
| YUV | 51.35 | 106.36 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 33 | 13 | 0 | 0.68 | 0.87 | 0.6 | 13.48 | 0.77 | 0.23 |
| Hex | 66 | 21 | D | 0 | 44 | 57 | 3C | D | 4D | 17 |
| Octal | 146 | 41 | 15 | 0 | 104 | 127 | 74 | 15 | 115 | 27 |
| Binary | 1100110 | 100001 | 1101 | 0 | 1000100 | 1010111 | 111100 | 1101 | 1001101 | 10111 |
Color Harmonies of #66210D
Complementary color
Monochromatic Colors of #66210D
Black with #66210D
Text Example
Text Example
White with #66210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66210D; }
p { color: rgb(102,33,13); }
H1.HeaderClassName
{
color: #66210D;
}
.AnyTagClassName
{
color: #66210D;
}
</style>
background-color css
<style>
a { background-color: #66210D; }
a { background-color: rgb(102,33,13); }
div.DivClassName
{
background-color: #66210D;
}
.BgClassName
{
background-color: #66210D;
}
</style>
border-color css
<style>
span { border-color: #66210D; }
span { border-color: rgb(102,33,13); }
td.TdClassName
{
border-color: #66210D;
}
.TagClassName
{
border-color: #66210D;
}
</style>