Shades of Hemlock #696749
Tints of Hemlock #696749
RGB
CMYK
RGB Variations
Color information
#696749 (or 0x696749) is known color: Hemlock. HEX triplet: 69, 67 and 49. RGB value is (105,103,73). Sum of RGB (Red+Green+Blue) = 105+103+73=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 105 - color contains mainly: red. Hex color #696749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696749 is #9698B6. Grayscale: #646464. Windows color (decimal): -9869495 or 4810601. OLE color: 4810601.
HSL color Cylindrical-coordinate representation of color #696749: hue angle of 56.25º 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 #696749 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 103 | 73 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.59 |
| HSL | 56.25º | 0.18% | 0.35% | - |
| HSV(B) | 56.25º | 0.3% | 0.41% | - |
| XYZ | 11.88 | 13.18 | 8.22 | - |
| YUV | 100.18 | 112.66 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 103 | 73 | 0 | 0.02 | 0.30 | 0.59 | 56.25 | 0.18 | 0.35 |
| Hex | 69 | 67 | 49 | 0 | 2 | 1E | 3B | 38 | 12 | 23 |
| Octal | 151 | 147 | 111 | 0 | 2 | 36 | 73 | 70 | 22 | 43 |
| Binary | 1101001 | 1100111 | 1001001 | 0 | 10 | 11110 | 111011 | 111000 | 10010 | 100011 |
Color Harmonies of #696749
Complementary color
Monochromatic Colors of #696749
Black with #696749
Text Example
Text Example
White with #696749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696749; }
p { color: rgb(105,103,73); }
H1.HeaderClassName
{
color: #696749;
}
.AnyTagClassName
{
color: #696749;
}
</style>
background-color css
<style>
a { background-color: #696749; }
a { background-color: rgb(105,103,73); }
div.DivClassName
{
background-color: #696749;
}
.BgClassName
{
background-color: #696749;
}
</style>
border-color css
<style>
span { border-color: #696749; }
span { border-color: rgb(105,103,73); }
td.TdClassName
{
border-color: #696749;
}
.TagClassName
{
border-color: #696749;
}
</style>