Shades of Hemlock #686841
Tints of Hemlock #686841
RGB
CMYK
RGB Variations
Color information
#686841 (or 0x686841) is known color: Hemlock. HEX triplet: 68, 68 and 41. RGB value is (104,104,65). Sum of RGB (Red+Green+Blue) = 104+104+65=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686841 is #9797BE. Grayscale: #636363. Windows color (decimal): -9934783 or 4286568. OLE color: 4286568.
HSL color Cylindrical-coordinate representation of color #686841: hue angle of 60º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #686841 is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 104 | 65 | - |
| CMYK | 0 | 0 | 0.38 | 0.59 |
| HSL | 60º | 0.23% | 0.33% | - |
| HSV(B) | 60º | 0.38% | 0.41% | - |
| XYZ | 11.61 | 13.23 | 6.94 | - |
| YUV | 99.55 | 108.5 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 104 | 65 | 0 | 0 | 0.38 | 0.59 | 60 | 0.23 | 0.33 |
| Hex | 68 | 68 | 41 | 0 | 0 | 26 | 3B | 3C | 17 | 21 |
| Octal | 150 | 150 | 101 | 0 | 0 | 46 | 73 | 74 | 27 | 41 |
| Binary | 1101000 | 1101000 | 1000001 | 0 | 0 | 100110 | 111011 | 111100 | 10111 | 100001 |
Color Harmonies of #686841
Complementary color
Monochromatic Colors of #686841
Black with #686841
Text Example
Text Example
White with #686841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686841; }
p { color: rgb(104,104,65); }
H1.HeaderClassName
{
color: #686841;
}
.AnyTagClassName
{
color: #686841;
}
</style>
background-color css
<style>
a { background-color: #686841; }
a { background-color: rgb(104,104,65); }
div.DivClassName
{
background-color: #686841;
}
.BgClassName
{
background-color: #686841;
}
</style>
border-color css
<style>
span { border-color: #686841; }
span { border-color: rgb(104,104,65); }
td.TdClassName
{
border-color: #686841;
}
.TagClassName
{
border-color: #686841;
}
</style>