Shades of Caput Mortuum #66200B
Tints of Caput Mortuum #66200B
RGB
CMYK
RGB Variations
Color information
#66200B (or 0x66200B) is known color: Caput Mortuum. HEX triplet: 66, 20 and 0B. RGB value is (102,32,11). Sum of RGB (Red+Green+Blue) = 102+32+11=145 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.34% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 11 (4.69% from 255 or 7.59% from 145); Max value from RGB is 102 - color contains mainly: red. Hex color #66200B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66200B is #99DFF4. Grayscale: #323232. Windows color (decimal): -10084341 or 729190. OLE color: 729190.
HSL color Cylindrical-coordinate representation of color #66200B: hue angle of 13.85º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66200B is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 32 | 11 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.6 |
| HSL | 13.85º | 0.81% | 0.22% | - |
| HSV(B) | 13.85º | 0.89% | 0.4% | - |
| XYZ | 6.06 | 3.88 | 0.75 | - |
| YUV | 50.54 | 105.69 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 32 | 11 | 0 | 0.69 | 0.89 | 0.6 | 13.85 | 0.81 | 0.22 |
| Hex | 66 | 20 | B | 0 | 45 | 59 | 3C | E | 51 | 16 |
| Octal | 146 | 40 | 13 | 0 | 105 | 131 | 74 | 16 | 121 | 26 |
| Binary | 1100110 | 100000 | 1011 | 0 | 1000101 | 1011001 | 111100 | 1110 | 1010001 | 10110 |
Color Harmonies of #66200B
Complementary color
Monochromatic Colors of #66200B
Black with #66200B
Text Example
Text Example
White with #66200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66200B; }
p { color: rgb(102,32,11); }
H1.HeaderClassName
{
color: #66200B;
}
.AnyTagClassName
{
color: #66200B;
}
</style>
background-color css
<style>
a { background-color: #66200B; }
a { background-color: rgb(102,32,11); }
div.DivClassName
{
background-color: #66200B;
}
.BgClassName
{
background-color: #66200B;
}
</style>
border-color css
<style>
span { border-color: #66200B; }
span { border-color: rgb(102,32,11); }
td.TdClassName
{
border-color: #66200B;
}
.TagClassName
{
border-color: #66200B;
}
</style>