Shades of Dingley #647E50
Tints of Dingley #647E50
RGB
CMYK
RGB Variations
Color information
#647E50 (or 0x647E50) is known color: Dingley. HEX triplet: 64, 7E and 50. RGB value is (100,126,80). Sum of RGB (Red+Green+Blue) = 100+126+80=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 126 - color contains mainly: green. Hex color #647E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647E50 is #9B81AF. Grayscale: #717171. Windows color (decimal): -10191280 or 5275236. OLE color: 5275236.
HSL color Cylindrical-coordinate representation of color #647E50: hue angle of 93.91º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #647E50 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 126 | 80 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.51 |
| HSL | 93.91º | 0.22% | 0.4% | - |
| HSV(B) | 93.91º | 0.37% | 0.49% | - |
| XYZ | 14.16 | 18.21 | 10.36 | - |
| YUV | 112.98 | 109.39 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 80 | 0.21 | 0 | 0.37 | 0.51 | 93.91 | 0.22 | 0.4 |
| Hex | 64 | 7E | 50 | 15 | 0 | 25 | 33 | 5E | 16 | 28 |
| Octal | 144 | 176 | 120 | 25 | 0 | 45 | 63 | 136 | 26 | 50 |
| Binary | 1100100 | 1111110 | 1010000 | 10101 | 0 | 100101 | 110011 | 1011110 | 10110 | 101000 |
Color Harmonies of #647E50
Complementary color
Monochromatic Colors of #647E50
Black with #647E50
Text Example
Text Example
White with #647E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647E50; }
p { color: rgb(100,126,80); }
H1.HeaderClassName
{
color: #647E50;
}
.AnyTagClassName
{
color: #647E50;
}
</style>
background-color css
<style>
a { background-color: #647E50; }
a { background-color: rgb(100,126,80); }
div.DivClassName
{
background-color: #647E50;
}
.BgClassName
{
background-color: #647E50;
}
</style>
border-color css
<style>
span { border-color: #647E50; }
span { border-color: rgb(100,126,80); }
td.TdClassName
{
border-color: #647E50;
}
.TagClassName
{
border-color: #647E50;
}
</style>