Shades of Dingley #647D43
Tints of Dingley #647D43
RGB
CMYK
RGB Variations
Color information
#647D43 (or 0x647D43) is known color: Dingley. HEX triplet: 64, 7D and 43. RGB value is (100,125,67). Sum of RGB (Red+Green+Blue) = 100+125+67=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 125 (49.22% from 255 or 42.81% from 292); Blue value is 67 (26.56% from 255 or 22.95% from 292); Max value from RGB is 125 - color contains mainly: green. Hex color #647D43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #647D43 is #9B82BC. Grayscale: #6F6F6F. Windows color (decimal): -10191549 or 4423012. OLE color: 4423012.
HSL color Cylindrical-coordinate representation of color #647D43: hue angle of 85.86º 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 #647D43 is Cyan = 0.2, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 125 | 67 | - |
| CMYK | 0.2 | 0 | 0.46 | 0.51 |
| HSL | 85.86º | 0.3% | 0.38% | - |
| HSV(B) | 85.86º | 0.46% | 0.49% | - |
| XYZ | 13.6 | 17.78 | 8.03 | - |
| YUV | 110.91 | 103.22 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 125 | 67 | 0.2 | 0 | 0.46 | 0.51 | 85.86 | 0.3 | 0.38 |
| Hex | 64 | 7D | 43 | 14 | 0 | 2E | 33 | 56 | 1E | 26 |
| Octal | 144 | 175 | 103 | 24 | 0 | 56 | 63 | 126 | 36 | 46 |
| Binary | 1100100 | 1111101 | 1000011 | 10100 | 0 | 101110 | 110011 | 1010110 | 11110 | 100110 |
Color Harmonies of #647D43
Complementary color
Monochromatic Colors of #647D43
Black with #647D43
Text Example
Text Example
White with #647D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647D43; }
p { color: rgb(100,125,67); }
H1.HeaderClassName
{
color: #647D43;
}
.AnyTagClassName
{
color: #647D43;
}
</style>
background-color css
<style>
a { background-color: #647D43; }
a { background-color: rgb(100,125,67); }
div.DivClassName
{
background-color: #647D43;
}
.BgClassName
{
background-color: #647D43;
}
</style>
border-color css
<style>
span { border-color: #647D43; }
span { border-color: rgb(100,125,67); }
td.TdClassName
{
border-color: #647D43;
}
.TagClassName
{
border-color: #647D43;
}
</style>