Shades of Hemlock #696844
Tints of Hemlock #696844
RGB
CMYK
RGB Variations
Color information
#696844 (or 0x696844) is known color: Hemlock. HEX triplet: 69, 68 and 44. RGB value is (105,104,68). Sum of RGB (Red+Green+Blue) = 105+104+68=277 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.91% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 105 - color contains mainly: red. Hex color #696844 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696844 is #9697BB. Grayscale: #646464. Windows color (decimal): -9869244 or 4483177. OLE color: 4483177.
HSL color Cylindrical-coordinate representation of color #696844: hue angle of 58.38º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #696844 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 104 | 68 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.59 |
| HSL | 58.38º | 0.21% | 0.34% | - |
| HSV(B) | 58.38º | 0.35% | 0.41% | - |
| XYZ | 11.82 | 13.32 | 7.42 | - |
| YUV | 100.2 | 109.83 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 68 | 0 | 0.01 | 0.35 | 0.59 | 58.38 | 0.21 | 0.34 |
| Hex | 69 | 68 | 44 | 0 | 1 | 23 | 3B | 3A | 15 | 22 |
| Octal | 151 | 150 | 104 | 0 | 1 | 43 | 73 | 72 | 25 | 42 |
| Binary | 1101001 | 1101000 | 1000100 | 0 | 1 | 100011 | 111011 | 111010 | 10101 | 100010 |
Color Harmonies of #696844
Complementary color
Monochromatic Colors of #696844
Black with #696844
Text Example
Text Example
White with #696844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696844; }
p { color: rgb(105,104,68); }
H1.HeaderClassName
{
color: #696844;
}
.AnyTagClassName
{
color: #696844;
}
</style>
background-color css
<style>
a { background-color: #696844; }
a { background-color: rgb(105,104,68); }
div.DivClassName
{
background-color: #696844;
}
.BgClassName
{
background-color: #696844;
}
</style>
border-color css
<style>
span { border-color: #696844; }
span { border-color: rgb(105,104,68); }
td.TdClassName
{
border-color: #696844;
}
.TagClassName
{
border-color: #696844;
}
</style>