Shades of Caput Mortuum #6B210B
Tints of Caput Mortuum #6B210B
RGB
CMYK
RGB Variations
Color information
#6B210B (or 0x6B210B) is known color: Caput Mortuum. HEX triplet: 6B, 21 and 0B. RGB value is (107,33,11). Sum of RGB (Red+Green+Blue) = 107+33+11=151 (20% of max value = 765). Red value is 107 (42.19% from 255 or 70.86% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 107 - color contains mainly: red. Hex color #6B210B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B210B is #94DEF4. Grayscale: #343434. Windows color (decimal): -9756405 or 729451. OLE color: 729451.
HSL color Cylindrical-coordinate representation of color #6B210B: hue angle of 13.75º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B210B is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 33 | 11 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.58 |
| HSL | 13.75º | 0.81% | 0.23% | - |
| HSV(B) | 13.75º | 0.9% | 0.42% | - |
| XYZ | 6.67 | 4.24 | 0.78 | - |
| YUV | 52.62 | 104.52 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 33 | 11 | 0 | 0.69 | 0.90 | 0.58 | 13.75 | 0.81 | 0.23 |
| Hex | 6B | 21 | B | 0 | 45 | 5A | 3A | E | 51 | 17 |
| Octal | 153 | 41 | 13 | 0 | 105 | 132 | 72 | 16 | 121 | 27 |
| Binary | 1101011 | 100001 | 1011 | 0 | 1000101 | 1011010 | 111010 | 1110 | 1010001 | 10111 |
Color Harmonies of #6B210B
Complementary color
Monochromatic Colors of #6B210B
Black with #6B210B
Text Example
Text Example
White with #6B210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B210B; }
p { color: rgb(107,33,11); }
H1.HeaderClassName
{
color: #6B210B;
}
.AnyTagClassName
{
color: #6B210B;
}
</style>
background-color css
<style>
a { background-color: #6B210B; }
a { background-color: rgb(107,33,11); }
div.DivClassName
{
background-color: #6B210B;
}
.BgClassName
{
background-color: #6B210B;
}
</style>
border-color css
<style>
span { border-color: #6B210B; }
span { border-color: rgb(107,33,11); }
td.TdClassName
{
border-color: #6B210B;
}
.TagClassName
{
border-color: #6B210B;
}
</style>