Shades of Hemlock #686754
Tints of Hemlock #686754
RGB
CMYK
RGB Variations
Color information
#686754 (or 0x686754) is known color: Hemlock. HEX triplet: 68, 67 and 54. RGB value is (104,103,84). Sum of RGB (Red+Green+Blue) = 104+103+84=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 84 (33.20% from 255 or 28.87% from 291); Max value from RGB is 104 - color contains mainly: red. Hex color #686754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686754 is #9798AB. Grayscale: #656565. Windows color (decimal): -9935020 or 5531496. OLE color: 5531496.
HSL color Cylindrical-coordinate representation of color #686754: hue angle of 57º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #686754 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 103 | 84 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.59 |
| HSL | 57º | 0.11% | 0.37% | - |
| HSV(B) | 57º | 0.19% | 0.41% | - |
| XYZ | 12.16 | 13.28 | 10.31 | - |
| YUV | 101.13 | 118.33 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 103 | 84 | 0 | 0.01 | 0.19 | 0.59 | 57 | 0.11 | 0.37 |
| Hex | 68 | 67 | 54 | 0 | 1 | 13 | 3B | 39 | B | 25 |
| Octal | 150 | 147 | 124 | 0 | 1 | 23 | 73 | 71 | 13 | 45 |
| Binary | 1101000 | 1100111 | 1010100 | 0 | 1 | 10011 | 111011 | 111001 | 1011 | 100101 |
Color Harmonies of #686754
Complementary color
Monochromatic Colors of #686754
Black with #686754
Text Example
Text Example
White with #686754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686754; }
p { color: rgb(104,103,84); }
H1.HeaderClassName
{
color: #686754;
}
.AnyTagClassName
{
color: #686754;
}
</style>
background-color css
<style>
a { background-color: #686754; }
a { background-color: rgb(104,103,84); }
div.DivClassName
{
background-color: #686754;
}
.BgClassName
{
background-color: #686754;
}
</style>
border-color css
<style>
span { border-color: #686754; }
span { border-color: rgb(104,103,84); }
td.TdClassName
{
border-color: #686754;
}
.TagClassName
{
border-color: #686754;
}
</style>