Shades of Caput Mortuum #661F0A
Tints of Caput Mortuum #661F0A
RGB
CMYK
RGB Variations
Color information
#661F0A (or 0x661F0A) is known color: Caput Mortuum. HEX triplet: 66, 1F and 0A. RGB value is (102,31,10). Sum of RGB (Red+Green+Blue) = 102+31+10=143 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.33% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 10 (4.30% from 255 or 6.99% from 143); Max value from RGB is 102 - color contains mainly: red. Hex color #661F0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661F0A is #99E0F5. Grayscale: #313131. Windows color (decimal): -10084598 or 663398. OLE color: 663398.
HSL color Cylindrical-coordinate representation of color #661F0A: hue angle of 13.7º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #661F0A is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 31 | 10 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.6 |
| HSL | 13.7º | 0.82% | 0.22% | - |
| HSV(B) | 13.7º | 0.9% | 0.4% | - |
| XYZ | 6.02 | 3.83 | 0.71 | - |
| YUV | 49.84 | 105.52 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 31 | 10 | 0 | 0.70 | 0.90 | 0.6 | 13.7 | 0.82 | 0.22 |
| Hex | 66 | 1F | A | 0 | 46 | 5A | 3C | E | 52 | 16 |
| Octal | 146 | 37 | 12 | 0 | 106 | 132 | 74 | 16 | 122 | 26 |
| Binary | 1100110 | 11111 | 1010 | 0 | 1000110 | 1011010 | 111100 | 1110 | 1010010 | 10110 |
Color Harmonies of #661F0A
Complementary color
Monochromatic Colors of #661F0A
Black with #661F0A
Text Example
Text Example
White with #661F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661F0A; }
p { color: rgb(102,31,10); }
H1.HeaderClassName
{
color: #661F0A;
}
.AnyTagClassName
{
color: #661F0A;
}
</style>
background-color css
<style>
a { background-color: #661F0A; }
a { background-color: rgb(102,31,10); }
div.DivClassName
{
background-color: #661F0A;
}
.BgClassName
{
background-color: #661F0A;
}
</style>
border-color css
<style>
span { border-color: #661F0A; }
span { border-color: rgb(102,31,10); }
td.TdClassName
{
border-color: #661F0A;
}
.TagClassName
{
border-color: #661F0A;
}
</style>