Shades of Hemlock #686842
Tints of Hemlock #686842
RGB
CMYK
RGB Variations
Color information
#686842 (or 0x686842) is known color: Hemlock. HEX triplet: 68, 68 and 42. RGB value is (104,104,66). Sum of RGB (Red+Green+Blue) = 104+104+66=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686842 is #9797BD. Grayscale: #636363. Windows color (decimal): -9934782 or 4352104. OLE color: 4352104.
HSL color Cylindrical-coordinate representation of color #686842: hue angle of 60º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #686842 is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 104 | 66 | - |
| CMYK | 0 | 0 | 0.37 | 0.59 |
| HSL | 60º | 0.22% | 0.33% | - |
| HSV(B) | 60º | 0.37% | 0.41% | - |
| XYZ | 11.64 | 13.24 | 7.1 | - |
| YUV | 99.67 | 109 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 104 | 66 | 0 | 0 | 0.37 | 0.59 | 60 | 0.22 | 0.33 |
| Hex | 68 | 68 | 42 | 0 | 0 | 25 | 3B | 3C | 16 | 21 |
| Octal | 150 | 150 | 102 | 0 | 0 | 45 | 73 | 74 | 26 | 41 |
| Binary | 1101000 | 1101000 | 1000010 | 0 | 0 | 100101 | 111011 | 111100 | 10110 | 100001 |
Color Harmonies of #686842
Complementary color
Monochromatic Colors of #686842
Black with #686842
Text Example
Text Example
White with #686842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686842; }
p { color: rgb(104,104,66); }
H1.HeaderClassName
{
color: #686842;
}
.AnyTagClassName
{
color: #686842;
}
</style>
background-color css
<style>
a { background-color: #686842; }
a { background-color: rgb(104,104,66); }
div.DivClassName
{
background-color: #686842;
}
.BgClassName
{
background-color: #686842;
}
</style>
border-color css
<style>
span { border-color: #686842; }
span { border-color: rgb(104,104,66); }
td.TdClassName
{
border-color: #686842;
}
.TagClassName
{
border-color: #686842;
}
</style>