Shades of Caput Mortuum #611E09
Tints of Caput Mortuum #611E09
RGB
CMYK
RGB Variations
Color information
#611E09 (or 0x611E09) is known color: Caput Mortuum. HEX triplet: 61, 1E and 09. RGB value is (97,30,9). Sum of RGB (Red+Green+Blue) = 97+30+9=136 (18% of max value = 765). Red value is 97 (38.28% from 255 or 71.32% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 97 - color contains mainly: red. Hex color #611E09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611E09 is #9EE1F6. Grayscale: #2F2F2F. Windows color (decimal): -10412535 or 597601. OLE color: 597601.
HSL color Cylindrical-coordinate representation of color #611E09: hue angle of 14.32º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #611E09 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 30 | 9 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.62 |
| HSL | 14.32º | 0.83% | 0.21% | - |
| HSV(B) | 14.32º | 0.91% | 0.38% | - |
| XYZ | 5.44 | 3.49 | 0.65 | - |
| YUV | 47.64 | 106.2 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 30 | 9 | 0 | 0.69 | 0.91 | 0.62 | 14.32 | 0.83 | 0.21 |
| Hex | 61 | 1E | 9 | 0 | 45 | 5B | 3E | E | 53 | 15 |
| Octal | 141 | 36 | 11 | 0 | 105 | 133 | 76 | 16 | 123 | 25 |
| Binary | 1100001 | 11110 | 1001 | 0 | 1000101 | 1011011 | 111110 | 1110 | 1010011 | 10101 |
Color Harmonies of #611E09
Complementary color
Monochromatic Colors of #611E09
Black with #611E09
Text Example
Text Example
White with #611E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611E09; }
p { color: rgb(97,30,9); }
H1.HeaderClassName
{
color: #611E09;
}
.AnyTagClassName
{
color: #611E09;
}
</style>
background-color css
<style>
a { background-color: #611E09; }
a { background-color: rgb(97,30,9); }
div.DivClassName
{
background-color: #611E09;
}
.BgClassName
{
background-color: #611E09;
}
</style>
border-color css
<style>
span { border-color: #611E09; }
span { border-color: rgb(97,30,9); }
td.TdClassName
{
border-color: #611E09;
}
.TagClassName
{
border-color: #611E09;
}
</style>