Shades of Hemlock #646250
Tints of Hemlock #646250
RGB
CMYK
RGB Variations
Color information
#646250 (or 0x646250) is known color: Hemlock. HEX triplet: 64, 62 and 50. RGB value is (100,98,80). Sum of RGB (Red+Green+Blue) = 100+98+80=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 100 - color contains mainly: red. Hex color #646250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646250 is #9B9DAF. Grayscale: #606060. Windows color (decimal): -10198448 or 5268068. OLE color: 5268068.
HSL color Cylindrical-coordinate representation of color #646250: hue angle of 54º 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 #646250 is Cyan = 0, Magento = 0.02, Yellow = 0.2 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 98 | 80 | - |
| CMYK | 0 | 0.02 | 0.2 | 0.61 |
| HSL | 54º | 0.11% | 0.35% | - |
| HSV(B) | 54º | 0.2% | 0.39% | - |
| XYZ | 11.07 | 12.02 | 9.33 | - |
| YUV | 96.55 | 118.66 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 98 | 80 | 0 | 0.02 | 0.2 | 0.61 | 54 | 0.11 | 0.35 |
| Hex | 64 | 62 | 50 | 0 | 2 | 14 | 3D | 36 | B | 23 |
| Octal | 144 | 142 | 120 | 0 | 2 | 24 | 75 | 66 | 13 | 43 |
| Binary | 1100100 | 1100010 | 1010000 | 0 | 10 | 10100 | 111101 | 110110 | 1011 | 100011 |
Color Harmonies of #646250
Complementary color
Monochromatic Colors of #646250
Black with #646250
Text Example
Text Example
White with #646250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646250; }
p { color: rgb(100,98,80); }
H1.HeaderClassName
{
color: #646250;
}
.AnyTagClassName
{
color: #646250;
}
</style>
background-color css
<style>
a { background-color: #646250; }
a { background-color: rgb(100,98,80); }
div.DivClassName
{
background-color: #646250;
}
.BgClassName
{
background-color: #646250;
}
</style>
border-color css
<style>
span { border-color: #646250; }
span { border-color: rgb(100,98,80); }
td.TdClassName
{
border-color: #646250;
}
.TagClassName
{
border-color: #646250;
}
</style>