Shades of Dingley #647E44
Tints of Dingley #647E44
RGB
CMYK
RGB Variations
Color information
#647E44 (or 0x647E44) is known color: Dingley. HEX triplet: 64, 7E and 44. RGB value is (100,126,68). Sum of RGB (Red+Green+Blue) = 100+126+68=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 126 (49.61% from 255 or 42.86% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 126 - color contains mainly: green. Hex color #647E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #647E44 is #9B81BB. Grayscale: #6F6F6F. Windows color (decimal): -10191292 or 4488804. OLE color: 4488804.
HSL color Cylindrical-coordinate representation of color #647E44: hue angle of 86.9º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #647E44 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 126 | 68 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.51 |
| HSL | 86.9º | 0.3% | 0.38% | - |
| HSV(B) | 86.9º | 0.46% | 0.49% | - |
| XYZ | 13.76 | 18.05 | 8.23 | - |
| YUV | 111.61 | 103.39 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 68 | 0.21 | 0 | 0.46 | 0.51 | 86.9 | 0.3 | 0.38 |
| Hex | 64 | 7E | 44 | 15 | 0 | 2E | 33 | 57 | 1E | 26 |
| Octal | 144 | 176 | 104 | 25 | 0 | 56 | 63 | 127 | 36 | 46 |
| Binary | 1100100 | 1111110 | 1000100 | 10101 | 0 | 101110 | 110011 | 1010111 | 11110 | 100110 |
Color Harmonies of #647E44
Complementary color
Monochromatic Colors of #647E44
Black with #647E44
Text Example
Text Example
White with #647E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647E44; }
p { color: rgb(100,126,68); }
H1.HeaderClassName
{
color: #647E44;
}
.AnyTagClassName
{
color: #647E44;
}
</style>
background-color css
<style>
a { background-color: #647E44; }
a { background-color: rgb(100,126,68); }
div.DivClassName
{
background-color: #647E44;
}
.BgClassName
{
background-color: #647E44;
}
</style>
border-color css
<style>
span { border-color: #647E44; }
span { border-color: rgb(100,126,68); }
td.TdClassName
{
border-color: #647E44;
}
.TagClassName
{
border-color: #647E44;
}
</style>