Shades of Hemlock #686545
Tints of Hemlock #686545
RGB
CMYK
RGB Variations
Color information
#686545 (or 0x686545) is known color: Hemlock. HEX triplet: 68, 65 and 45. RGB value is (104,101,69). Sum of RGB (Red+Green+Blue) = 104+101+69=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 104 - color contains mainly: red. Hex color #686545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686545 is #979ABA. Grayscale: #626262. Windows color (decimal): -9935547 or 4547944. OLE color: 4547944.
HSL color Cylindrical-coordinate representation of color #686545: hue angle of 54.86º degrees, saturation: 0.2, 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 #686545 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 101 | 69 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.59 |
| HSL | 54.86º | 0.2% | 0.34% | - |
| HSV(B) | 54.86º | 0.34% | 0.41% | - |
| XYZ | 11.44 | 12.68 | 7.47 | - |
| YUV | 98.25 | 111.49 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 69 | 0 | 0.03 | 0.34 | 0.59 | 54.86 | 0.2 | 0.34 |
| Hex | 68 | 65 | 45 | 0 | 3 | 22 | 3B | 37 | 14 | 22 |
| Octal | 150 | 145 | 105 | 0 | 3 | 42 | 73 | 67 | 24 | 42 |
| Binary | 1101000 | 1100101 | 1000101 | 0 | 11 | 100010 | 111011 | 110111 | 10100 | 100010 |
Color Harmonies of #686545
Complementary color
Monochromatic Colors of #686545
Black with #686545
Text Example
Text Example
White with #686545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686545; }
p { color: rgb(104,101,69); }
H1.HeaderClassName
{
color: #686545;
}
.AnyTagClassName
{
color: #686545;
}
</style>
background-color css
<style>
a { background-color: #686545; }
a { background-color: rgb(104,101,69); }
div.DivClassName
{
background-color: #686545;
}
.BgClassName
{
background-color: #686545;
}
</style>
border-color css
<style>
span { border-color: #686545; }
span { border-color: rgb(104,101,69); }
td.TdClassName
{
border-color: #686545;
}
.TagClassName
{
border-color: #686545;
}
</style>