Shades of Caput Mortuum #68200A
Tints of Caput Mortuum #68200A
RGB
CMYK
RGB Variations
Color information
#68200A (or 0x68200A) is known color: Caput Mortuum. HEX triplet: 68, 20 and 0A. RGB value is (104,32,10). Sum of RGB (Red+Green+Blue) = 104+32+10=146 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.23% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 104 - color contains mainly: red. Hex color #68200A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68200A is #97DFF5. Grayscale: #333333. Windows color (decimal): -9953270 or 663656. OLE color: 663656.
HSL color Cylindrical-coordinate representation of color #68200A: hue angle of 14.04º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68200A is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 32 | 10 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.59 |
| HSL | 14.04º | 0.82% | 0.22% | - |
| HSV(B) | 14.04º | 0.9% | 0.41% | - |
| XYZ | 6.28 | 4 | 0.73 | - |
| YUV | 51.02 | 104.85 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 32 | 10 | 0 | 0.69 | 0.90 | 0.59 | 14.04 | 0.82 | 0.22 |
| Hex | 68 | 20 | A | 0 | 45 | 5A | 3B | E | 52 | 16 |
| Octal | 150 | 40 | 12 | 0 | 105 | 132 | 73 | 16 | 122 | 26 |
| Binary | 1101000 | 100000 | 1010 | 0 | 1000101 | 1011010 | 111011 | 1110 | 1010010 | 10110 |
Color Harmonies of #68200A
Complementary color
Monochromatic Colors of #68200A
Black with #68200A
Text Example
Text Example
White with #68200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68200A; }
p { color: rgb(104,32,10); }
H1.HeaderClassName
{
color: #68200A;
}
.AnyTagClassName
{
color: #68200A;
}
</style>
background-color css
<style>
a { background-color: #68200A; }
a { background-color: rgb(104,32,10); }
div.DivClassName
{
background-color: #68200A;
}
.BgClassName
{
background-color: #68200A;
}
</style>
border-color css
<style>
span { border-color: #68200A; }
span { border-color: rgb(104,32,10); }
td.TdClassName
{
border-color: #68200A;
}
.TagClassName
{
border-color: #68200A;
}
</style>