Shades of Hemlock #696650
Tints of Hemlock #696650
RGB
CMYK
RGB Variations
Color information
#696650 (or 0x696650) is known color: Hemlock. HEX triplet: 69, 66 and 50. RGB value is (105,102,80). Sum of RGB (Red+Green+Blue) = 105+102+80=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 105 - color contains mainly: red. Hex color #696650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696650 is #9699AF. Grayscale: #646464. Windows color (decimal): -9869744 or 5269097. OLE color: 5269097.
HSL color Cylindrical-coordinate representation of color #696650: hue angle of 52.8º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #696650 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 102 | 80 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.59 |
| HSL | 52.8º | 0.14% | 0.36% | - |
| HSV(B) | 52.8º | 0.24% | 0.41% | - |
| XYZ | 12.03 | 13.09 | 9.48 | - |
| YUV | 100.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 102 | 80 | 0 | 0.03 | 0.24 | 0.59 | 52.8 | 0.14 | 0.36 |
| Hex | 69 | 66 | 50 | 0 | 3 | 18 | 3B | 35 | E | 24 |
| Octal | 151 | 146 | 120 | 0 | 3 | 30 | 73 | 65 | 16 | 44 |
| Binary | 1101001 | 1100110 | 1010000 | 0 | 11 | 11000 | 111011 | 110101 | 1110 | 100100 |
Color Harmonies of #696650
Complementary color
Monochromatic Colors of #696650
Black with #696650
Text Example
Text Example
White with #696650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696650; }
p { color: rgb(105,102,80); }
H1.HeaderClassName
{
color: #696650;
}
.AnyTagClassName
{
color: #696650;
}
</style>
background-color css
<style>
a { background-color: #696650; }
a { background-color: rgb(105,102,80); }
div.DivClassName
{
background-color: #696650;
}
.BgClassName
{
background-color: #696650;
}
</style>
border-color css
<style>
span { border-color: #696650; }
span { border-color: rgb(105,102,80); }
td.TdClassName
{
border-color: #696650;
}
.TagClassName
{
border-color: #696650;
}
</style>