Shades of Hemlock #646150
Tints of Hemlock #646150
RGB
CMYK
RGB Variations
Color information
#646150 (or 0x646150) is known color: Hemlock. HEX triplet: 64, 61 and 50. RGB value is (100,97,80). Sum of RGB (Red+Green+Blue) = 100+97+80=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 100 - color contains mainly: red. Hex color #646150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646150 is #9B9EAF. Grayscale: #606060. Windows color (decimal): -10198704 or 5267812. OLE color: 5267812.
HSL color Cylindrical-coordinate representation of color #646150: hue angle of 51º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #646150 is Cyan = 0, Magento = 0.03, Yellow = 0.2 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 97 | 80 | - |
| CMYK | 0 | 0.03 | 0.2 | 0.61 |
| HSL | 51º | 0.11% | 0.35% | - |
| HSV(B) | 51º | 0.2% | 0.39% | - |
| XYZ | 10.98 | 11.84 | 9.3 | - |
| YUV | 95.96 | 118.99 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 97 | 80 | 0 | 0.03 | 0.2 | 0.61 | 51 | 0.11 | 0.35 |
| Hex | 64 | 61 | 50 | 0 | 3 | 14 | 3D | 33 | B | 23 |
| Octal | 144 | 141 | 120 | 0 | 3 | 24 | 75 | 63 | 13 | 43 |
| Binary | 1100100 | 1100001 | 1010000 | 0 | 11 | 10100 | 111101 | 110011 | 1011 | 100011 |
Color Harmonies of #646150
Complementary color
Monochromatic Colors of #646150
Black with #646150
Text Example
Text Example
White with #646150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646150; }
p { color: rgb(100,97,80); }
H1.HeaderClassName
{
color: #646150;
}
.AnyTagClassName
{
color: #646150;
}
</style>
background-color css
<style>
a { background-color: #646150; }
a { background-color: rgb(100,97,80); }
div.DivClassName
{
background-color: #646150;
}
.BgClassName
{
background-color: #646150;
}
</style>
border-color css
<style>
span { border-color: #646150; }
span { border-color: rgb(100,97,80); }
td.TdClassName
{
border-color: #646150;
}
.TagClassName
{
border-color: #646150;
}
</style>