Shades of Hemlock #686849
Tints of Hemlock #686849
RGB
CMYK
RGB Variations
Color information
#686849 (or 0x686849) is known color: Hemlock. HEX triplet: 68, 68 and 49. RGB value is (104,104,73). Sum of RGB (Red+Green+Blue) = 104+104+73=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686849 is #9797B6. Grayscale: #646464. Windows color (decimal): -9934775 or 4810856. OLE color: 4810856.
HSL color Cylindrical-coordinate representation of color #686849: hue angle of 60º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #686849 is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 104 | 73 | - |
| CMYK | 0 | 0 | 0.30 | 0.59 |
| HSL | 60º | 0.18% | 0.35% | - |
| HSV(B) | 60º | 0.3% | 0.41% | - |
| XYZ | 11.86 | 13.32 | 8.25 | - |
| YUV | 100.47 | 112.5 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 104 | 73 | 0 | 0 | 0.30 | 0.59 | 60 | 0.18 | 0.35 |
| Hex | 68 | 68 | 49 | 0 | 0 | 1E | 3B | 3C | 12 | 23 |
| Octal | 150 | 150 | 111 | 0 | 0 | 36 | 73 | 74 | 22 | 43 |
| Binary | 1101000 | 1101000 | 1001001 | 0 | 0 | 11110 | 111011 | 111100 | 10010 | 100011 |
Color Harmonies of #686849
Complementary color
Monochromatic Colors of #686849
Black with #686849
Text Example
Text Example
White with #686849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686849; }
p { color: rgb(104,104,73); }
H1.HeaderClassName
{
color: #686849;
}
.AnyTagClassName
{
color: #686849;
}
</style>
background-color css
<style>
a { background-color: #686849; }
a { background-color: rgb(104,104,73); }
div.DivClassName
{
background-color: #686849;
}
.BgClassName
{
background-color: #686849;
}
</style>
border-color css
<style>
span { border-color: #686849; }
span { border-color: rgb(104,104,73); }
td.TdClassName
{
border-color: #686849;
}
.TagClassName
{
border-color: #686849;
}
</style>