Shades of Hemlock #656447
Tints of Hemlock #656447
RGB
CMYK
RGB Variations
Color information
#656447 (or 0x656447) is known color: Hemlock. HEX triplet: 65, 64 and 47. RGB value is (101,100,71). Sum of RGB (Red+Green+Blue) = 101+100+71=272 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.13% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 101 - color contains mainly: red. Hex color #656447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656447 is #9A9BB8. Grayscale: #616161. Windows color (decimal): -10132409 or 4678757. OLE color: 4678757.
HSL color Cylindrical-coordinate representation of color #656447: hue angle of 58º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #656447 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 100 | 71 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.60 |
| HSL | 58º | 0.17% | 0.34% | - |
| HSV(B) | 58º | 0.3% | 0.4% | - |
| XYZ | 11.06 | 12.34 | 7.76 | - |
| YUV | 96.99 | 113.33 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 100 | 71 | 0 | 0.01 | 0.30 | 0.60 | 58 | 0.17 | 0.34 |
| Hex | 65 | 64 | 47 | 0 | 1 | 1E | 3C | 3A | 11 | 22 |
| Octal | 145 | 144 | 107 | 0 | 1 | 36 | 74 | 72 | 21 | 42 |
| Binary | 1100101 | 1100100 | 1000111 | 0 | 1 | 11110 | 111100 | 111010 | 10001 | 100010 |
Color Harmonies of #656447
Complementary color
Monochromatic Colors of #656447
Black with #656447
Text Example
Text Example
White with #656447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656447; }
p { color: rgb(101,100,71); }
H1.HeaderClassName
{
color: #656447;
}
.AnyTagClassName
{
color: #656447;
}
</style>
background-color css
<style>
a { background-color: #656447; }
a { background-color: rgb(101,100,71); }
div.DivClassName
{
background-color: #656447;
}
.BgClassName
{
background-color: #656447;
}
</style>
border-color css
<style>
span { border-color: #656447; }
span { border-color: rgb(101,100,71); }
td.TdClassName
{
border-color: #656447;
}
.TagClassName
{
border-color: #656447;
}
</style>