Shades of Caput Mortuum #6B2510
Tints of Caput Mortuum #6B2510
RGB
CMYK
RGB Variations
Color information
#6B2510 (or 0x6B2510) is known color: Caput Mortuum. HEX triplet: 6B, 25 and 10. RGB value is (107,37,16). Sum of RGB (Red+Green+Blue) = 107+37+16=160 (21% of max value = 765). Red value is 107 (42.19% from 255 or 66.88% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 16 (6.64% from 255 or 10% from 160); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2510 is #94DAEF. Grayscale: #373737. Windows color (decimal): -9755376 or 1058155. OLE color: 1058155.
HSL color Cylindrical-coordinate representation of color #6B2510: hue angle of 13.85º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B2510 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 37 | 16 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.58 |
| HSL | 13.85º | 0.74% | 0.24% | - |
| HSV(B) | 13.85º | 0.85% | 0.42% | - |
| XYZ | 6.82 | 4.49 | 1 | - |
| YUV | 55.54 | 105.69 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 37 | 16 | 0 | 0.65 | 0.85 | 0.58 | 13.85 | 0.74 | 0.24 |
| Hex | 6B | 25 | 10 | 0 | 41 | 55 | 3A | E | 4A | 18 |
| Octal | 153 | 45 | 20 | 0 | 101 | 125 | 72 | 16 | 112 | 30 |
| Binary | 1101011 | 100101 | 10000 | 0 | 1000001 | 1010101 | 111010 | 1110 | 1001010 | 11000 |
Color Harmonies of #6B2510
Complementary color
Monochromatic Colors of #6B2510
Black with #6B2510
Text Example
Text Example
White with #6B2510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2510; }
p { color: rgb(107,37,16); }
H1.HeaderClassName
{
color: #6B2510;
}
.AnyTagClassName
{
color: #6B2510;
}
</style>
background-color css
<style>
a { background-color: #6B2510; }
a { background-color: rgb(107,37,16); }
div.DivClassName
{
background-color: #6B2510;
}
.BgClassName
{
background-color: #6B2510;
}
</style>
border-color css
<style>
span { border-color: #6B2510; }
span { border-color: rgb(107,37,16); }
td.TdClassName
{
border-color: #6B2510;
}
.TagClassName
{
border-color: #6B2510;
}
</style>