Shades of Hemlock #696743
Tints of Hemlock #696743
RGB
CMYK
RGB Variations
Color information
#696743 (or 0x696743) is known color: Hemlock. HEX triplet: 69, 67 and 43. RGB value is (105,103,67). Sum of RGB (Red+Green+Blue) = 105+103+67=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 67 (26.56% from 255 or 24.36% from 275); Max value from RGB is 105 - color contains mainly: red. Hex color #696743 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696743 is #9698BC. Grayscale: #636363. Windows color (decimal): -9869501 or 4417385. OLE color: 4417385.
HSL color Cylindrical-coordinate representation of color #696743: hue angle of 56.84º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #696743 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 103 | 67 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.59 |
| HSL | 56.84º | 0.22% | 0.34% | - |
| HSV(B) | 56.84º | 0.36% | 0.41% | - |
| XYZ | 11.69 | 13.11 | 7.22 | - |
| YUV | 99.49 | 109.66 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 103 | 67 | 0 | 0.02 | 0.36 | 0.59 | 56.84 | 0.22 | 0.34 |
| Hex | 69 | 67 | 43 | 0 | 2 | 24 | 3B | 39 | 16 | 22 |
| Octal | 151 | 147 | 103 | 0 | 2 | 44 | 73 | 71 | 26 | 42 |
| Binary | 1101001 | 1100111 | 1000011 | 0 | 10 | 100100 | 111011 | 111001 | 10110 | 100010 |
Color Harmonies of #696743
Complementary color
Monochromatic Colors of #696743
Black with #696743
Text Example
Text Example
White with #696743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696743; }
p { color: rgb(105,103,67); }
H1.HeaderClassName
{
color: #696743;
}
.AnyTagClassName
{
color: #696743;
}
</style>
background-color css
<style>
a { background-color: #696743; }
a { background-color: rgb(105,103,67); }
div.DivClassName
{
background-color: #696743;
}
.BgClassName
{
background-color: #696743;
}
</style>
border-color css
<style>
span { border-color: #696743; }
span { border-color: rgb(105,103,67); }
td.TdClassName
{
border-color: #696743;
}
.TagClassName
{
border-color: #696743;
}
</style>