Shades of Caput Mortuum #6D220C
Tints of Caput Mortuum #6D220C
RGB
CMYK
RGB Variations
Color information
#6D220C (or 0x6D220C) is known color: Caput Mortuum. HEX triplet: 6D, 22 and 0C. RGB value is (109,34,12). Sum of RGB (Red+Green+Blue) = 109+34+12=155 (20% of max value = 765). Red value is 109 (42.97% from 255 or 70.32% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 109 - color contains mainly: red. Hex color #6D220C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D220C is #92DDF3. Grayscale: #363636. Windows color (decimal): -9625076 or 795245. OLE color: 795245.
HSL color Cylindrical-coordinate representation of color #6D220C: hue angle of 13.61º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D220C is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 34 | 12 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.57 |
| HSL | 13.61º | 0.8% | 0.24% | - |
| HSV(B) | 13.61º | 0.89% | 0.43% | - |
| XYZ | 6.95 | 4.42 | 0.84 | - |
| YUV | 53.92 | 104.35 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 34 | 12 | 0 | 0.69 | 0.89 | 0.57 | 13.61 | 0.8 | 0.24 |
| Hex | 6D | 22 | C | 0 | 45 | 59 | 39 | E | 50 | 18 |
| Octal | 155 | 42 | 14 | 0 | 105 | 131 | 71 | 16 | 120 | 30 |
| Binary | 1101101 | 100010 | 1100 | 0 | 1000101 | 1011001 | 111001 | 1110 | 1010000 | 11000 |
Color Harmonies of #6D220C
Complementary color
Monochromatic Colors of #6D220C
Black with #6D220C
Text Example
Text Example
White with #6D220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D220C; }
p { color: rgb(109,34,12); }
H1.HeaderClassName
{
color: #6D220C;
}
.AnyTagClassName
{
color: #6D220C;
}
</style>
background-color css
<style>
a { background-color: #6D220C; }
a { background-color: rgb(109,34,12); }
div.DivClassName
{
background-color: #6D220C;
}
.BgClassName
{
background-color: #6D220C;
}
</style>
border-color css
<style>
span { border-color: #6D220C; }
span { border-color: rgb(109,34,12); }
td.TdClassName
{
border-color: #6D220C;
}
.TagClassName
{
border-color: #6D220C;
}
</style>