Shades of Hemlock #686850
Tints of Hemlock #686850
RGB
CMYK
RGB Variations
Color information
#686850 (or 0x686850) is known color: Hemlock. HEX triplet: 68, 68 and 50. RGB value is (104,104,80). Sum of RGB (Red+Green+Blue) = 104+104+80=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686850 is #9797AF. Grayscale: #656565. Windows color (decimal): -9934768 or 5269608. OLE color: 5269608.
HSL color Cylindrical-coordinate representation of color #686850: hue angle of 60º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #686850 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 104 | 80 | - |
| CMYK | 0 | 0 | 0.23 | 0.59 |
| HSL | 60º | 0.13% | 0.36% | - |
| HSV(B) | 60º | 0.23% | 0.41% | - |
| XYZ | 12.11 | 13.42 | 9.54 | - |
| YUV | 101.26 | 116 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 104 | 80 | 0 | 0 | 0.23 | 0.59 | 60 | 0.13 | 0.36 |
| Hex | 68 | 68 | 50 | 0 | 0 | 17 | 3B | 3C | D | 24 |
| Octal | 150 | 150 | 120 | 0 | 0 | 27 | 73 | 74 | 15 | 44 |
| Binary | 1101000 | 1101000 | 1010000 | 0 | 0 | 10111 | 111011 | 111100 | 1101 | 100100 |
Color Harmonies of #686850
Complementary color
Monochromatic Colors of #686850
Black with #686850
Text Example
Text Example
White with #686850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686850; }
p { color: rgb(104,104,80); }
H1.HeaderClassName
{
color: #686850;
}
.AnyTagClassName
{
color: #686850;
}
</style>
background-color css
<style>
a { background-color: #686850; }
a { background-color: rgb(104,104,80); }
div.DivClassName
{
background-color: #686850;
}
.BgClassName
{
background-color: #686850;
}
</style>
border-color css
<style>
span { border-color: #686850; }
span { border-color: rgb(104,104,80); }
td.TdClassName
{
border-color: #686850;
}
.TagClassName
{
border-color: #686850;
}
</style>