Shades of Caput Mortuum #67210C
Tints of Caput Mortuum #67210C
RGB
CMYK
RGB Variations
Color information
#67210C (or 0x67210C) is known color: Caput Mortuum. HEX triplet: 67, 21 and 0C. RGB value is (103,33,12). Sum of RGB (Red+Green+Blue) = 103+33+12=148 (19% of max value = 765). Red value is 103 (40.62% from 255 or 69.59% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 103 - color contains mainly: red. Hex color #67210C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67210C is #98DEF3. Grayscale: #333333. Windows color (decimal): -10018548 or 794983. OLE color: 794983.
HSL color Cylindrical-coordinate representation of color #67210C: hue angle of 13.85º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #67210C is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 33 | 12 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.60 |
| HSL | 13.85º | 0.79% | 0.23% | - |
| HSV(B) | 13.85º | 0.88% | 0.4% | - |
| XYZ | 6.2 | 4 | 0.79 | - |
| YUV | 51.54 | 105.69 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 33 | 12 | 0 | 0.68 | 0.88 | 0.60 | 13.85 | 0.79 | 0.23 |
| Hex | 67 | 21 | C | 0 | 44 | 58 | 3C | E | 4F | 17 |
| Octal | 147 | 41 | 14 | 0 | 104 | 130 | 74 | 16 | 117 | 27 |
| Binary | 1100111 | 100001 | 1100 | 0 | 1000100 | 1011000 | 111100 | 1110 | 1001111 | 10111 |
Color Harmonies of #67210C
Complementary color
Monochromatic Colors of #67210C
Black with #67210C
Text Example
Text Example
White with #67210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67210C; }
p { color: rgb(103,33,12); }
H1.HeaderClassName
{
color: #67210C;
}
.AnyTagClassName
{
color: #67210C;
}
</style>
background-color css
<style>
a { background-color: #67210C; }
a { background-color: rgb(103,33,12); }
div.DivClassName
{
background-color: #67210C;
}
.BgClassName
{
background-color: #67210C;
}
</style>
border-color css
<style>
span { border-color: #67210C; }
span { border-color: rgb(103,33,12); }
td.TdClassName
{
border-color: #67210C;
}
.TagClassName
{
border-color: #67210C;
}
</style>