Shades of Dingley #647747
Tints of Dingley #647747
RGB
CMYK
RGB Variations
Color information
#647747 (or 0x647747) is known color: Dingley. HEX triplet: 64, 77 and 47. RGB value is (100,119,71). Sum of RGB (Red+Green+Blue) = 100+119+71=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 71 (28.12% from 255 or 24.48% from 290); Max value from RGB is 119 - color contains mainly: green. Hex color #647747 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #647747 is #9B88B8. Grayscale: #6C6C6C. Windows color (decimal): -10193081 or 4683620. OLE color: 4683620.
HSL color Cylindrical-coordinate representation of color #647747: hue angle of 83.75º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #647747 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 119 | 71 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.53 |
| HSL | 83.75º | 0.25% | 0.37% | - |
| HSV(B) | 83.75º | 0.4% | 0.47% | - |
| XYZ | 12.99 | 16.36 | 8.43 | - |
| YUV | 107.85 | 107.21 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 119 | 71 | 0.16 | 0 | 0.40 | 0.53 | 83.75 | 0.25 | 0.37 |
| Hex | 64 | 77 | 47 | 10 | 0 | 28 | 35 | 54 | 19 | 25 |
| Octal | 144 | 167 | 107 | 20 | 0 | 50 | 65 | 124 | 31 | 45 |
| Binary | 1100100 | 1110111 | 1000111 | 10000 | 0 | 101000 | 110101 | 1010100 | 11001 | 100101 |
Color Harmonies of #647747
Complementary color
Monochromatic Colors of #647747
Black with #647747
Text Example
Text Example
White with #647747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647747; }
p { color: rgb(100,119,71); }
H1.HeaderClassName
{
color: #647747;
}
.AnyTagClassName
{
color: #647747;
}
</style>
background-color css
<style>
a { background-color: #647747; }
a { background-color: rgb(100,119,71); }
div.DivClassName
{
background-color: #647747;
}
.BgClassName
{
background-color: #647747;
}
</style>
border-color css
<style>
span { border-color: #647747; }
span { border-color: rgb(100,119,71); }
td.TdClassName
{
border-color: #647747;
}
.TagClassName
{
border-color: #647747;
}
</style>