Shades of Hemlock #686945
Tints of Hemlock #686945
RGB
CMYK
RGB Variations
Color information
#686945 (or 0x686945) is known color: Hemlock. HEX triplet: 68, 69 and 45. RGB value is (104,105,69). Sum of RGB (Red+Green+Blue) = 104+105+69=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 105 (41.41% from 255 or 37.77% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 105 - color contains mainly: green. Hex color #686945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686945 is #9796BA. Grayscale: #646464. Windows color (decimal): -9934523 or 4548968. OLE color: 4548968.
HSL color Cylindrical-coordinate representation of color #686945: hue angle of 61.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #686945 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 105 | 69 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.59 |
| HSL | 61.67º | 0.21% | 0.34% | - |
| HSV(B) | 61.67º | 0.34% | 0.41% | - |
| XYZ | 11.83 | 13.48 | 7.61 | - |
| YUV | 100.6 | 110.17 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 69 | 0.01 | 0 | 0.34 | 0.59 | 61.67 | 0.21 | 0.34 |
| Hex | 68 | 69 | 45 | 1 | 0 | 22 | 3B | 3E | 15 | 22 |
| Octal | 150 | 151 | 105 | 1 | 0 | 42 | 73 | 76 | 25 | 42 |
| Binary | 1101000 | 1101001 | 1000101 | 1 | 0 | 100010 | 111011 | 111110 | 10101 | 100010 |
Color Harmonies of #686945
Complementary color
Monochromatic Colors of #686945
Black with #686945
Text Example
Text Example
White with #686945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686945; }
p { color: rgb(104,105,69); }
H1.HeaderClassName
{
color: #686945;
}
.AnyTagClassName
{
color: #686945;
}
</style>
background-color css
<style>
a { background-color: #686945; }
a { background-color: rgb(104,105,69); }
div.DivClassName
{
background-color: #686945;
}
.BgClassName
{
background-color: #686945;
}
</style>
border-color css
<style>
span { border-color: #686945; }
span { border-color: rgb(104,105,69); }
td.TdClassName
{
border-color: #686945;
}
.TagClassName
{
border-color: #686945;
}
</style>