Shades of Caput Mortuum #68210C
Tints of Caput Mortuum #68210C
RGB
CMYK
RGB Variations
Color information
#68210C (or 0x68210C) is known color: Caput Mortuum. HEX triplet: 68, 21 and 0C. RGB value is (104,33,12). Sum of RGB (Red+Green+Blue) = 104+33+12=149 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.80% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 104 - color contains mainly: red. Hex color #68210C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68210C is #97DEF3. Grayscale: #333333. Windows color (decimal): -9953012 or 794984. OLE color: 794984.
HSL color Cylindrical-coordinate representation of color #68210C: hue angle of 13.7º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68210C is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 33 | 12 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.59 |
| HSL | 13.7º | 0.79% | 0.23% | - |
| HSV(B) | 13.7º | 0.88% | 0.41% | - |
| XYZ | 6.32 | 4.06 | 0.8 | - |
| YUV | 51.84 | 105.52 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 33 | 12 | 0 | 0.68 | 0.88 | 0.59 | 13.7 | 0.79 | 0.23 |
| Hex | 68 | 21 | C | 0 | 44 | 58 | 3B | E | 4F | 17 |
| Octal | 150 | 41 | 14 | 0 | 104 | 130 | 73 | 16 | 117 | 27 |
| Binary | 1101000 | 100001 | 1100 | 0 | 1000100 | 1011000 | 111011 | 1110 | 1001111 | 10111 |
Color Harmonies of #68210C
Complementary color
Monochromatic Colors of #68210C
Black with #68210C
Text Example
Text Example
White with #68210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68210C; }
p { color: rgb(104,33,12); }
H1.HeaderClassName
{
color: #68210C;
}
.AnyTagClassName
{
color: #68210C;
}
</style>
background-color css
<style>
a { background-color: #68210C; }
a { background-color: rgb(104,33,12); }
div.DivClassName
{
background-color: #68210C;
}
.BgClassName
{
background-color: #68210C;
}
</style>
border-color css
<style>
span { border-color: #68210C; }
span { border-color: rgb(104,33,12); }
td.TdClassName
{
border-color: #68210C;
}
.TagClassName
{
border-color: #68210C;
}
</style>