Shades of Caput Mortuum #6B2412
Tints of Caput Mortuum #6B2412
RGB
CMYK
RGB Variations
Color information
#6B2412 (or 0x6B2412) is known color: Caput Mortuum. HEX triplet: 6B, 24 and 12. RGB value is (107,36,18). Sum of RGB (Red+Green+Blue) = 107+36+18=161 (21% of max value = 765). Red value is 107 (42.19% from 255 or 66.46% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2412 is #94DBED. Grayscale: #373737. Windows color (decimal): -9755630 or 1188971. OLE color: 1188971.
HSL color Cylindrical-coordinate representation of color #6B2412: hue angle of 12.13º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B2412 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 36 | 18 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.58 |
| HSL | 12.13º | 0.71% | 0.25% | - |
| HSV(B) | 12.13º | 0.83% | 0.42% | - |
| XYZ | 6.8 | 4.43 | 1.07 | - |
| YUV | 55.18 | 107.02 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 36 | 18 | 0 | 0.66 | 0.83 | 0.58 | 12.13 | 0.71 | 0.25 |
| Hex | 6B | 24 | 12 | 0 | 42 | 53 | 3A | C | 47 | 19 |
| Octal | 153 | 44 | 22 | 0 | 102 | 123 | 72 | 14 | 107 | 31 |
| Binary | 1101011 | 100100 | 10010 | 0 | 1000010 | 1010011 | 111010 | 1100 | 1000111 | 11001 |
Color Harmonies of #6B2412
Complementary color
Monochromatic Colors of #6B2412
Black with #6B2412
Text Example
Text Example
White with #6B2412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2412; }
p { color: rgb(107,36,18); }
H1.HeaderClassName
{
color: #6B2412;
}
.AnyTagClassName
{
color: #6B2412;
}
</style>
background-color css
<style>
a { background-color: #6B2412; }
a { background-color: rgb(107,36,18); }
div.DivClassName
{
background-color: #6B2412;
}
.BgClassName
{
background-color: #6B2412;
}
</style>
border-color css
<style>
span { border-color: #6B2412; }
span { border-color: rgb(107,36,18); }
td.TdClassName
{
border-color: #6B2412;
}
.TagClassName
{
border-color: #6B2412;
}
</style>