Shades of Hemlock #686653
Tints of Hemlock #686653
RGB
CMYK
RGB Variations
Color information
#686653 (or 0x686653) is known color: Hemlock. HEX triplet: 68, 66 and 53. RGB value is (104,102,83). Sum of RGB (Red+Green+Blue) = 104+102+83=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 104 - color contains mainly: red. Hex color #686653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686653 is #9799AC. Grayscale: #646464. Windows color (decimal): -9935277 or 5465704. OLE color: 5465704.
HSL color Cylindrical-coordinate representation of color #686653: hue angle of 54.29º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #686653 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 102 | 83 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.59 |
| HSL | 54.29º | 0.11% | 0.37% | - |
| HSV(B) | 54.29º | 0.2% | 0.41% | - |
| XYZ | 12.02 | 13.07 | 10.07 | - |
| YUV | 100.43 | 118.16 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 83 | 0 | 0.02 | 0.20 | 0.59 | 54.29 | 0.11 | 0.37 |
| Hex | 68 | 66 | 53 | 0 | 2 | 14 | 3B | 36 | B | 25 |
| Octal | 150 | 146 | 123 | 0 | 2 | 24 | 73 | 66 | 13 | 45 |
| Binary | 1101000 | 1100110 | 1010011 | 0 | 10 | 10100 | 111011 | 110110 | 1011 | 100101 |
Color Harmonies of #686653
Complementary color
Monochromatic Colors of #686653
Black with #686653
Text Example
Text Example
White with #686653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686653; }
p { color: rgb(104,102,83); }
H1.HeaderClassName
{
color: #686653;
}
.AnyTagClassName
{
color: #686653;
}
</style>
background-color css
<style>
a { background-color: #686653; }
a { background-color: rgb(104,102,83); }
div.DivClassName
{
background-color: #686653;
}
.BgClassName
{
background-color: #686653;
}
</style>
border-color css
<style>
span { border-color: #686653; }
span { border-color: rgb(104,102,83); }
td.TdClassName
{
border-color: #686653;
}
.TagClassName
{
border-color: #686653;
}
</style>