Shades of Dingley #647F42
Tints of Dingley #647F42
RGB
CMYK
RGB Variations
Color information
#647F42 (or 0x647F42) is known color: Dingley. HEX triplet: 64, 7F and 42. RGB value is (100,127,66). Sum of RGB (Red+Green+Blue) = 100+127+66=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 127 (50% from 255 or 43.34% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 127 - color contains mainly: green. Hex color #647F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #647F42 is #9B80BD. Grayscale: #707070. Windows color (decimal): -10191038 or 4357988. OLE color: 4357988.
HSL color Cylindrical-coordinate representation of color #647F42: hue angle of 86.56º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #647F42 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 127 | 66 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.50 |
| HSL | 86.56º | 0.32% | 0.38% | - |
| HSV(B) | 86.56º | 0.48% | 0.5% | - |
| XYZ | 13.83 | 18.28 | 7.95 | - |
| YUV | 111.97 | 102.05 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 127 | 66 | 0.21 | 0 | 0.48 | 0.50 | 86.56 | 0.32 | 0.38 |
| Hex | 64 | 7F | 42 | 15 | 0 | 30 | 32 | 57 | 20 | 26 |
| Octal | 144 | 177 | 102 | 25 | 0 | 60 | 62 | 127 | 40 | 46 |
| Binary | 1100100 | 1111111 | 1000010 | 10101 | 0 | 110000 | 110010 | 1010111 | 100000 | 100110 |
Color Harmonies of #647F42
Complementary color
Monochromatic Colors of #647F42
Black with #647F42
Text Example
Text Example
White with #647F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647F42; }
p { color: rgb(100,127,66); }
H1.HeaderClassName
{
color: #647F42;
}
.AnyTagClassName
{
color: #647F42;
}
</style>
background-color css
<style>
a { background-color: #647F42; }
a { background-color: rgb(100,127,66); }
div.DivClassName
{
background-color: #647F42;
}
.BgClassName
{
background-color: #647F42;
}
</style>
border-color css
<style>
span { border-color: #647F42; }
span { border-color: rgb(100,127,66); }
td.TdClassName
{
border-color: #647F42;
}
.TagClassName
{
border-color: #647F42;
}
</style>