Shades of Dingley #647946
Tints of Dingley #647946
RGB
CMYK
RGB Variations
Color information
#647946 (or 0x647946) is known color: Dingley. HEX triplet: 64, 79 and 46. RGB value is (100,121,70). Sum of RGB (Red+Green+Blue) = 100+121+70=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 121 (47.66% from 255 or 41.58% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 121 - color contains mainly: green. Hex color #647946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #647946 is #9B86B9. Grayscale: #6D6D6D. Windows color (decimal): -10192570 or 4618596. OLE color: 4618596.
HSL color Cylindrical-coordinate representation of color #647946: hue angle of 84.71º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #647946 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 121 | 70 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.53 |
| HSL | 84.71º | 0.27% | 0.37% | - |
| HSV(B) | 84.71º | 0.42% | 0.47% | - |
| XYZ | 13.2 | 16.83 | 8.35 | - |
| YUV | 108.91 | 106.04 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 121 | 70 | 0.17 | 0 | 0.42 | 0.53 | 84.71 | 0.27 | 0.37 |
| Hex | 64 | 79 | 46 | 11 | 0 | 2A | 35 | 55 | 1B | 25 |
| Octal | 144 | 171 | 106 | 21 | 0 | 52 | 65 | 125 | 33 | 45 |
| Binary | 1100100 | 1111001 | 1000110 | 10001 | 0 | 101010 | 110101 | 1010101 | 11011 | 100101 |
Color Harmonies of #647946
Complementary color
Monochromatic Colors of #647946
Black with #647946
Text Example
Text Example
White with #647946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647946; }
p { color: rgb(100,121,70); }
H1.HeaderClassName
{
color: #647946;
}
.AnyTagClassName
{
color: #647946;
}
</style>
background-color css
<style>
a { background-color: #647946; }
a { background-color: rgb(100,121,70); }
div.DivClassName
{
background-color: #647946;
}
.BgClassName
{
background-color: #647946;
}
</style>
border-color css
<style>
span { border-color: #647946; }
span { border-color: rgb(100,121,70); }
td.TdClassName
{
border-color: #647946;
}
.TagClassName
{
border-color: #647946;
}
</style>