Shades of Hemlock #696942
Tints of Hemlock #696942
RGB
CMYK
RGB Variations
Color information
#696942 (or 0x696942) is known color: Hemlock. HEX triplet: 69, 69 and 42. RGB value is (105,105,66). Sum of RGB (Red+Green+Blue) = 105+105+66=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696942 is #9696BD. Grayscale: #646464. Windows color (decimal): -9868990 or 4352361. OLE color: 4352361.
HSL color Cylindrical-coordinate representation of color #696942: hue angle of 60º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #696942 is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 105 | 66 | - |
| CMYK | 0 | 0 | 0.37 | 0.59 |
| HSL | 60º | 0.23% | 0.34% | - |
| HSV(B) | 60º | 0.37% | 0.41% | - |
| XYZ | 11.86 | 13.5 | 7.13 | - |
| YUV | 100.55 | 108.5 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 105 | 66 | 0 | 0 | 0.37 | 0.59 | 60 | 0.23 | 0.34 |
| Hex | 69 | 69 | 42 | 0 | 0 | 25 | 3B | 3C | 17 | 22 |
| Octal | 151 | 151 | 102 | 0 | 0 | 45 | 73 | 74 | 27 | 42 |
| Binary | 1101001 | 1101001 | 1000010 | 0 | 0 | 100101 | 111011 | 111100 | 10111 | 100010 |
Color Harmonies of #696942
Complementary color
Monochromatic Colors of #696942
Black with #696942
Text Example
Text Example
White with #696942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696942; }
p { color: rgb(105,105,66); }
H1.HeaderClassName
{
color: #696942;
}
.AnyTagClassName
{
color: #696942;
}
</style>
background-color css
<style>
a { background-color: #696942; }
a { background-color: rgb(105,105,66); }
div.DivClassName
{
background-color: #696942;
}
.BgClassName
{
background-color: #696942;
}
</style>
border-color css
<style>
span { border-color: #696942; }
span { border-color: rgb(105,105,66); }
td.TdClassName
{
border-color: #696942;
}
.TagClassName
{
border-color: #696942;
}
</style>