Shades of Dingley #647A50
Tints of Dingley #647A50
RGB
CMYK
RGB Variations
Color information
#647A50 (or 0x647A50) is known color: Dingley. HEX triplet: 64, 7A and 50. RGB value is (100,122,80). Sum of RGB (Red+Green+Blue) = 100+122+80=302 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.11% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 122 - color contains mainly: green. Hex color #647A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647A50 is #9B85AF. Grayscale: #6E6E6E. Windows color (decimal): -10192304 or 5274212. OLE color: 5274212.
HSL color Cylindrical-coordinate representation of color #647A50: hue angle of 91.43º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #647A50 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 122 | 80 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.52 |
| HSL | 91.43º | 0.21% | 0.4% | - |
| HSV(B) | 91.43º | 0.34% | 0.48% | - |
| XYZ | 13.66 | 17.21 | 10.19 | - |
| YUV | 110.63 | 110.71 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 80 | 0.18 | 0 | 0.34 | 0.52 | 91.43 | 0.21 | 0.4 |
| Hex | 64 | 7A | 50 | 12 | 0 | 22 | 34 | 5B | 15 | 28 |
| Octal | 144 | 172 | 120 | 22 | 0 | 42 | 64 | 133 | 25 | 50 |
| Binary | 1100100 | 1111010 | 1010000 | 10010 | 0 | 100010 | 110100 | 1011011 | 10101 | 101000 |
Color Harmonies of #647A50
Complementary color
Monochromatic Colors of #647A50
Black with #647A50
Text Example
Text Example
White with #647A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647A50; }
p { color: rgb(100,122,80); }
H1.HeaderClassName
{
color: #647A50;
}
.AnyTagClassName
{
color: #647A50;
}
</style>
background-color css
<style>
a { background-color: #647A50; }
a { background-color: rgb(100,122,80); }
div.DivClassName
{
background-color: #647A50;
}
.BgClassName
{
background-color: #647A50;
}
</style>
border-color css
<style>
span { border-color: #647A50; }
span { border-color: rgb(100,122,80); }
td.TdClassName
{
border-color: #647A50;
}
.TagClassName
{
border-color: #647A50;
}
</style>