Shades of Caput Mortuum #612A1E
Tints of Caput Mortuum #612A1E
RGB
CMYK
RGB Variations
Color information
#612A1E (or 0x612A1E) is known color: Caput Mortuum. HEX triplet: 61, 2A and 1E. RGB value is (97,42,30). Sum of RGB (Red+Green+Blue) = 97+42+30=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 42 (16.80% from 255 or 24.85% from 169); Blue value is 30 (12.11% from 255 or 17.75% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #612A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612A1E is #9ED5E1. Grayscale: #393939. Windows color (decimal): -10409442 or 1976929. OLE color: 1976929.
HSL color Cylindrical-coordinate representation of color #612A1E: hue angle of 10.75º degrees, saturation: 0.53, 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 #612A1E is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 42 | 30 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.62 |
| HSL | 10.75º | 0.53% | 0.25% | - |
| HSV(B) | 10.75º | 0.69% | 0.38% | - |
| XYZ | 5.99 | 4.29 | 1.74 | - |
| YUV | 57.08 | 112.72 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 42 | 30 | 0 | 0.57 | 0.69 | 0.62 | 10.75 | 0.53 | 0.25 |
| Hex | 61 | 2A | 1E | 0 | 39 | 45 | 3E | B | 35 | 19 |
| Octal | 141 | 52 | 36 | 0 | 71 | 105 | 76 | 13 | 65 | 31 |
| Binary | 1100001 | 101010 | 11110 | 0 | 111001 | 1000101 | 111110 | 1011 | 110101 | 11001 |
Color Harmonies of #612A1E
Complementary color
Monochromatic Colors of #612A1E
Black with #612A1E
Text Example
Text Example
White with #612A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612A1E; }
p { color: rgb(97,42,30); }
H1.HeaderClassName
{
color: #612A1E;
}
.AnyTagClassName
{
color: #612A1E;
}
</style>
background-color css
<style>
a { background-color: #612A1E; }
a { background-color: rgb(97,42,30); }
div.DivClassName
{
background-color: #612A1E;
}
.BgClassName
{
background-color: #612A1E;
}
</style>
border-color css
<style>
span { border-color: #612A1E; }
span { border-color: rgb(97,42,30); }
td.TdClassName
{
border-color: #612A1E;
}
.TagClassName
{
border-color: #612A1E;
}
</style>