Shades of Hemlock #686652
Tints of Hemlock #686652
RGB
CMYK
RGB Variations
Color information
#686652 (or 0x686652) is known color: Hemlock. HEX triplet: 68, 66 and 52. RGB value is (104,102,82). Sum of RGB (Red+Green+Blue) = 104+102+82=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 104 - color contains mainly: red. Hex color #686652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686652 is #9799AD. Grayscale: #646464. Windows color (decimal): -9935278 or 5400168. OLE color: 5400168.
HSL color Cylindrical-coordinate representation of color #686652: hue angle of 54.55º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #686652 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 102 | 82 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.59 |
| HSL | 54.55º | 0.12% | 0.36% | - |
| HSV(B) | 54.55º | 0.21% | 0.41% | - |
| XYZ | 11.98 | 13.06 | 9.87 | - |
| YUV | 100.32 | 117.66 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 82 | 0 | 0.02 | 0.21 | 0.59 | 54.55 | 0.12 | 0.36 |
| Hex | 68 | 66 | 52 | 0 | 2 | 15 | 3B | 37 | C | 24 |
| Octal | 150 | 146 | 122 | 0 | 2 | 25 | 73 | 67 | 14 | 44 |
| Binary | 1101000 | 1100110 | 1010010 | 0 | 10 | 10101 | 111011 | 110111 | 1100 | 100100 |
Color Harmonies of #686652
Complementary color
Monochromatic Colors of #686652
Black with #686652
Text Example
Text Example
White with #686652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686652; }
p { color: rgb(104,102,82); }
H1.HeaderClassName
{
color: #686652;
}
.AnyTagClassName
{
color: #686652;
}
</style>
background-color css
<style>
a { background-color: #686652; }
a { background-color: rgb(104,102,82); }
div.DivClassName
{
background-color: #686652;
}
.BgClassName
{
background-color: #686652;
}
</style>
border-color css
<style>
span { border-color: #686652; }
span { border-color: rgb(104,102,82); }
td.TdClassName
{
border-color: #686652;
}
.TagClassName
{
border-color: #686652;
}
</style>