Shades of Hemlock #696A43
Tints of Hemlock #696A43
RGB
CMYK
RGB Variations
Color information
#696A43 (or 0x696A43) is known color: Hemlock. HEX triplet: 69, 6A and 43. RGB value is (105,106,67). Sum of RGB (Red+Green+Blue) = 105+106+67=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 106 (41.80% from 255 or 38.13% from 278); Blue value is 67 (26.56% from 255 or 24.10% from 278); Max value from RGB is 106 - color contains mainly: green. Hex color #696A43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696A43 is #9695BC. Grayscale: #656565. Windows color (decimal): -9868733 or 4418153. OLE color: 4418153.
HSL color Cylindrical-coordinate representation of color #696A43: hue angle of 61.54º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #696A43 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 106 | 67 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.58 |
| HSL | 61.54º | 0.23% | 0.34% | - |
| HSV(B) | 61.54º | 0.37% | 0.42% | - |
| XYZ | 11.99 | 13.72 | 7.33 | - |
| YUV | 101.26 | 108.67 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 67 | 0.01 | 0 | 0.37 | 0.58 | 61.54 | 0.23 | 0.34 |
| Hex | 69 | 6A | 43 | 1 | 0 | 25 | 3A | 3E | 17 | 22 |
| Octal | 151 | 152 | 103 | 1 | 0 | 45 | 72 | 76 | 27 | 42 |
| Binary | 1101001 | 1101010 | 1000011 | 1 | 0 | 100101 | 111010 | 111110 | 10111 | 100010 |
Color Harmonies of #696A43
Complementary color
Monochromatic Colors of #696A43
Black with #696A43
Text Example
Text Example
White with #696A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696A43; }
p { color: rgb(105,106,67); }
H1.HeaderClassName
{
color: #696A43;
}
.AnyTagClassName
{
color: #696A43;
}
</style>
background-color css
<style>
a { background-color: #696A43; }
a { background-color: rgb(105,106,67); }
div.DivClassName
{
background-color: #696A43;
}
.BgClassName
{
background-color: #696A43;
}
</style>
border-color css
<style>
span { border-color: #696A43; }
span { border-color: rgb(105,106,67); }
td.TdClassName
{
border-color: #696A43;
}
.TagClassName
{
border-color: #696A43;
}
</style>