Shades of Caput Mortuum #60261C
Tints of Caput Mortuum #60261C
RGB
CMYK
RGB Variations
Color information
#60261C (or 0x60261C) is known color: Caput Mortuum. HEX triplet: 60, 26 and 1C. RGB value is (96,38,28). Sum of RGB (Red+Green+Blue) = 96+38+28=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #60261C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60261C is #9FD9E3. Grayscale: #363636. Windows color (decimal): -10476004 or 1844832. OLE color: 1844832.
HSL color Cylindrical-coordinate representation of color #60261C: hue angle of 8.82º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60261C is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 38 | 28 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.62 |
| HSL | 8.82º | 0.55% | 0.24% | - |
| HSV(B) | 8.82º | 0.71% | 0.38% | - |
| XYZ | 5.73 | 3.96 | 1.56 | - |
| YUV | 54.2 | 113.22 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 38 | 28 | 0 | 0.60 | 0.71 | 0.62 | 8.82 | 0.55 | 0.24 |
| Hex | 60 | 26 | 1C | 0 | 3C | 47 | 3E | 9 | 37 | 18 |
| Octal | 140 | 46 | 34 | 0 | 74 | 107 | 76 | 11 | 67 | 30 |
| Binary | 1100000 | 100110 | 11100 | 0 | 111100 | 1000111 | 111110 | 1001 | 110111 | 11000 |
Color Harmonies of #60261C
Complementary color
Monochromatic Colors of #60261C
Black with #60261C
Text Example
Text Example
White with #60261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60261C; }
p { color: rgb(96,38,28); }
H1.HeaderClassName
{
color: #60261C;
}
.AnyTagClassName
{
color: #60261C;
}
</style>
background-color css
<style>
a { background-color: #60261C; }
a { background-color: rgb(96,38,28); }
div.DivClassName
{
background-color: #60261C;
}
.BgClassName
{
background-color: #60261C;
}
</style>
border-color css
<style>
span { border-color: #60261C; }
span { border-color: rgb(96,38,28); }
td.TdClassName
{
border-color: #60261C;
}
.TagClassName
{
border-color: #60261C;
}
</style>