Shades of Hemlock #686345
Tints of Hemlock #686345
RGB
CMYK
RGB Variations
Color information
#686345 (or 0x686345) is known color: Hemlock. HEX triplet: 68, 63 and 45. RGB value is (104,99,69). Sum of RGB (Red+Green+Blue) = 104+99+69=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 104 - color contains mainly: red. Hex color #686345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686345 is #979CBA. Grayscale: #616161. Windows color (decimal): -9936059 or 4547432. OLE color: 4547432.
HSL color Cylindrical-coordinate representation of color #686345: hue angle of 51.43º 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 #686345 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 99 | 69 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.59 |
| HSL | 51.43º | 0.2% | 0.34% | - |
| HSV(B) | 51.43º | 0.34% | 0.41% | - |
| XYZ | 11.24 | 12.3 | 7.41 | - |
| YUV | 97.08 | 112.16 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 99 | 69 | 0 | 0.05 | 0.34 | 0.59 | 51.43 | 0.2 | 0.34 |
| Hex | 68 | 63 | 45 | 0 | 5 | 22 | 3B | 33 | 14 | 22 |
| Octal | 150 | 143 | 105 | 0 | 5 | 42 | 73 | 63 | 24 | 42 |
| Binary | 1101000 | 1100011 | 1000101 | 0 | 101 | 100010 | 111011 | 110011 | 10100 | 100010 |
Color Harmonies of #686345
Complementary color
Monochromatic Colors of #686345
Black with #686345
Text Example
Text Example
White with #686345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686345; }
p { color: rgb(104,99,69); }
H1.HeaderClassName
{
color: #686345;
}
.AnyTagClassName
{
color: #686345;
}
</style>
background-color css
<style>
a { background-color: #686345; }
a { background-color: rgb(104,99,69); }
div.DivClassName
{
background-color: #686345;
}
.BgClassName
{
background-color: #686345;
}
</style>
border-color css
<style>
span { border-color: #686345; }
span { border-color: rgb(104,99,69); }
td.TdClassName
{
border-color: #686345;
}
.TagClassName
{
border-color: #686345;
}
</style>