Shades of Hemlock #696645
Tints of Hemlock #696645
RGB
CMYK
RGB Variations
Color information
#696645 (or 0x696645) is known color: Hemlock. HEX triplet: 69, 66 and 45. RGB value is (105,102,69). Sum of RGB (Red+Green+Blue) = 105+102+69=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 105 - color contains mainly: red. Hex color #696645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696645 is #9699BA. Grayscale: #636363. Windows color (decimal): -9869755 or 4548201. OLE color: 4548201.
HSL color Cylindrical-coordinate representation of color #696645: hue angle of 55º 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 #696645 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 102 | 69 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.59 |
| HSL | 55º | 0.21% | 0.34% | - |
| HSV(B) | 55º | 0.34% | 0.41% | - |
| XYZ | 11.65 | 12.94 | 7.51 | - |
| YUV | 99.14 | 110.99 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 102 | 69 | 0 | 0.03 | 0.34 | 0.59 | 55 | 0.21 | 0.34 |
| Hex | 69 | 66 | 45 | 0 | 3 | 22 | 3B | 37 | 15 | 22 |
| Octal | 151 | 146 | 105 | 0 | 3 | 42 | 73 | 67 | 25 | 42 |
| Binary | 1101001 | 1100110 | 1000101 | 0 | 11 | 100010 | 111011 | 110111 | 10101 | 100010 |
Color Harmonies of #696645
Complementary color
Monochromatic Colors of #696645
Black with #696645
Text Example
Text Example
White with #696645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696645; }
p { color: rgb(105,102,69); }
H1.HeaderClassName
{
color: #696645;
}
.AnyTagClassName
{
color: #696645;
}
</style>
background-color css
<style>
a { background-color: #696645; }
a { background-color: rgb(105,102,69); }
div.DivClassName
{
background-color: #696645;
}
.BgClassName
{
background-color: #696645;
}
</style>
border-color css
<style>
span { border-color: #696645; }
span { border-color: rgb(105,102,69); }
td.TdClassName
{
border-color: #696645;
}
.TagClassName
{
border-color: #696645;
}
</style>