Shades of Hemlock #686444
Tints of Hemlock #686444
RGB
CMYK
RGB Variations
Color information
#686444 (or 0x686444) is known color: Hemlock. HEX triplet: 68, 64 and 44. RGB value is (104,100,68). Sum of RGB (Red+Green+Blue) = 104+100+68=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 104 - color contains mainly: red. Hex color #686444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686444 is #979BBB. Grayscale: #616161. Windows color (decimal): -9935804 or 4482152. OLE color: 4482152.
HSL color Cylindrical-coordinate representation of color #686444: hue angle of 53.33º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #686444 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 100 | 68 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.59 |
| HSL | 53.33º | 0.21% | 0.34% | - |
| HSV(B) | 53.33º | 0.35% | 0.41% | - |
| XYZ | 11.31 | 12.47 | 7.28 | - |
| YUV | 97.55 | 111.33 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 100 | 68 | 0 | 0.04 | 0.35 | 0.59 | 53.33 | 0.21 | 0.34 |
| Hex | 68 | 64 | 44 | 0 | 4 | 23 | 3B | 35 | 15 | 22 |
| Octal | 150 | 144 | 104 | 0 | 4 | 43 | 73 | 65 | 25 | 42 |
| Binary | 1101000 | 1100100 | 1000100 | 0 | 100 | 100011 | 111011 | 110101 | 10101 | 100010 |
Color Harmonies of #686444
Complementary color
Monochromatic Colors of #686444
Black with #686444
Text Example
Text Example
White with #686444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686444; }
p { color: rgb(104,100,68); }
H1.HeaderClassName
{
color: #686444;
}
.AnyTagClassName
{
color: #686444;
}
</style>
background-color css
<style>
a { background-color: #686444; }
a { background-color: rgb(104,100,68); }
div.DivClassName
{
background-color: #686444;
}
.BgClassName
{
background-color: #686444;
}
</style>
border-color css
<style>
span { border-color: #686444; }
span { border-color: rgb(104,100,68); }
td.TdClassName
{
border-color: #686444;
}
.TagClassName
{
border-color: #686444;
}
</style>