Shades of Hemlock #696851
Tints of Hemlock #696851
RGB
CMYK
RGB Variations
Color information
#696851 (or 0x696851) is known color: Hemlock. HEX triplet: 69, 68 and 51. RGB value is (105,104,81). Sum of RGB (Red+Green+Blue) = 105+104+81=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 105 - color contains mainly: red. Hex color #696851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696851 is #9697AE. Grayscale: #656565. Windows color (decimal): -9869231 or 5335145. OLE color: 5335145.
HSL color Cylindrical-coordinate representation of color #696851: hue angle of 57.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #696851 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 104 | 81 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.59 |
| HSL | 57.5º | 0.13% | 0.36% | - |
| HSV(B) | 57.5º | 0.23% | 0.41% | - |
| XYZ | 12.26 | 13.5 | 9.74 | - |
| YUV | 101.68 | 116.33 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 81 | 0 | 0.01 | 0.23 | 0.59 | 57.5 | 0.13 | 0.36 |
| Hex | 69 | 68 | 51 | 0 | 1 | 17 | 3B | 3A | D | 24 |
| Octal | 151 | 150 | 121 | 0 | 1 | 27 | 73 | 72 | 15 | 44 |
| Binary | 1101001 | 1101000 | 1010001 | 0 | 1 | 10111 | 111011 | 111010 | 1101 | 100100 |
Color Harmonies of #696851
Complementary color
Monochromatic Colors of #696851
Black with #696851
Text Example
Text Example
White with #696851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696851; }
p { color: rgb(105,104,81); }
H1.HeaderClassName
{
color: #696851;
}
.AnyTagClassName
{
color: #696851;
}
</style>
background-color css
<style>
a { background-color: #696851; }
a { background-color: rgb(105,104,81); }
div.DivClassName
{
background-color: #696851;
}
.BgClassName
{
background-color: #696851;
}
</style>
border-color css
<style>
span { border-color: #696851; }
span { border-color: rgb(105,104,81); }
td.TdClassName
{
border-color: #696851;
}
.TagClassName
{
border-color: #696851;
}
</style>