Shades of Hemlock #696945
Tints of Hemlock #696945
RGB
CMYK
RGB Variations
Color information
#696945 (or 0x696945) is known color: Hemlock. HEX triplet: 69, 69 and 45. RGB value is (105,105,69). Sum of RGB (Red+Green+Blue) = 105+105+69=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696945 is #9696BA. Grayscale: #656565. Windows color (decimal): -9868987 or 4548969. OLE color: 4548969.
HSL color Cylindrical-coordinate representation of color #696945: hue angle of 60º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #696945 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 105 | 69 | - |
| CMYK | 0 | 0 | 0.34 | 0.59 |
| HSL | 60º | 0.21% | 0.34% | - |
| HSV(B) | 60º | 0.34% | 0.41% | - |
| XYZ | 11.95 | 13.54 | 7.61 | - |
| YUV | 100.9 | 110 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 105 | 69 | 0 | 0 | 0.34 | 0.59 | 60 | 0.21 | 0.34 |
| Hex | 69 | 69 | 45 | 0 | 0 | 22 | 3B | 3C | 15 | 22 |
| Octal | 151 | 151 | 105 | 0 | 0 | 42 | 73 | 74 | 25 | 42 |
| Binary | 1101001 | 1101001 | 1000101 | 0 | 0 | 100010 | 111011 | 111100 | 10101 | 100010 |
Color Harmonies of #696945
Complementary color
Monochromatic Colors of #696945
Black with #696945
Text Example
Text Example
White with #696945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696945; }
p { color: rgb(105,105,69); }
H1.HeaderClassName
{
color: #696945;
}
.AnyTagClassName
{
color: #696945;
}
</style>
background-color css
<style>
a { background-color: #696945; }
a { background-color: rgb(105,105,69); }
div.DivClassName
{
background-color: #696945;
}
.BgClassName
{
background-color: #696945;
}
</style>
border-color css
<style>
span { border-color: #696945; }
span { border-color: rgb(105,105,69); }
td.TdClassName
{
border-color: #696945;
}
.TagClassName
{
border-color: #696945;
}
</style>