Shades of Caput Mortuum #602512
Tints of Caput Mortuum #602512
RGB
CMYK
RGB Variations
Color information
#602512 (or 0x602512) is known color: Caput Mortuum. HEX triplet: 60, 25 and 12. RGB value is (96,37,18). Sum of RGB (Red+Green+Blue) = 96+37+18=151 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.58% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 96 - color contains mainly: red. Hex color #602512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602512 is #9FDAED. Grayscale: #343434. Windows color (decimal): -10476270 or 1189216. OLE color: 1189216.
HSL color Cylindrical-coordinate representation of color #602512: hue angle of 14.62º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #602512 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 37 | 18 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.62 |
| HSL | 14.62º | 0.68% | 0.22% | - |
| HSV(B) | 14.62º | 0.81% | 0.38% | - |
| XYZ | 5.59 | 3.85 | 1.02 | - |
| YUV | 52.48 | 108.55 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 37 | 18 | 0 | 0.61 | 0.81 | 0.62 | 14.62 | 0.68 | 0.22 |
| Hex | 60 | 25 | 12 | 0 | 3D | 51 | 3E | F | 44 | 16 |
| Octal | 140 | 45 | 22 | 0 | 75 | 121 | 76 | 17 | 104 | 26 |
| Binary | 1100000 | 100101 | 10010 | 0 | 111101 | 1010001 | 111110 | 1111 | 1000100 | 10110 |
Color Harmonies of #602512
Complementary color
Monochromatic Colors of #602512
Black with #602512
Text Example
Text Example
White with #602512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602512; }
p { color: rgb(96,37,18); }
H1.HeaderClassName
{
color: #602512;
}
.AnyTagClassName
{
color: #602512;
}
</style>
background-color css
<style>
a { background-color: #602512; }
a { background-color: rgb(96,37,18); }
div.DivClassName
{
background-color: #602512;
}
.BgClassName
{
background-color: #602512;
}
</style>
border-color css
<style>
span { border-color: #602512; }
span { border-color: rgb(96,37,18); }
td.TdClassName
{
border-color: #602512;
}
.TagClassName
{
border-color: #602512;
}
</style>