Shades of Caput Mortuum #68220D
Tints of Caput Mortuum #68220D
RGB
CMYK
RGB Variations
Color information
#68220D (or 0x68220D) is known color: Caput Mortuum. HEX triplet: 68, 22 and 0D. RGB value is (104,34,13). Sum of RGB (Red+Green+Blue) = 104+34+13=151 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.87% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 104 - color contains mainly: red. Hex color #68220D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68220D is #97DDF2. Grayscale: #343434. Windows color (decimal): -9952755 or 860776. OLE color: 860776.
HSL color Cylindrical-coordinate representation of color #68220D: hue angle of 13.85º degrees, saturation: 0.78, 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 #68220D is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 34 | 13 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.59 |
| HSL | 13.85º | 0.78% | 0.23% | - |
| HSV(B) | 13.85º | 0.88% | 0.41% | - |
| XYZ | 6.35 | 4.12 | 0.84 | - |
| YUV | 52.54 | 105.69 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 34 | 13 | 0 | 0.67 | 0.88 | 0.59 | 13.85 | 0.78 | 0.23 |
| Hex | 68 | 22 | D | 0 | 43 | 58 | 3B | E | 4E | 17 |
| Octal | 150 | 42 | 15 | 0 | 103 | 130 | 73 | 16 | 116 | 27 |
| Binary | 1101000 | 100010 | 1101 | 0 | 1000011 | 1011000 | 111011 | 1110 | 1001110 | 10111 |
Color Harmonies of #68220D
Complementary color
Monochromatic Colors of #68220D
Black with #68220D
Text Example
Text Example
White with #68220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68220D; }
p { color: rgb(104,34,13); }
H1.HeaderClassName
{
color: #68220D;
}
.AnyTagClassName
{
color: #68220D;
}
</style>
background-color css
<style>
a { background-color: #68220D; }
a { background-color: rgb(104,34,13); }
div.DivClassName
{
background-color: #68220D;
}
.BgClassName
{
background-color: #68220D;
}
</style>
border-color css
<style>
span { border-color: #68220D; }
span { border-color: rgb(104,34,13); }
td.TdClassName
{
border-color: #68220D;
}
.TagClassName
{
border-color: #68220D;
}
</style>