Shades of Dingley #647C52
Tints of Dingley #647C52
RGB
CMYK
RGB Variations
Color information
#647C52 (or 0x647C52) is known color: Dingley. HEX triplet: 64, 7C and 52. RGB value is (100,124,82). Sum of RGB (Red+Green+Blue) = 100+124+82=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 124 - color contains mainly: green. Hex color #647C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647C52 is #9B83AD. Grayscale: #707070. Windows color (decimal): -10191790 or 5405796. OLE color: 5405796.
HSL color Cylindrical-coordinate representation of color #647C52: hue angle of 94.29º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #647C52 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 124 | 82 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.51 |
| HSL | 94.29º | 0.2% | 0.4% | - |
| HSV(B) | 94.29º | 0.34% | 0.49% | - |
| XYZ | 13.99 | 17.73 | 10.67 | - |
| YUV | 112.04 | 111.05 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 124 | 82 | 0.19 | 0 | 0.34 | 0.51 | 94.29 | 0.2 | 0.4 |
| Hex | 64 | 7C | 52 | 13 | 0 | 22 | 33 | 5E | 14 | 28 |
| Octal | 144 | 174 | 122 | 23 | 0 | 42 | 63 | 136 | 24 | 50 |
| Binary | 1100100 | 1111100 | 1010010 | 10011 | 0 | 100010 | 110011 | 1011110 | 10100 | 101000 |
Color Harmonies of #647C52
Complementary color
Monochromatic Colors of #647C52
Black with #647C52
Text Example
Text Example
White with #647C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647C52; }
p { color: rgb(100,124,82); }
H1.HeaderClassName
{
color: #647C52;
}
.AnyTagClassName
{
color: #647C52;
}
</style>
background-color css
<style>
a { background-color: #647C52; }
a { background-color: rgb(100,124,82); }
div.DivClassName
{
background-color: #647C52;
}
.BgClassName
{
background-color: #647C52;
}
</style>
border-color css
<style>
span { border-color: #647C52; }
span { border-color: rgb(100,124,82); }
td.TdClassName
{
border-color: #647C52;
}
.TagClassName
{
border-color: #647C52;
}
</style>