Shades of Caput Mortuum #67220C
Tints of Caput Mortuum #67220C
RGB
CMYK
RGB Variations
Color information
#67220C (or 0x67220C) is known color: Caput Mortuum. HEX triplet: 67, 22 and 0C. RGB value is (103,34,12). Sum of RGB (Red+Green+Blue) = 103+34+12=149 (19% of max value = 765). Red value is 103 (40.62% from 255 or 69.13% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 103 - color contains mainly: red. Hex color #67220C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67220C is #98DDF3. Grayscale: #343434. Windows color (decimal): -10018292 or 795239. OLE color: 795239.
HSL color Cylindrical-coordinate representation of color #67220C: hue angle of 14.51º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #67220C is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 34 | 12 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.60 |
| HSL | 14.51º | 0.79% | 0.23% | - |
| HSV(B) | 14.51º | 0.88% | 0.4% | - |
| XYZ | 6.23 | 4.05 | 0.8 | - |
| YUV | 52.12 | 105.36 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 34 | 12 | 0 | 0.67 | 0.88 | 0.60 | 14.51 | 0.79 | 0.23 |
| Hex | 67 | 22 | C | 0 | 43 | 58 | 3C | F | 4F | 17 |
| Octal | 147 | 42 | 14 | 0 | 103 | 130 | 74 | 17 | 117 | 27 |
| Binary | 1100111 | 100010 | 1100 | 0 | 1000011 | 1011000 | 111100 | 1111 | 1001111 | 10111 |
Color Harmonies of #67220C
Complementary color
Monochromatic Colors of #67220C
Black with #67220C
Text Example
Text Example
White with #67220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67220C; }
p { color: rgb(103,34,12); }
H1.HeaderClassName
{
color: #67220C;
}
.AnyTagClassName
{
color: #67220C;
}
</style>
background-color css
<style>
a { background-color: #67220C; }
a { background-color: rgb(103,34,12); }
div.DivClassName
{
background-color: #67220C;
}
.BgClassName
{
background-color: #67220C;
}
</style>
border-color css
<style>
span { border-color: #67220C; }
span { border-color: rgb(103,34,12); }
td.TdClassName
{
border-color: #67220C;
}
.TagClassName
{
border-color: #67220C;
}
</style>