Shades of Caput Mortuum #611E08
Tints of Caput Mortuum #611E08
RGB
CMYK
RGB Variations
Color information
#611E08 (or 0x611E08) is known color: Caput Mortuum. HEX triplet: 61, 1E and 08. RGB value is (97,30,8). Sum of RGB (Red+Green+Blue) = 97+30+8=135 (17% of max value = 765). Red value is 97 (38.28% from 255 or 71.85% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 8 (3.52% from 255 or 5.93% from 135); Max value from RGB is 97 - color contains mainly: red. Hex color #611E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611E08 is #9EE1F7. Grayscale: #2F2F2F. Windows color (decimal): -10412536 or 532065. OLE color: 532065.
HSL color Cylindrical-coordinate representation of color #611E08: hue angle of 14.83º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #611E08 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 30 | 8 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.62 |
| HSL | 14.83º | 0.85% | 0.21% | - |
| HSV(B) | 14.83º | 0.92% | 0.38% | - |
| XYZ | 5.44 | 3.49 | 0.62 | - |
| YUV | 47.53 | 105.7 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 30 | 8 | 0 | 0.69 | 0.92 | 0.62 | 14.83 | 0.85 | 0.21 |
| Hex | 61 | 1E | 8 | 0 | 45 | 5C | 3E | F | 55 | 15 |
| Octal | 141 | 36 | 10 | 0 | 105 | 134 | 76 | 17 | 125 | 25 |
| Binary | 1100001 | 11110 | 1000 | 0 | 1000101 | 1011100 | 111110 | 1111 | 1010101 | 10101 |
Color Harmonies of #611E08
Complementary color
Monochromatic Colors of #611E08
Black with #611E08
Text Example
Text Example
White with #611E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611E08; }
p { color: rgb(97,30,8); }
H1.HeaderClassName
{
color: #611E08;
}
.AnyTagClassName
{
color: #611E08;
}
</style>
background-color css
<style>
a { background-color: #611E08; }
a { background-color: rgb(97,30,8); }
div.DivClassName
{
background-color: #611E08;
}
.BgClassName
{
background-color: #611E08;
}
</style>
border-color css
<style>
span { border-color: #611E08; }
span { border-color: rgb(97,30,8); }
td.TdClassName
{
border-color: #611E08;
}
.TagClassName
{
border-color: #611E08;
}
</style>