Shades of Hemlock #686445
Tints of Hemlock #686445
RGB
CMYK
RGB Variations
Color information
#686445 (or 0x686445) is known color: Hemlock. HEX triplet: 68, 64 and 45. RGB value is (104,100,69). Sum of RGB (Red+Green+Blue) = 104+100+69=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 104 - color contains mainly: red. Hex color #686445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686445 is #979BBA. Grayscale: #616161. Windows color (decimal): -9935803 or 4547688. OLE color: 4547688.
HSL color Cylindrical-coordinate representation of color #686445: hue angle of 53.14º 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 #686445 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 100 | 69 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.59 |
| HSL | 53.14º | 0.2% | 0.34% | - |
| HSV(B) | 53.14º | 0.34% | 0.41% | - |
| XYZ | 11.34 | 12.49 | 7.44 | - |
| YUV | 97.66 | 111.83 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 100 | 69 | 0 | 0.04 | 0.34 | 0.59 | 53.14 | 0.2 | 0.34 |
| Hex | 68 | 64 | 45 | 0 | 4 | 22 | 3B | 35 | 14 | 22 |
| Octal | 150 | 144 | 105 | 0 | 4 | 42 | 73 | 65 | 24 | 42 |
| Binary | 1101000 | 1100100 | 1000101 | 0 | 100 | 100010 | 111011 | 110101 | 10100 | 100010 |
Color Harmonies of #686445
Complementary color
Monochromatic Colors of #686445
Black with #686445
Text Example
Text Example
White with #686445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686445; }
p { color: rgb(104,100,69); }
H1.HeaderClassName
{
color: #686445;
}
.AnyTagClassName
{
color: #686445;
}
</style>
background-color css
<style>
a { background-color: #686445; }
a { background-color: rgb(104,100,69); }
div.DivClassName
{
background-color: #686445;
}
.BgClassName
{
background-color: #686445;
}
</style>
border-color css
<style>
span { border-color: #686445; }
span { border-color: rgb(104,100,69); }
td.TdClassName
{
border-color: #686445;
}
.TagClassName
{
border-color: #686445;
}
</style>