Shades of Hemlock #686549
Tints of Hemlock #686549
RGB
CMYK
RGB Variations
Color information
#686549 (or 0x686549) is known color: Hemlock. HEX triplet: 68, 65 and 49. RGB value is (104,101,73). Sum of RGB (Red+Green+Blue) = 104+101+73=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 104 - color contains mainly: red. Hex color #686549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686549 is #979AB6. Grayscale: #626262. Windows color (decimal): -9935543 or 4810088. OLE color: 4810088.
HSL color Cylindrical-coordinate representation of color #686549: hue angle of 54.19º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #686549 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 101 | 73 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.59 |
| HSL | 54.19º | 0.18% | 0.35% | - |
| HSV(B) | 54.19º | 0.3% | 0.41% | - |
| XYZ | 11.57 | 12.73 | 8.15 | - |
| YUV | 98.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 73 | 0 | 0.03 | 0.30 | 0.59 | 54.19 | 0.18 | 0.35 |
| Hex | 68 | 65 | 49 | 0 | 3 | 1E | 3B | 36 | 12 | 23 |
| Octal | 150 | 145 | 111 | 0 | 3 | 36 | 73 | 66 | 22 | 43 |
| Binary | 1101000 | 1100101 | 1001001 | 0 | 11 | 11110 | 111011 | 110110 | 10010 | 100011 |
Color Harmonies of #686549
Complementary color
Monochromatic Colors of #686549
Black with #686549
Text Example
Text Example
White with #686549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686549; }
p { color: rgb(104,101,73); }
H1.HeaderClassName
{
color: #686549;
}
.AnyTagClassName
{
color: #686549;
}
</style>
background-color css
<style>
a { background-color: #686549; }
a { background-color: rgb(104,101,73); }
div.DivClassName
{
background-color: #686549;
}
.BgClassName
{
background-color: #686549;
}
</style>
border-color css
<style>
span { border-color: #686549; }
span { border-color: rgb(104,101,73); }
td.TdClassName
{
border-color: #686549;
}
.TagClassName
{
border-color: #686549;
}
</style>