Shades of Caput Mortuum #682512
Tints of Caput Mortuum #682512
RGB
CMYK
RGB Variations
Color information
#682512 (or 0x682512) is known color: Caput Mortuum. HEX triplet: 68, 25 and 12. RGB value is (104,37,18). Sum of RGB (Red+Green+Blue) = 104+37+18=159 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65.41% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 104 - color contains mainly: red. Hex color #682512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682512 is #97DAED. Grayscale: #373737. Windows color (decimal): -9951982 or 1189224. OLE color: 1189224.
HSL color Cylindrical-coordinate representation of color #682512: hue angle of 13.26º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #682512 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 37 | 18 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.59 |
| HSL | 13.26º | 0.7% | 0.24% | - |
| HSV(B) | 13.26º | 0.83% | 0.41% | - |
| XYZ | 6.48 | 4.31 | 1.06 | - |
| YUV | 54.87 | 107.2 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 37 | 18 | 0 | 0.64 | 0.83 | 0.59 | 13.26 | 0.7 | 0.24 |
| Hex | 68 | 25 | 12 | 0 | 40 | 53 | 3B | D | 46 | 18 |
| Octal | 150 | 45 | 22 | 0 | 100 | 123 | 73 | 15 | 106 | 30 |
| Binary | 1101000 | 100101 | 10010 | 0 | 1000000 | 1010011 | 111011 | 1101 | 1000110 | 11000 |
Color Harmonies of #682512
Complementary color
Monochromatic Colors of #682512
Black with #682512
Text Example
Text Example
White with #682512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682512; }
p { color: rgb(104,37,18); }
H1.HeaderClassName
{
color: #682512;
}
.AnyTagClassName
{
color: #682512;
}
</style>
background-color css
<style>
a { background-color: #682512; }
a { background-color: rgb(104,37,18); }
div.DivClassName
{
background-color: #682512;
}
.BgClassName
{
background-color: #682512;
}
</style>
border-color css
<style>
span { border-color: #682512; }
span { border-color: rgb(104,37,18); }
td.TdClassName
{
border-color: #682512;
}
.TagClassName
{
border-color: #682512;
}
</style>