Shades of Caput Mortuum #68261C
Tints of Caput Mortuum #68261C
RGB
CMYK
RGB Variations
Color information
#68261C (or 0x68261C) is known color: Caput Mortuum. HEX triplet: 68, 26 and 1C. RGB value is (104,38,28). Sum of RGB (Red+Green+Blue) = 104+38+28=170 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.18% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 104 - color contains mainly: red. Hex color #68261C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68261C is #97D9E3. Grayscale: #383838. Windows color (decimal): -9951716 or 1844840. OLE color: 1844840.
HSL color Cylindrical-coordinate representation of color #68261C: hue angle of 7.89º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68261C is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 38 | 28 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.59 |
| HSL | 7.89º | 0.58% | 0.26% | - |
| HSV(B) | 7.89º | 0.73% | 0.41% | - |
| XYZ | 6.61 | 4.41 | 1.6 | - |
| YUV | 56.59 | 111.87 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 38 | 28 | 0 | 0.63 | 0.73 | 0.59 | 7.89 | 0.58 | 0.26 |
| Hex | 68 | 26 | 1C | 0 | 3F | 49 | 3B | 8 | 3A | 1A |
| Octal | 150 | 46 | 34 | 0 | 77 | 111 | 73 | 10 | 72 | 32 |
| Binary | 1101000 | 100110 | 11100 | 0 | 111111 | 1001001 | 111011 | 1000 | 111010 | 11010 |
Color Harmonies of #68261C
Complementary color
Monochromatic Colors of #68261C
Black with #68261C
Text Example
Text Example
White with #68261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68261C; }
p { color: rgb(104,38,28); }
H1.HeaderClassName
{
color: #68261C;
}
.AnyTagClassName
{
color: #68261C;
}
</style>
background-color css
<style>
a { background-color: #68261C; }
a { background-color: rgb(104,38,28); }
div.DivClassName
{
background-color: #68261C;
}
.BgClassName
{
background-color: #68261C;
}
</style>
border-color css
<style>
span { border-color: #68261C; }
span { border-color: rgb(104,38,28); }
td.TdClassName
{
border-color: #68261C;
}
.TagClassName
{
border-color: #68261C;
}
</style>