Shades of Caput Mortuum #68220C
Tints of Caput Mortuum #68220C
RGB
CMYK
RGB Variations
Color information
#68220C (or 0x68220C) is known color: Caput Mortuum. HEX triplet: 68, 22 and 0C. RGB value is (104,34,12). Sum of RGB (Red+Green+Blue) = 104+34+12=150 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.33% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 104 - color contains mainly: red. Hex color #68220C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68220C is #97DDF3. Grayscale: #343434. Windows color (decimal): -9952756 or 795240. OLE color: 795240.
HSL color Cylindrical-coordinate representation of color #68220C: hue angle of 14.35º 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 #68220C is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 34 | 12 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.59 |
| HSL | 14.35º | 0.79% | 0.23% | - |
| HSV(B) | 14.35º | 0.88% | 0.41% | - |
| XYZ | 6.35 | 4.11 | 0.81 | - |
| YUV | 52.42 | 105.19 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 34 | 12 | 0 | 0.67 | 0.88 | 0.59 | 14.35 | 0.79 | 0.23 |
| Hex | 68 | 22 | C | 0 | 43 | 58 | 3B | E | 4F | 17 |
| Octal | 150 | 42 | 14 | 0 | 103 | 130 | 73 | 16 | 117 | 27 |
| Binary | 1101000 | 100010 | 1100 | 0 | 1000011 | 1011000 | 111011 | 1110 | 1001111 | 10111 |
Color Harmonies of #68220C
Complementary color
Monochromatic Colors of #68220C
Black with #68220C
Text Example
Text Example
White with #68220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68220C; }
p { color: rgb(104,34,12); }
H1.HeaderClassName
{
color: #68220C;
}
.AnyTagClassName
{
color: #68220C;
}
</style>
background-color css
<style>
a { background-color: #68220C; }
a { background-color: rgb(104,34,12); }
div.DivClassName
{
background-color: #68220C;
}
.BgClassName
{
background-color: #68220C;
}
</style>
border-color css
<style>
span { border-color: #68220C; }
span { border-color: rgb(104,34,12); }
td.TdClassName
{
border-color: #68220C;
}
.TagClassName
{
border-color: #68220C;
}
</style>