Shades of Caput Mortuum #60210E
Tints of Caput Mortuum #60210E
RGB
CMYK
RGB Variations
Color information
#60210E (or 0x60210E) is known color: Caput Mortuum. HEX triplet: 60, 21 and 0E. RGB value is (96,33,14). Sum of RGB (Red+Green+Blue) = 96+33+14=143 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.13% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 96 - color contains mainly: red. Hex color #60210E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60210E is #9FDEF1. Grayscale: #313131. Windows color (decimal): -10477298 or 926048. OLE color: 926048.
HSL color Cylindrical-coordinate representation of color #60210E: hue angle of 13.9º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #60210E is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 33 | 14 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.62 |
| HSL | 13.9º | 0.75% | 0.22% | - |
| HSV(B) | 13.9º | 0.85% | 0.38% | - |
| XYZ | 5.45 | 3.61 | 0.82 | - |
| YUV | 49.67 | 107.87 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 33 | 14 | 0 | 0.66 | 0.85 | 0.62 | 13.9 | 0.75 | 0.22 |
| Hex | 60 | 21 | E | 0 | 42 | 55 | 3E | E | 4B | 16 |
| Octal | 140 | 41 | 16 | 0 | 102 | 125 | 76 | 16 | 113 | 26 |
| Binary | 1100000 | 100001 | 1110 | 0 | 1000010 | 1010101 | 111110 | 1110 | 1001011 | 10110 |
Color Harmonies of #60210E
Complementary color
Monochromatic Colors of #60210E
Black with #60210E
Text Example
Text Example
White with #60210E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60210E; }
p { color: rgb(96,33,14); }
H1.HeaderClassName
{
color: #60210E;
}
.AnyTagClassName
{
color: #60210E;
}
</style>
background-color css
<style>
a { background-color: #60210E; }
a { background-color: rgb(96,33,14); }
div.DivClassName
{
background-color: #60210E;
}
.BgClassName
{
background-color: #60210E;
}
</style>
border-color css
<style>
span { border-color: #60210E; }
span { border-color: rgb(96,33,14); }
td.TdClassName
{
border-color: #60210E;
}
.TagClassName
{
border-color: #60210E;
}
</style>