Shades of Caput Mortuum #68220E
Tints of Caput Mortuum #68220E
RGB
CMYK
RGB Variations
Color information
#68220E (or 0x68220E) is known color: Caput Mortuum. HEX triplet: 68, 22 and 0E. RGB value is (104,34,14). Sum of RGB (Red+Green+Blue) = 104+34+14=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #68220E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68220E is #97DDF1. Grayscale: #343434. Windows color (decimal): -9952754 or 926312. OLE color: 926312.
HSL color Cylindrical-coordinate representation of color #68220E: hue angle of 13.33º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #68220E is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 34 | 14 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.59 |
| HSL | 13.33º | 0.76% | 0.23% | - |
| HSV(B) | 13.33º | 0.87% | 0.41% | - |
| XYZ | 6.36 | 4.12 | 0.88 | - |
| YUV | 52.65 | 106.19 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 34 | 14 | 0 | 0.67 | 0.87 | 0.59 | 13.33 | 0.76 | 0.23 |
| Hex | 68 | 22 | E | 0 | 43 | 57 | 3B | D | 4C | 17 |
| Octal | 150 | 42 | 16 | 0 | 103 | 127 | 73 | 15 | 114 | 27 |
| Binary | 1101000 | 100010 | 1110 | 0 | 1000011 | 1010111 | 111011 | 1101 | 1001100 | 10111 |
Color Harmonies of #68220E
Complementary color
Monochromatic Colors of #68220E
Black with #68220E
Text Example
Text Example
White with #68220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68220E; }
p { color: rgb(104,34,14); }
H1.HeaderClassName
{
color: #68220E;
}
.AnyTagClassName
{
color: #68220E;
}
</style>
background-color css
<style>
a { background-color: #68220E; }
a { background-color: rgb(104,34,14); }
div.DivClassName
{
background-color: #68220E;
}
.BgClassName
{
background-color: #68220E;
}
</style>
border-color css
<style>
span { border-color: #68220E; }
span { border-color: rgb(104,34,14); }
td.TdClassName
{
border-color: #68220E;
}
.TagClassName
{
border-color: #68220E;
}
</style>