Shades of Hemlock #646546
Tints of Hemlock #646546
RGB
CMYK
RGB Variations
Color information
#646546 (or 0x646546) is known color: Hemlock. HEX triplet: 64, 65 and 46. RGB value is (100,101,70). Sum of RGB (Red+Green+Blue) = 100+101+70=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 101 - color contains mainly: green. Hex color #646546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646546 is #9B9AB9. Grayscale: #616161. Windows color (decimal): -10197690 or 4613476. OLE color: 4613476.
HSL color Cylindrical-coordinate representation of color #646546: hue angle of 61.94º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #646546 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 101 | 70 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.60 |
| HSL | 61.94º | 0.18% | 0.34% | - |
| HSV(B) | 61.94º | 0.31% | 0.4% | - |
| XYZ | 11.01 | 12.46 | 7.62 | - |
| YUV | 97.17 | 112.67 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 101 | 70 | 0.01 | 0 | 0.31 | 0.60 | 61.94 | 0.18 | 0.34 |
| Hex | 64 | 65 | 46 | 1 | 0 | 1F | 3C | 3E | 12 | 22 |
| Octal | 144 | 145 | 106 | 1 | 0 | 37 | 74 | 76 | 22 | 42 |
| Binary | 1100100 | 1100101 | 1000110 | 1 | 0 | 11111 | 111100 | 111110 | 10010 | 100010 |
Color Harmonies of #646546
Complementary color
Monochromatic Colors of #646546
Black with #646546
Text Example
Text Example
White with #646546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646546; }
p { color: rgb(100,101,70); }
H1.HeaderClassName
{
color: #646546;
}
.AnyTagClassName
{
color: #646546;
}
</style>
background-color css
<style>
a { background-color: #646546; }
a { background-color: rgb(100,101,70); }
div.DivClassName
{
background-color: #646546;
}
.BgClassName
{
background-color: #646546;
}
</style>
border-color css
<style>
span { border-color: #646546; }
span { border-color: rgb(100,101,70); }
td.TdClassName
{
border-color: #646546;
}
.TagClassName
{
border-color: #646546;
}
</style>