Shades of Caput Mortuum #66230F
Tints of Caput Mortuum #66230F
RGB
CMYK
RGB Variations
Color information
#66230F (or 0x66230F) is known color: Caput Mortuum. HEX triplet: 66, 23 and 0F. RGB value is (102,35,15). Sum of RGB (Red+Green+Blue) = 102+35+15=152 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.11% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 102 - color contains mainly: red. Hex color #66230F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66230F is #99DCF0. Grayscale: #343434. Windows color (decimal): -10083569 or 992102. OLE color: 992102.
HSL color Cylindrical-coordinate representation of color #66230F: hue angle of 13.79º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #66230F is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 35 | 15 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.6 |
| HSL | 13.79º | 0.74% | 0.23% | - |
| HSV(B) | 13.79º | 0.85% | 0.4% | - |
| XYZ | 6.17 | 4.06 | 0.91 | - |
| YUV | 52.75 | 106.7 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 35 | 15 | 0 | 0.66 | 0.85 | 0.6 | 13.79 | 0.74 | 0.23 |
| Hex | 66 | 23 | F | 0 | 42 | 55 | 3C | E | 4A | 17 |
| Octal | 146 | 43 | 17 | 0 | 102 | 125 | 74 | 16 | 112 | 27 |
| Binary | 1100110 | 100011 | 1111 | 0 | 1000010 | 1010101 | 111100 | 1110 | 1001010 | 10111 |
Color Harmonies of #66230F
Complementary color
Monochromatic Colors of #66230F
Black with #66230F
Text Example
Text Example
White with #66230F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66230F; }
p { color: rgb(102,35,15); }
H1.HeaderClassName
{
color: #66230F;
}
.AnyTagClassName
{
color: #66230F;
}
</style>
background-color css
<style>
a { background-color: #66230F; }
a { background-color: rgb(102,35,15); }
div.DivClassName
{
background-color: #66230F;
}
.BgClassName
{
background-color: #66230F;
}
</style>
border-color css
<style>
span { border-color: #66230F; }
span { border-color: rgb(102,35,15); }
td.TdClassName
{
border-color: #66230F;
}
.TagClassName
{
border-color: #66230F;
}
</style>