Shades of Hemlock #696841
Tints of Hemlock #696841
RGB
CMYK
RGB Variations
Color information
#696841 (or 0x696841) is known color: Hemlock. HEX triplet: 69, 68 and 41. RGB value is (105,104,65). Sum of RGB (Red+Green+Blue) = 105+104+65=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 105 - color contains mainly: red. Hex color #696841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696841 is #9697BE. Grayscale: #646464. Windows color (decimal): -9869247 or 4286569. OLE color: 4286569.
HSL color Cylindrical-coordinate representation of color #696841: hue angle of 58.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #696841 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 104 | 65 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.59 |
| HSL | 58.5º | 0.24% | 0.33% | - |
| HSV(B) | 58.5º | 0.38% | 0.41% | - |
| XYZ | 11.73 | 13.29 | 6.95 | - |
| YUV | 99.85 | 108.33 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 65 | 0 | 0.01 | 0.38 | 0.59 | 58.5 | 0.24 | 0.33 |
| Hex | 69 | 68 | 41 | 0 | 1 | 26 | 3B | 3A | 18 | 21 |
| Octal | 151 | 150 | 101 | 0 | 1 | 46 | 73 | 72 | 30 | 41 |
| Binary | 1101001 | 1101000 | 1000001 | 0 | 1 | 100110 | 111011 | 111010 | 11000 | 100001 |
Color Harmonies of #696841
Complementary color
Monochromatic Colors of #696841
Black with #696841
Text Example
Text Example
White with #696841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696841; }
p { color: rgb(105,104,65); }
H1.HeaderClassName
{
color: #696841;
}
.AnyTagClassName
{
color: #696841;
}
</style>
background-color css
<style>
a { background-color: #696841; }
a { background-color: rgb(105,104,65); }
div.DivClassName
{
background-color: #696841;
}
.BgClassName
{
background-color: #696841;
}
</style>
border-color css
<style>
span { border-color: #696841; }
span { border-color: rgb(105,104,65); }
td.TdClassName
{
border-color: #696841;
}
.TagClassName
{
border-color: #696841;
}
</style>