Shades of Caput Mortuum #601C05
Tints of Caput Mortuum #601C05
RGB
CMYK
RGB Variations
Color information
#601C05 (or 0x601C05) is known color: Caput Mortuum. HEX triplet: 60, 1C and 05. RGB value is (96,28,5). Sum of RGB (Red+Green+Blue) = 96+28+5=129 (17% of max value = 765). Red value is 96 (37.89% from 255 or 74.42% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 96 - color contains mainly: red. Hex color #601C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601C05 is #9FE3FA. Grayscale: #2D2D2D. Windows color (decimal): -10478587 or 334944. OLE color: 334944.
HSL color Cylindrical-coordinate representation of color #601C05: hue angle of 15.16º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #601C05 is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 28 | 5 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.62 |
| HSL | 15.16º | 0.9% | 0.2% | - |
| HSV(B) | 15.16º | 0.95% | 0.38% | - |
| XYZ | 5.27 | 3.33 | 0.51 | - |
| YUV | 45.71 | 105.03 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 28 | 5 | 0 | 0.71 | 0.95 | 0.62 | 15.16 | 0.9 | 0.2 |
| Hex | 60 | 1C | 5 | 0 | 47 | 5F | 3E | F | 5A | 14 |
| Octal | 140 | 34 | 5 | 0 | 107 | 137 | 76 | 17 | 132 | 24 |
| Binary | 1100000 | 11100 | 101 | 0 | 1000111 | 1011111 | 111110 | 1111 | 1011010 | 10100 |
Color Harmonies of #601C05
Complementary color
Monochromatic Colors of #601C05
Black with #601C05
Text Example
Text Example
White with #601C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601C05; }
p { color: rgb(96,28,5); }
H1.HeaderClassName
{
color: #601C05;
}
.AnyTagClassName
{
color: #601C05;
}
</style>
background-color css
<style>
a { background-color: #601C05; }
a { background-color: rgb(96,28,5); }
div.DivClassName
{
background-color: #601C05;
}
.BgClassName
{
background-color: #601C05;
}
</style>
border-color css
<style>
span { border-color: #601C05; }
span { border-color: rgb(96,28,5); }
td.TdClassName
{
border-color: #601C05;
}
.TagClassName
{
border-color: #601C05;
}
</style>