Shades of Hemlock #656445
Tints of Hemlock #656445
RGB
CMYK
RGB Variations
Color information
#656445 (or 0x656445) is known color: Hemlock. HEX triplet: 65, 64 and 45. RGB value is (101,100,69). Sum of RGB (Red+Green+Blue) = 101+100+69=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 101 - color contains mainly: red. Hex color #656445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656445 is #9A9BBA. Grayscale: #606060. Windows color (decimal): -10132411 or 4547685. OLE color: 4547685.
HSL color Cylindrical-coordinate representation of color #656445: hue angle of 58.12º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #656445 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 100 | 69 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.60 |
| HSL | 58.13º | 0.19% | 0.33% | - |
| HSV(B) | 58.13º | 0.32% | 0.4% | - |
| XYZ | 11 | 12.31 | 7.43 | - |
| YUV | 96.77 | 112.33 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 100 | 69 | 0 | 0.01 | 0.32 | 0.60 | 58.13 | 0.19 | 0.33 |
| Hex | 65 | 64 | 45 | 0 | 1 | 20 | 3C | 3A | 13 | 21 |
| Octal | 145 | 144 | 105 | 0 | 1 | 40 | 74 | 72 | 23 | 41 |
| Binary | 1100101 | 1100100 | 1000101 | 0 | 1 | 100000 | 111100 | 111010 | 10011 | 100001 |
Color Harmonies of #656445
Complementary color
Monochromatic Colors of #656445
Black with #656445
Text Example
Text Example
White with #656445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656445; }
p { color: rgb(101,100,69); }
H1.HeaderClassName
{
color: #656445;
}
.AnyTagClassName
{
color: #656445;
}
</style>
background-color css
<style>
a { background-color: #656445; }
a { background-color: rgb(101,100,69); }
div.DivClassName
{
background-color: #656445;
}
.BgClassName
{
background-color: #656445;
}
</style>
border-color css
<style>
span { border-color: #656445; }
span { border-color: rgb(101,100,69); }
td.TdClassName
{
border-color: #656445;
}
.TagClassName
{
border-color: #656445;
}
</style>