Shades of Hemlock #696952
Tints of Hemlock #696952
RGB
CMYK
RGB Variations
Color information
#696952 (or 0x696952) is known color: Hemlock. HEX triplet: 69, 69 and 52. RGB value is (105,105,82). Sum of RGB (Red+Green+Blue) = 105+105+82=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696952 is #9696AD. Grayscale: #666666. Windows color (decimal): -9868974 or 5400937. OLE color: 5400937.
HSL color Cylindrical-coordinate representation of color #696952: hue angle of 60º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #696952 is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 105 | 82 | - |
| CMYK | 0 | 0 | 0.22 | 0.59 |
| HSL | 60º | 0.12% | 0.37% | - |
| HSV(B) | 60º | 0.22% | 0.41% | - |
| XYZ | 12.4 | 13.72 | 9.98 | - |
| YUV | 102.38 | 116.5 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 105 | 82 | 0 | 0 | 0.22 | 0.59 | 60 | 0.12 | 0.37 |
| Hex | 69 | 69 | 52 | 0 | 0 | 16 | 3B | 3C | C | 25 |
| Octal | 151 | 151 | 122 | 0 | 0 | 26 | 73 | 74 | 14 | 45 |
| Binary | 1101001 | 1101001 | 1010010 | 0 | 0 | 10110 | 111011 | 111100 | 1100 | 100101 |
Color Harmonies of #696952
Complementary color
Monochromatic Colors of #696952
Black with #696952
Text Example
Text Example
White with #696952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696952; }
p { color: rgb(105,105,82); }
H1.HeaderClassName
{
color: #696952;
}
.AnyTagClassName
{
color: #696952;
}
</style>
background-color css
<style>
a { background-color: #696952; }
a { background-color: rgb(105,105,82); }
div.DivClassName
{
background-color: #696952;
}
.BgClassName
{
background-color: #696952;
}
</style>
border-color css
<style>
span { border-color: #696952; }
span { border-color: rgb(105,105,82); }
td.TdClassName
{
border-color: #696952;
}
.TagClassName
{
border-color: #696952;
}
</style>