Shades of Hemlock #646149
Tints of Hemlock #646149
RGB
CMYK
RGB Variations
Color information
#646149 (or 0x646149) is known color: Hemlock. HEX triplet: 64, 61 and 49. RGB value is (100,97,73). Sum of RGB (Red+Green+Blue) = 100+97+73=270 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.04% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 100 - color contains mainly: red. Hex color #646149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646149 is #9B9EB6. Grayscale: #5F5F5F. Windows color (decimal): -10198711 or 4809060. OLE color: 4809060.
HSL color Cylindrical-coordinate representation of color #646149: hue angle of 53.33º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #646149 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 97 | 73 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.61 |
| HSL | 53.33º | 0.16% | 0.34% | - |
| HSV(B) | 53.33º | 0.27% | 0.39% | - |
| XYZ | 10.73 | 11.74 | 8 | - |
| YUV | 95.16 | 115.49 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 97 | 73 | 0 | 0.03 | 0.27 | 0.61 | 53.33 | 0.16 | 0.34 |
| Hex | 64 | 61 | 49 | 0 | 3 | 1B | 3D | 35 | 10 | 22 |
| Octal | 144 | 141 | 111 | 0 | 3 | 33 | 75 | 65 | 20 | 42 |
| Binary | 1100100 | 1100001 | 1001001 | 0 | 11 | 11011 | 111101 | 110101 | 10000 | 100010 |
Color Harmonies of #646149
Complementary color
Monochromatic Colors of #646149
Black with #646149
Text Example
Text Example
White with #646149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646149; }
p { color: rgb(100,97,73); }
H1.HeaderClassName
{
color: #646149;
}
.AnyTagClassName
{
color: #646149;
}
</style>
background-color css
<style>
a { background-color: #646149; }
a { background-color: rgb(100,97,73); }
div.DivClassName
{
background-color: #646149;
}
.BgClassName
{
background-color: #646149;
}
</style>
border-color css
<style>
span { border-color: #646149; }
span { border-color: rgb(100,97,73); }
td.TdClassName
{
border-color: #646149;
}
.TagClassName
{
border-color: #646149;
}
</style>