Shades of Caput Mortuum #60210C
Tints of Caput Mortuum #60210C
RGB
CMYK
RGB Variations
Color information
#60210C (or 0x60210C) is known color: Caput Mortuum. HEX triplet: 60, 21 and 0C. RGB value is (96,33,12). Sum of RGB (Red+Green+Blue) = 96+33+12=141 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.09% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 96 - color contains mainly: red. Hex color #60210C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60210C is #9FDEF3. Grayscale: #313131. Windows color (decimal): -10477300 or 794976. OLE color: 794976.
HSL color Cylindrical-coordinate representation of color #60210C: hue angle of 15º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #60210C is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 33 | 12 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.62 |
| HSL | 15º | 0.78% | 0.21% | - |
| HSV(B) | 15º | 0.88% | 0.38% | - |
| XYZ | 5.43 | 3.6 | 0.76 | - |
| YUV | 49.44 | 106.87 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 33 | 12 | 0 | 0.66 | 0.88 | 0.62 | 15 | 0.78 | 0.21 |
| Hex | 60 | 21 | C | 0 | 42 | 58 | 3E | F | 4E | 15 |
| Octal | 140 | 41 | 14 | 0 | 102 | 130 | 76 | 17 | 116 | 25 |
| Binary | 1100000 | 100001 | 1100 | 0 | 1000010 | 1011000 | 111110 | 1111 | 1001110 | 10101 |
Color Harmonies of #60210C
Complementary color
Monochromatic Colors of #60210C
Black with #60210C
Text Example
Text Example
White with #60210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60210C; }
p { color: rgb(96,33,12); }
H1.HeaderClassName
{
color: #60210C;
}
.AnyTagClassName
{
color: #60210C;
}
</style>
background-color css
<style>
a { background-color: #60210C; }
a { background-color: rgb(96,33,12); }
div.DivClassName
{
background-color: #60210C;
}
.BgClassName
{
background-color: #60210C;
}
</style>
border-color css
<style>
span { border-color: #60210C; }
span { border-color: rgb(96,33,12); }
td.TdClassName
{
border-color: #60210C;
}
.TagClassName
{
border-color: #60210C;
}
</style>