Shades of Caput Mortuum #6B2511
Tints of Caput Mortuum #6B2511
RGB
CMYK
RGB Variations
Color information
#6B2511 (or 0x6B2511) is known color: Caput Mortuum. HEX triplet: 6B, 25 and 11. RGB value is (107,37,17). Sum of RGB (Red+Green+Blue) = 107+37+17=161 (21% of max value = 765). Red value is 107 (42.19% from 255 or 66.46% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2511 is #94DAEE. Grayscale: #373737. Windows color (decimal): -9755375 or 1123691. OLE color: 1123691.
HSL color Cylindrical-coordinate representation of color #6B2511: hue angle of 13.33º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B2511 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 37 | 17 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.58 |
| HSL | 13.33º | 0.73% | 0.24% | - |
| HSV(B) | 13.33º | 0.84% | 0.42% | - |
| XYZ | 6.83 | 4.49 | 1.04 | - |
| YUV | 55.65 | 106.19 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 37 | 17 | 0 | 0.65 | 0.84 | 0.58 | 13.33 | 0.73 | 0.24 |
| Hex | 6B | 25 | 11 | 0 | 41 | 54 | 3A | D | 49 | 18 |
| Octal | 153 | 45 | 21 | 0 | 101 | 124 | 72 | 15 | 111 | 30 |
| Binary | 1101011 | 100101 | 10001 | 0 | 1000001 | 1010100 | 111010 | 1101 | 1001001 | 11000 |
Color Harmonies of #6B2511
Complementary color
Monochromatic Colors of #6B2511
Black with #6B2511
Text Example
Text Example
White with #6B2511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2511; }
p { color: rgb(107,37,17); }
H1.HeaderClassName
{
color: #6B2511;
}
.AnyTagClassName
{
color: #6B2511;
}
</style>
background-color css
<style>
a { background-color: #6B2511; }
a { background-color: rgb(107,37,17); }
div.DivClassName
{
background-color: #6B2511;
}
.BgClassName
{
background-color: #6B2511;
}
</style>
border-color css
<style>
span { border-color: #6B2511; }
span { border-color: rgb(107,37,17); }
td.TdClassName
{
border-color: #6B2511;
}
.TagClassName
{
border-color: #6B2511;
}
</style>