Shades of Hemlock #686854
Tints of Hemlock #686854
RGB
CMYK
RGB Variations
Color information
#686854 (or 0x686854) is known color: Hemlock. HEX triplet: 68, 68 and 54. RGB value is (104,104,84). Sum of RGB (Red+Green+Blue) = 104+104+84=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 84 (33.20% from 255 or 28.77% from 292); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686854 is #9797AB. Grayscale: #656565. Windows color (decimal): -9934764 or 5531752. OLE color: 5531752.
HSL color Cylindrical-coordinate representation of color #686854: 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.19%. Process color model (Four color, CMYK) of #686854 is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 104 | 84 | - |
| CMYK | 0 | 0 | 0.19 | 0.59 |
| HSL | 60º | 0.11% | 0.37% | - |
| HSV(B) | 60º | 0.19% | 0.41% | - |
| XYZ | 12.26 | 13.48 | 10.34 | - |
| YUV | 101.72 | 118 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 104 | 84 | 0 | 0 | 0.19 | 0.59 | 60 | 0.11 | 0.37 |
| Hex | 68 | 68 | 54 | 0 | 0 | 13 | 3B | 3C | B | 25 |
| Octal | 150 | 150 | 124 | 0 | 0 | 23 | 73 | 74 | 13 | 45 |
| Binary | 1101000 | 1101000 | 1010100 | 0 | 0 | 10011 | 111011 | 111100 | 1011 | 100101 |
Color Harmonies of #686854
Complementary color
Monochromatic Colors of #686854
Black with #686854
Text Example
Text Example
White with #686854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686854; }
p { color: rgb(104,104,84); }
H1.HeaderClassName
{
color: #686854;
}
.AnyTagClassName
{
color: #686854;
}
</style>
background-color css
<style>
a { background-color: #686854; }
a { background-color: rgb(104,104,84); }
div.DivClassName
{
background-color: #686854;
}
.BgClassName
{
background-color: #686854;
}
</style>
border-color css
<style>
span { border-color: #686854; }
span { border-color: rgb(104,104,84); }
td.TdClassName
{
border-color: #686854;
}
.TagClassName
{
border-color: #686854;
}
</style>