Shades of Hemlock #686650
Tints of Hemlock #686650
RGB
CMYK
RGB Variations
Color information
#686650 (or 0x686650) is known color: Hemlock. HEX triplet: 68, 66 and 50. RGB value is (104,102,80). Sum of RGB (Red+Green+Blue) = 104+102+80=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 104 - color contains mainly: red. Hex color #686650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686650 is #9799AF. Grayscale: #646464. Windows color (decimal): -9935280 or 5269096. OLE color: 5269096.
HSL color Cylindrical-coordinate representation of color #686650: hue angle of 55º 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 #686650 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 102 | 80 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.59 |
| HSL | 55º | 0.13% | 0.36% | - |
| HSV(B) | 55º | 0.23% | 0.41% | - |
| XYZ | 11.91 | 13.02 | 9.48 | - |
| YUV | 100.09 | 116.66 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 80 | 0 | 0.02 | 0.23 | 0.59 | 55 | 0.13 | 0.36 |
| Hex | 68 | 66 | 50 | 0 | 2 | 17 | 3B | 37 | D | 24 |
| Octal | 150 | 146 | 120 | 0 | 2 | 27 | 73 | 67 | 15 | 44 |
| Binary | 1101000 | 1100110 | 1010000 | 0 | 10 | 10111 | 111011 | 110111 | 1101 | 100100 |
Color Harmonies of #686650
Complementary color
Monochromatic Colors of #686650
Black with #686650
Text Example
Text Example
White with #686650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686650; }
p { color: rgb(104,102,80); }
H1.HeaderClassName
{
color: #686650;
}
.AnyTagClassName
{
color: #686650;
}
</style>
background-color css
<style>
a { background-color: #686650; }
a { background-color: rgb(104,102,80); }
div.DivClassName
{
background-color: #686650;
}
.BgClassName
{
background-color: #686650;
}
</style>
border-color css
<style>
span { border-color: #686650; }
span { border-color: rgb(104,102,80); }
td.TdClassName
{
border-color: #686650;
}
.TagClassName
{
border-color: #686650;
}
</style>