Shades of Caput Mortuum #601C06
Tints of Caput Mortuum #601C06
RGB
CMYK
RGB Variations
Color information
#601C06 (or 0x601C06) is known color: Caput Mortuum. HEX triplet: 60, 1C and 06. RGB value is (96,28,6). Sum of RGB (Red+Green+Blue) = 96+28+6=130 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.85% from 130); Green value is 28 (11.33% from 255 or 21.54% from 130); Blue value is 6 (2.73% from 255 or 4.62% from 130); Max value from RGB is 96 - color contains mainly: red. Hex color #601C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601C06 is #9FE3F9. Grayscale: #2D2D2D. Windows color (decimal): -10478586 or 400480. OLE color: 400480.
HSL color Cylindrical-coordinate representation of color #601C06: hue angle of 14.67º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #601C06 is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 28 | 6 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.62 |
| HSL | 14.67º | 0.88% | 0.2% | - |
| HSV(B) | 14.67º | 0.94% | 0.38% | - |
| XYZ | 5.27 | 3.33 | 0.54 | - |
| YUV | 45.82 | 105.53 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 28 | 6 | 0 | 0.71 | 0.94 | 0.62 | 14.67 | 0.88 | 0.2 |
| Hex | 60 | 1C | 6 | 0 | 47 | 5E | 3E | F | 58 | 14 |
| Octal | 140 | 34 | 6 | 0 | 107 | 136 | 76 | 17 | 130 | 24 |
| Binary | 1100000 | 11100 | 110 | 0 | 1000111 | 1011110 | 111110 | 1111 | 1011000 | 10100 |
Color Harmonies of #601C06
Complementary color
Monochromatic Colors of #601C06
Black with #601C06
Text Example
Text Example
White with #601C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601C06; }
p { color: rgb(96,28,6); }
H1.HeaderClassName
{
color: #601C06;
}
.AnyTagClassName
{
color: #601C06;
}
</style>
background-color css
<style>
a { background-color: #601C06; }
a { background-color: rgb(96,28,6); }
div.DivClassName
{
background-color: #601C06;
}
.BgClassName
{
background-color: #601C06;
}
</style>
border-color css
<style>
span { border-color: #601C06; }
span { border-color: rgb(96,28,6); }
td.TdClassName
{
border-color: #601C06;
}
.TagClassName
{
border-color: #601C06;
}
</style>