Shades of Hemlock #696549
Tints of Hemlock #696549
RGB
CMYK
RGB Variations
Color information
#696549 (or 0x696549) is known color: Hemlock. HEX triplet: 69, 65 and 49. RGB value is (105,101,73). Sum of RGB (Red+Green+Blue) = 105+101+73=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 105 - color contains mainly: red. Hex color #696549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696549 is #969AB6. Grayscale: #636363. Windows color (decimal): -9870007 or 4810089. OLE color: 4810089.
HSL color Cylindrical-coordinate representation of color #696549: hue angle of 52.5º 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 #696549 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 101 | 73 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.59 |
| HSL | 52.5º | 0.18% | 0.35% | - |
| HSV(B) | 52.5º | 0.3% | 0.41% | - |
| XYZ | 11.68 | 12.79 | 8.16 | - |
| YUV | 99 | 113.33 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 101 | 73 | 0 | 0.04 | 0.30 | 0.59 | 52.5 | 0.18 | 0.35 |
| Hex | 69 | 65 | 49 | 0 | 4 | 1E | 3B | 34 | 12 | 23 |
| Octal | 151 | 145 | 111 | 0 | 4 | 36 | 73 | 64 | 22 | 43 |
| Binary | 1101001 | 1100101 | 1001001 | 0 | 100 | 11110 | 111011 | 110100 | 10010 | 100011 |
Color Harmonies of #696549
Complementary color
Monochromatic Colors of #696549
Black with #696549
Text Example
Text Example
White with #696549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696549; }
p { color: rgb(105,101,73); }
H1.HeaderClassName
{
color: #696549;
}
.AnyTagClassName
{
color: #696549;
}
</style>
background-color css
<style>
a { background-color: #696549; }
a { background-color: rgb(105,101,73); }
div.DivClassName
{
background-color: #696549;
}
.BgClassName
{
background-color: #696549;
}
</style>
border-color css
<style>
span { border-color: #696549; }
span { border-color: rgb(105,101,73); }
td.TdClassName
{
border-color: #696549;
}
.TagClassName
{
border-color: #696549;
}
</style>