Shades of Hemlock #686447
Tints of Hemlock #686447
RGB
CMYK
RGB Variations
Color information
#686447 (or 0x686447) is known color: Hemlock. HEX triplet: 68, 64 and 47. RGB value is (104,100,71). Sum of RGB (Red+Green+Blue) = 104+100+71=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 71 (28.12% from 255 or 25.82% from 275); Max value from RGB is 104 - color contains mainly: red. Hex color #686447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686447 is #979BB8. Grayscale: #626262. Windows color (decimal): -9935801 or 4678760. OLE color: 4678760.
HSL color Cylindrical-coordinate representation of color #686447: hue angle of 52.73º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #686447 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 100 | 71 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.59 |
| HSL | 52.73º | 0.19% | 0.34% | - |
| HSV(B) | 52.73º | 0.32% | 0.41% | - |
| XYZ | 11.4 | 12.51 | 7.78 | - |
| YUV | 97.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 100 | 71 | 0 | 0.04 | 0.32 | 0.59 | 52.73 | 0.19 | 0.34 |
| Hex | 68 | 64 | 47 | 0 | 4 | 20 | 3B | 35 | 13 | 22 |
| Octal | 150 | 144 | 107 | 0 | 4 | 40 | 73 | 65 | 23 | 42 |
| Binary | 1101000 | 1100100 | 1000111 | 0 | 100 | 100000 | 111011 | 110101 | 10011 | 100010 |
Color Harmonies of #686447
Complementary color
Monochromatic Colors of #686447
Black with #686447
Text Example
Text Example
White with #686447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686447; }
p { color: rgb(104,100,71); }
H1.HeaderClassName
{
color: #686447;
}
.AnyTagClassName
{
color: #686447;
}
</style>
background-color css
<style>
a { background-color: #686447; }
a { background-color: rgb(104,100,71); }
div.DivClassName
{
background-color: #686447;
}
.BgClassName
{
background-color: #686447;
}
</style>
border-color css
<style>
span { border-color: #686447; }
span { border-color: rgb(104,100,71); }
td.TdClassName
{
border-color: #686447;
}
.TagClassName
{
border-color: #686447;
}
</style>