Shades of Hemlock #696A44
Tints of Hemlock #696A44
RGB
CMYK
RGB Variations
Color information
#696A44 (or 0x696A44) is known color: Hemlock. HEX triplet: 69, 6A and 44. RGB value is (105,106,68). Sum of RGB (Red+Green+Blue) = 105+106+68=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 106 - color contains mainly: green. Hex color #696A44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696A44 is #9695BB. Grayscale: #656565. Windows color (decimal): -9868732 or 4483689. OLE color: 4483689.
HSL color Cylindrical-coordinate representation of color #696A44: hue angle of 61.58º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #696A44 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 106 | 68 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.58 |
| HSL | 61.58º | 0.22% | 0.34% | - |
| HSV(B) | 61.58º | 0.36% | 0.42% | - |
| XYZ | 12.02 | 13.73 | 7.49 | - |
| YUV | 101.37 | 109.17 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 68 | 0.01 | 0 | 0.36 | 0.58 | 61.58 | 0.22 | 0.34 |
| Hex | 69 | 6A | 44 | 1 | 0 | 24 | 3A | 3E | 16 | 22 |
| Octal | 151 | 152 | 104 | 1 | 0 | 44 | 72 | 76 | 26 | 42 |
| Binary | 1101001 | 1101010 | 1000100 | 1 | 0 | 100100 | 111010 | 111110 | 10110 | 100010 |
Color Harmonies of #696A44
Complementary color
Monochromatic Colors of #696A44
Black with #696A44
Text Example
Text Example
White with #696A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696A44; }
p { color: rgb(105,106,68); }
H1.HeaderClassName
{
color: #696A44;
}
.AnyTagClassName
{
color: #696A44;
}
</style>
background-color css
<style>
a { background-color: #696A44; }
a { background-color: rgb(105,106,68); }
div.DivClassName
{
background-color: #696A44;
}
.BgClassName
{
background-color: #696A44;
}
</style>
border-color css
<style>
span { border-color: #696A44; }
span { border-color: rgb(105,106,68); }
td.TdClassName
{
border-color: #696A44;
}
.TagClassName
{
border-color: #696A44;
}
</style>