Shades of Hemlock #696954
Tints of Hemlock #696954
RGB
CMYK
RGB Variations
Color information
#696954 (or 0x696954) is known color: Hemlock. HEX triplet: 69, 69 and 54. RGB value is (105,105,84). Sum of RGB (Red+Green+Blue) = 105+105+84=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 84 (33.20% from 255 or 28.57% from 294); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696954 is #9696AB. Grayscale: #666666. Windows color (decimal): -9868972 or 5532009. OLE color: 5532009.
HSL color Cylindrical-coordinate representation of color #696954: hue angle of 60º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #696954 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 105 | 84 | - |
| CMYK | 0 | 0 | 0.20 | 0.59 |
| HSL | 60º | 0.11% | 0.37% | - |
| HSV(B) | 60º | 0.2% | 0.41% | - |
| XYZ | 12.48 | 13.75 | 10.38 | - |
| YUV | 102.61 | 117.5 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 105 | 84 | 0 | 0 | 0.20 | 0.59 | 60 | 0.11 | 0.37 |
| Hex | 69 | 69 | 54 | 0 | 0 | 14 | 3B | 3C | B | 25 |
| Octal | 151 | 151 | 124 | 0 | 0 | 24 | 73 | 74 | 13 | 45 |
| Binary | 1101001 | 1101001 | 1010100 | 0 | 0 | 10100 | 111011 | 111100 | 1011 | 100101 |
Color Harmonies of #696954
Complementary color
Monochromatic Colors of #696954
Black with #696954
Text Example
Text Example
White with #696954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696954; }
p { color: rgb(105,105,84); }
H1.HeaderClassName
{
color: #696954;
}
.AnyTagClassName
{
color: #696954;
}
</style>
background-color css
<style>
a { background-color: #696954; }
a { background-color: rgb(105,105,84); }
div.DivClassName
{
background-color: #696954;
}
.BgClassName
{
background-color: #696954;
}
</style>
border-color css
<style>
span { border-color: #696954; }
span { border-color: rgb(105,105,84); }
td.TdClassName
{
border-color: #696954;
}
.TagClassName
{
border-color: #696954;
}
</style>