Shades of Hemlock #656552
Tints of Hemlock #656552
RGB
CMYK
RGB Variations
Color information
#656552 (or 0x656552) is known color: Hemlock. HEX triplet: 65, 65 and 52. RGB value is (101,101,82). Sum of RGB (Red+Green+Blue) = 101+101+82=284 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.56% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 101 - color contains mainly: red, green. Hex color #656552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656552 is #9A9AAD. Grayscale: #626262. Windows color (decimal): -10132142 or 5399909. OLE color: 5399909.
HSL color Cylindrical-coordinate representation of color #656552: hue angle of 60º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #656552 is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 101 | 82 | - |
| CMYK | 0 | 0 | 0.19 | 0.60 |
| HSL | 60º | 0.1% | 0.36% | - |
| HSV(B) | 60º | 0.19% | 0.4% | - |
| XYZ | 11.54 | 12.68 | 9.82 | - |
| YUV | 98.83 | 118.5 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 101 | 82 | 0 | 0 | 0.19 | 0.60 | 60 | 0.1 | 0.36 |
| Hex | 65 | 65 | 52 | 0 | 0 | 13 | 3C | 3C | A | 24 |
| Octal | 145 | 145 | 122 | 0 | 0 | 23 | 74 | 74 | 12 | 44 |
| Binary | 1100101 | 1100101 | 1010010 | 0 | 0 | 10011 | 111100 | 111100 | 1010 | 100100 |
Color Harmonies of #656552
Complementary color
Monochromatic Colors of #656552
Black with #656552
Text Example
Text Example
White with #656552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656552; }
p { color: rgb(101,101,82); }
H1.HeaderClassName
{
color: #656552;
}
.AnyTagClassName
{
color: #656552;
}
</style>
background-color css
<style>
a { background-color: #656552; }
a { background-color: rgb(101,101,82); }
div.DivClassName
{
background-color: #656552;
}
.BgClassName
{
background-color: #656552;
}
</style>
border-color css
<style>
span { border-color: #656552; }
span { border-color: rgb(101,101,82); }
td.TdClassName
{
border-color: #656552;
}
.TagClassName
{
border-color: #656552;
}
</style>