Shades of Hemlock #656645
Tints of Hemlock #656645
RGB
CMYK
RGB Variations
Color information
#656645 (or 0x656645) is known color: Hemlock. HEX triplet: 65, 66 and 45. RGB value is (101,102,69). Sum of RGB (Red+Green+Blue) = 101+102+69=272 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.13% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 102 - color contains mainly: green. Hex color #656645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656645 is #9A99BA. Grayscale: #626262. Windows color (decimal): -10131899 or 4548197. OLE color: 4548197.
HSL color Cylindrical-coordinate representation of color #656645: hue angle of 61.82º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #656645 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 101 | 102 | 69 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.6 |
| HSL | 61.82º | 0.19% | 0.34% | - |
| HSV(B) | 61.82º | 0.32% | 0.4% | - |
| XYZ | 11.19 | 12.7 | 7.49 | - |
| YUV | 97.94 | 111.67 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 102 | 69 | 0.01 | 0 | 0.32 | 0.6 | 61.82 | 0.19 | 0.34 |
| Hex | 65 | 66 | 45 | 1 | 0 | 20 | 3C | 3E | 13 | 22 |
| Octal | 145 | 146 | 105 | 1 | 0 | 40 | 74 | 76 | 23 | 42 |
| Binary | 1100101 | 1100110 | 1000101 | 1 | 0 | 100000 | 111100 | 111110 | 10011 | 100010 |
Color Harmonies of #656645
Complementary color
Monochromatic Colors of #656645
Black with #656645
Text Example
Text Example
White with #656645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656645; }
p { color: rgb(101,102,69); }
H1.HeaderClassName
{
color: #656645;
}
.AnyTagClassName
{
color: #656645;
}
</style>
background-color css
<style>
a { background-color: #656645; }
a { background-color: rgb(101,102,69); }
div.DivClassName
{
background-color: #656645;
}
.BgClassName
{
background-color: #656645;
}
</style>
border-color css
<style>
span { border-color: #656645; }
span { border-color: rgb(101,102,69); }
td.TdClassName
{
border-color: #656645;
}
.TagClassName
{
border-color: #656645;
}
</style>