Shades of Hemlock #686853
Tints of Hemlock #686853
RGB
CMYK
RGB Variations
Color information
#686853 (or 0x686853) is known color: Hemlock. HEX triplet: 68, 68 and 53. RGB value is (104,104,83). Sum of RGB (Red+Green+Blue) = 104+104+83=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686853 is #9797AC. Grayscale: #656565. Windows color (decimal): -9934765 or 5466216. OLE color: 5466216.
HSL color Cylindrical-coordinate representation of color #686853: hue angle of 60º 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 #686853 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 104 | 83 | - |
| CMYK | 0 | 0 | 0.20 | 0.59 |
| HSL | 60º | 0.11% | 0.37% | - |
| HSV(B) | 60º | 0.2% | 0.41% | - |
| XYZ | 12.22 | 13.47 | 10.14 | - |
| YUV | 101.61 | 117.5 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 104 | 83 | 0 | 0 | 0.20 | 0.59 | 60 | 0.11 | 0.37 |
| Hex | 68 | 68 | 53 | 0 | 0 | 14 | 3B | 3C | B | 25 |
| Octal | 150 | 150 | 123 | 0 | 0 | 24 | 73 | 74 | 13 | 45 |
| Binary | 1101000 | 1101000 | 1010011 | 0 | 0 | 10100 | 111011 | 111100 | 1011 | 100101 |
Color Harmonies of #686853
Complementary color
Monochromatic Colors of #686853
Black with #686853
Text Example
Text Example
White with #686853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686853; }
p { color: rgb(104,104,83); }
H1.HeaderClassName
{
color: #686853;
}
.AnyTagClassName
{
color: #686853;
}
</style>
background-color css
<style>
a { background-color: #686853; }
a { background-color: rgb(104,104,83); }
div.DivClassName
{
background-color: #686853;
}
.BgClassName
{
background-color: #686853;
}
</style>
border-color css
<style>
span { border-color: #686853; }
span { border-color: rgb(104,104,83); }
td.TdClassName
{
border-color: #686853;
}
.TagClassName
{
border-color: #686853;
}
</style>