Shades of Hemlock #696849
Tints of Hemlock #696849
RGB
CMYK
RGB Variations
Color information
#696849 (or 0x696849) is known color: Hemlock. HEX triplet: 69, 68 and 49. RGB value is (105,104,73). Sum of RGB (Red+Green+Blue) = 105+104+73=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 105 - color contains mainly: red. Hex color #696849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696849 is #9697B6. Grayscale: #646464. Windows color (decimal): -9869239 or 4810857. OLE color: 4810857.
HSL color Cylindrical-coordinate representation of color #696849: hue angle of 58.12º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #696849 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 104 | 73 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.59 |
| HSL | 58.13º | 0.18% | 0.35% | - |
| HSV(B) | 58.13º | 0.3% | 0.41% | - |
| XYZ | 11.98 | 13.38 | 8.26 | - |
| YUV | 100.77 | 112.33 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 73 | 0 | 0.01 | 0.30 | 0.59 | 58.13 | 0.18 | 0.35 |
| Hex | 69 | 68 | 49 | 0 | 1 | 1E | 3B | 3A | 12 | 23 |
| Octal | 151 | 150 | 111 | 0 | 1 | 36 | 73 | 72 | 22 | 43 |
| Binary | 1101001 | 1101000 | 1001001 | 0 | 1 | 11110 | 111011 | 111010 | 10010 | 100011 |
Color Harmonies of #696849
Complementary color
Monochromatic Colors of #696849
Black with #696849
Text Example
Text Example
White with #696849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696849; }
p { color: rgb(105,104,73); }
H1.HeaderClassName
{
color: #696849;
}
.AnyTagClassName
{
color: #696849;
}
</style>
background-color css
<style>
a { background-color: #696849; }
a { background-color: rgb(105,104,73); }
div.DivClassName
{
background-color: #696849;
}
.BgClassName
{
background-color: #696849;
}
</style>
border-color css
<style>
span { border-color: #696849; }
span { border-color: rgb(105,104,73); }
td.TdClassName
{
border-color: #696849;
}
.TagClassName
{
border-color: #696849;
}
</style>