Shades of Caput Mortuum #662A18
Tints of Caput Mortuum #662A18
RGB
CMYK
RGB Variations
Color information
#662A18 (or 0x662A18) is known color: Caput Mortuum. HEX triplet: 66, 2A and 18. RGB value is (102,42,24). Sum of RGB (Red+Green+Blue) = 102+42+24=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 42 (16.80% from 255 or 25% from 168); Blue value is 24 (9.77% from 255 or 14.29% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #662A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662A18 is #99D5E7. Grayscale: #3A3A3A. Windows color (decimal): -10081768 or 1583718. OLE color: 1583718.
HSL color Cylindrical-coordinate representation of color #662A18: hue angle of 13.85º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #662A18 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 42 | 24 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.6 |
| HSL | 13.85º | 0.62% | 0.25% | - |
| HSV(B) | 13.85º | 0.76% | 0.4% | - |
| XYZ | 6.47 | 4.55 | 1.4 | - |
| YUV | 57.89 | 108.88 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 42 | 24 | 0 | 0.59 | 0.76 | 0.6 | 13.85 | 0.62 | 0.25 |
| Hex | 66 | 2A | 18 | 0 | 3B | 4C | 3C | E | 3E | 19 |
| Octal | 146 | 52 | 30 | 0 | 73 | 114 | 74 | 16 | 76 | 31 |
| Binary | 1100110 | 101010 | 11000 | 0 | 111011 | 1001100 | 111100 | 1110 | 111110 | 11001 |
Color Harmonies of #662A18
Complementary color
Monochromatic Colors of #662A18
Black with #662A18
Text Example
Text Example
White with #662A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662A18; }
p { color: rgb(102,42,24); }
H1.HeaderClassName
{
color: #662A18;
}
.AnyTagClassName
{
color: #662A18;
}
</style>
background-color css
<style>
a { background-color: #662A18; }
a { background-color: rgb(102,42,24); }
div.DivClassName
{
background-color: #662A18;
}
.BgClassName
{
background-color: #662A18;
}
</style>
border-color css
<style>
span { border-color: #662A18; }
span { border-color: rgb(102,42,24); }
td.TdClassName
{
border-color: #662A18;
}
.TagClassName
{
border-color: #662A18;
}
</style>