Shades of Hemlock #686A43
Tints of Hemlock #686A43
RGB
CMYK
RGB Variations
Color information
#686A43 (or 0x686A43) is known color: Hemlock. HEX triplet: 68, 6A and 43. RGB value is (104,106,67). Sum of RGB (Red+Green+Blue) = 104+106+67=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 106 (41.80% from 255 or 38.27% from 277); Blue value is 67 (26.56% from 255 or 24.19% from 277); Max value from RGB is 106 - color contains mainly: green. Hex color #686A43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686A43 is #9795BC. Grayscale: #656565. Windows color (decimal): -9934269 or 4418152. OLE color: 4418152.
HSL color Cylindrical-coordinate representation of color #686A43: hue angle of 63.08º 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 #686A43 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 106 | 67 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.58 |
| HSL | 63.08º | 0.23% | 0.34% | - |
| HSV(B) | 63.08º | 0.37% | 0.42% | - |
| XYZ | 11.88 | 13.66 | 7.32 | - |
| YUV | 100.96 | 108.84 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 67 | 0.02 | 0 | 0.37 | 0.58 | 63.08 | 0.23 | 0.34 |
| Hex | 68 | 6A | 43 | 2 | 0 | 25 | 3A | 3F | 17 | 22 |
| Octal | 150 | 152 | 103 | 2 | 0 | 45 | 72 | 77 | 27 | 42 |
| Binary | 1101000 | 1101010 | 1000011 | 10 | 0 | 100101 | 111010 | 111111 | 10111 | 100010 |
Color Harmonies of #686A43
Complementary color
Monochromatic Colors of #686A43
Black with #686A43
Text Example
Text Example
White with #686A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686A43; }
p { color: rgb(104,106,67); }
H1.HeaderClassName
{
color: #686A43;
}
.AnyTagClassName
{
color: #686A43;
}
</style>
background-color css
<style>
a { background-color: #686A43; }
a { background-color: rgb(104,106,67); }
div.DivClassName
{
background-color: #686A43;
}
.BgClassName
{
background-color: #686A43;
}
</style>
border-color css
<style>
span { border-color: #686A43; }
span { border-color: rgb(104,106,67); }
td.TdClassName
{
border-color: #686A43;
}
.TagClassName
{
border-color: #686A43;
}
</style>