Shades of Dingley #647E46
Tints of Dingley #647E46
RGB
CMYK
RGB Variations
Color information
#647E46 (or 0x647E46) is known color: Dingley. HEX triplet: 64, 7E and 46. RGB value is (100,126,70). Sum of RGB (Red+Green+Blue) = 100+126+70=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 126 (49.61% from 255 or 42.57% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 126 - color contains mainly: green. Hex color #647E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #647E46 is #9B81B9. Grayscale: #707070. Windows color (decimal): -10191290 or 4619876. OLE color: 4619876.
HSL color Cylindrical-coordinate representation of color #647E46: hue angle of 87.86º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #647E46 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 126 | 70 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.51 |
| HSL | 87.86º | 0.29% | 0.38% | - |
| HSV(B) | 87.86º | 0.44% | 0.49% | - |
| XYZ | 13.82 | 18.07 | 8.55 | - |
| YUV | 111.84 | 104.39 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 70 | 0.21 | 0 | 0.44 | 0.51 | 87.86 | 0.29 | 0.38 |
| Hex | 64 | 7E | 46 | 15 | 0 | 2C | 33 | 58 | 1D | 26 |
| Octal | 144 | 176 | 106 | 25 | 0 | 54 | 63 | 130 | 35 | 46 |
| Binary | 1100100 | 1111110 | 1000110 | 10101 | 0 | 101100 | 110011 | 1011000 | 11101 | 100110 |
Color Harmonies of #647E46
Complementary color
Monochromatic Colors of #647E46
Black with #647E46
Text Example
Text Example
White with #647E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647E46; }
p { color: rgb(100,126,70); }
H1.HeaderClassName
{
color: #647E46;
}
.AnyTagClassName
{
color: #647E46;
}
</style>
background-color css
<style>
a { background-color: #647E46; }
a { background-color: rgb(100,126,70); }
div.DivClassName
{
background-color: #647E46;
}
.BgClassName
{
background-color: #647E46;
}
</style>
border-color css
<style>
span { border-color: #647E46; }
span { border-color: rgb(100,126,70); }
td.TdClassName
{
border-color: #647E46;
}
.TagClassName
{
border-color: #647E46;
}
</style>