Shades of Hemlock #696842
Tints of Hemlock #696842
RGB
CMYK
RGB Variations
Color information
#696842 (or 0x696842) is known color: Hemlock. HEX triplet: 69, 68 and 42. RGB value is (105,104,66). Sum of RGB (Red+Green+Blue) = 105+104+66=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 105 - color contains mainly: red. Hex color #696842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696842 is #9697BD. Grayscale: #646464. Windows color (decimal): -9869246 or 4352105. OLE color: 4352105.
HSL color Cylindrical-coordinate representation of color #696842: hue angle of 58.46º 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 #696842 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 104 | 66 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.59 |
| HSL | 58.46º | 0.23% | 0.34% | - |
| HSV(B) | 58.46º | 0.37% | 0.41% | - |
| XYZ | 11.76 | 13.3 | 7.1 | - |
| YUV | 99.97 | 108.83 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 66 | 0 | 0.01 | 0.37 | 0.59 | 58.46 | 0.23 | 0.34 |
| Hex | 69 | 68 | 42 | 0 | 1 | 25 | 3B | 3A | 17 | 22 |
| Octal | 151 | 150 | 102 | 0 | 1 | 45 | 73 | 72 | 27 | 42 |
| Binary | 1101001 | 1101000 | 1000010 | 0 | 1 | 100101 | 111011 | 111010 | 10111 | 100010 |
Color Harmonies of #696842
Complementary color
Monochromatic Colors of #696842
Black with #696842
Text Example
Text Example
White with #696842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696842; }
p { color: rgb(105,104,66); }
H1.HeaderClassName
{
color: #696842;
}
.AnyTagClassName
{
color: #696842;
}
</style>
background-color css
<style>
a { background-color: #696842; }
a { background-color: rgb(105,104,66); }
div.DivClassName
{
background-color: #696842;
}
.BgClassName
{
background-color: #696842;
}
</style>
border-color css
<style>
span { border-color: #696842; }
span { border-color: rgb(105,104,66); }
td.TdClassName
{
border-color: #696842;
}
.TagClassName
{
border-color: #696842;
}
</style>