Shades of Caput Mortuum #602D1E
Tints of Caput Mortuum #602D1E
RGB
CMYK
RGB Variations
Color information
#602D1E (or 0x602D1E) is known color: Caput Mortuum. HEX triplet: 60, 2D and 1E. RGB value is (96,45,30). Sum of RGB (Red+Green+Blue) = 96+45+30=171 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.14% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 96 - color contains mainly: red. Hex color #602D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602D1E is #9FD2E1. Grayscale: #3A3A3A. Windows color (decimal): -10474210 or 1977696. OLE color: 1977696.
HSL color Cylindrical-coordinate representation of color #602D1E: hue angle of 13.64º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #602D1E is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 45 | 30 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.62 |
| HSL | 13.64º | 0.52% | 0.25% | - |
| HSV(B) | 13.64º | 0.69% | 0.38% | - |
| XYZ | 6 | 4.46 | 1.77 | - |
| YUV | 58.54 | 111.9 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 30 | 0 | 0.53 | 0.69 | 0.62 | 13.64 | 0.52 | 0.25 |
| Hex | 60 | 2D | 1E | 0 | 35 | 45 | 3E | E | 34 | 19 |
| Octal | 140 | 55 | 36 | 0 | 65 | 105 | 76 | 16 | 64 | 31 |
| Binary | 1100000 | 101101 | 11110 | 0 | 110101 | 1000101 | 111110 | 1110 | 110100 | 11001 |
Color Harmonies of #602D1E
Complementary color
Monochromatic Colors of #602D1E
Black with #602D1E
Text Example
Text Example
White with #602D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602D1E; }
p { color: rgb(96,45,30); }
H1.HeaderClassName
{
color: #602D1E;
}
.AnyTagClassName
{
color: #602D1E;
}
</style>
background-color css
<style>
a { background-color: #602D1E; }
a { background-color: rgb(96,45,30); }
div.DivClassName
{
background-color: #602D1E;
}
.BgClassName
{
background-color: #602D1E;
}
</style>
border-color css
<style>
span { border-color: #602D1E; }
span { border-color: rgb(96,45,30); }
td.TdClassName
{
border-color: #602D1E;
}
.TagClassName
{
border-color: #602D1E;
}
</style>