Shades of Caput Mortuum #67200D
Tints of Caput Mortuum #67200D
RGB
CMYK
RGB Variations
Color information
#67200D (or 0x67200D) is known color: Caput Mortuum. HEX triplet: 67, 20 and 0D. RGB value is (103,32,13). Sum of RGB (Red+Green+Blue) = 103+32+13=148 (19% of max value = 765). Red value is 103 (40.62% from 255 or 69.59% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 103 - color contains mainly: red. Hex color #67200D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67200D is #98DFF2. Grayscale: #333333. Windows color (decimal): -10018803 or 860263. OLE color: 860263.
HSL color Cylindrical-coordinate representation of color #67200D: hue angle of 12.67º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #67200D is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 32 | 13 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.60 |
| HSL | 12.67º | 0.78% | 0.23% | - |
| HSV(B) | 12.67º | 0.87% | 0.4% | - |
| XYZ | 6.18 | 3.95 | 0.82 | - |
| YUV | 51.06 | 106.52 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 32 | 13 | 0 | 0.69 | 0.87 | 0.60 | 12.67 | 0.78 | 0.23 |
| Hex | 67 | 20 | D | 0 | 45 | 57 | 3C | D | 4E | 17 |
| Octal | 147 | 40 | 15 | 0 | 105 | 127 | 74 | 15 | 116 | 27 |
| Binary | 1100111 | 100000 | 1101 | 0 | 1000101 | 1010111 | 111100 | 1101 | 1001110 | 10111 |
Color Harmonies of #67200D
Complementary color
Monochromatic Colors of #67200D
Black with #67200D
Text Example
Text Example
White with #67200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67200D; }
p { color: rgb(103,32,13); }
H1.HeaderClassName
{
color: #67200D;
}
.AnyTagClassName
{
color: #67200D;
}
</style>
background-color css
<style>
a { background-color: #67200D; }
a { background-color: rgb(103,32,13); }
div.DivClassName
{
background-color: #67200D;
}
.BgClassName
{
background-color: #67200D;
}
</style>
border-color css
<style>
span { border-color: #67200D; }
span { border-color: rgb(103,32,13); }
td.TdClassName
{
border-color: #67200D;
}
.TagClassName
{
border-color: #67200D;
}
</style>