Shades of Hemlock #656249
Tints of Hemlock #656249
RGB
CMYK
RGB Variations
Color information
#656249 (or 0x656249) is known color: Hemlock. HEX triplet: 65, 62 and 49. RGB value is (101,98,73). Sum of RGB (Red+Green+Blue) = 101+98+73=272 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.13% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 101 - color contains mainly: red. Hex color #656249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656249 is #9A9DB6. Grayscale: #606060. Windows color (decimal): -10132919 or 4809317. OLE color: 4809317.
HSL color Cylindrical-coordinate representation of color #656249: hue angle of 53.57º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #656249 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 98 | 73 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.60 |
| HSL | 53.57º | 0.16% | 0.34% | - |
| HSV(B) | 53.57º | 0.28% | 0.4% | - |
| XYZ | 10.94 | 11.98 | 8.04 | - |
| YUV | 96.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 98 | 73 | 0 | 0.03 | 0.28 | 0.60 | 53.57 | 0.16 | 0.34 |
| Hex | 65 | 62 | 49 | 0 | 3 | 1C | 3C | 36 | 10 | 22 |
| Octal | 145 | 142 | 111 | 0 | 3 | 34 | 74 | 66 | 20 | 42 |
| Binary | 1100101 | 1100010 | 1001001 | 0 | 11 | 11100 | 111100 | 110110 | 10000 | 100010 |
Color Harmonies of #656249
Complementary color
Monochromatic Colors of #656249
Black with #656249
Text Example
Text Example
White with #656249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656249; }
p { color: rgb(101,98,73); }
H1.HeaderClassName
{
color: #656249;
}
.AnyTagClassName
{
color: #656249;
}
</style>
background-color css
<style>
a { background-color: #656249; }
a { background-color: rgb(101,98,73); }
div.DivClassName
{
background-color: #656249;
}
.BgClassName
{
background-color: #656249;
}
</style>
border-color css
<style>
span { border-color: #656249; }
span { border-color: rgb(101,98,73); }
td.TdClassName
{
border-color: #656249;
}
.TagClassName
{
border-color: #656249;
}
</style>