Shades of Caput Mortuum #692312
Tints of Caput Mortuum #692312
RGB
CMYK
RGB Variations
Color information
#692312 (or 0x692312) is known color: Caput Mortuum. HEX triplet: 69, 23 and 12. RGB value is (105,35,18). Sum of RGB (Red+Green+Blue) = 105+35+18=158 (20% of max value = 765). Red value is 105 (41.41% from 255 or 66.46% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 105 - color contains mainly: red. Hex color #692312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692312 is #96DCED. Grayscale: #363636. Windows color (decimal): -9886958 or 1188713. OLE color: 1188713.
HSL color Cylindrical-coordinate representation of color #692312: hue angle of 11.72º degrees, saturation: 0.71, 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 #692312 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 35 | 18 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.59 |
| HSL | 11.72º | 0.71% | 0.24% | - |
| HSV(B) | 11.72º | 0.83% | 0.41% | - |
| XYZ | 6.54 | 4.25 | 1.05 | - |
| YUV | 53.99 | 107.69 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 35 | 18 | 0 | 0.67 | 0.83 | 0.59 | 11.72 | 0.71 | 0.24 |
| Hex | 69 | 23 | 12 | 0 | 43 | 53 | 3B | C | 47 | 18 |
| Octal | 151 | 43 | 22 | 0 | 103 | 123 | 73 | 14 | 107 | 30 |
| Binary | 1101001 | 100011 | 10010 | 0 | 1000011 | 1010011 | 111011 | 1100 | 1000111 | 11000 |
Color Harmonies of #692312
Complementary color
Monochromatic Colors of #692312
Black with #692312
Text Example
Text Example
White with #692312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692312; }
p { color: rgb(105,35,18); }
H1.HeaderClassName
{
color: #692312;
}
.AnyTagClassName
{
color: #692312;
}
</style>
background-color css
<style>
a { background-color: #692312; }
a { background-color: rgb(105,35,18); }
div.DivClassName
{
background-color: #692312;
}
.BgClassName
{
background-color: #692312;
}
</style>
border-color css
<style>
span { border-color: #692312; }
span { border-color: rgb(105,35,18); }
td.TdClassName
{
border-color: #692312;
}
.TagClassName
{
border-color: #692312;
}
</style>