Shades of Dingley #647849
Tints of Dingley #647849
RGB
CMYK
RGB Variations
Color information
#647849 (or 0x647849) is known color: Dingley. HEX triplet: 64, 78 and 49. RGB value is (100,120,73). Sum of RGB (Red+Green+Blue) = 100+120+73=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 120 - color contains mainly: green. Hex color #647849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #647849 is #9B87B6. Grayscale: #6C6C6C. Windows color (decimal): -10192823 or 4814948. OLE color: 4814948.
HSL color Cylindrical-coordinate representation of color #647849: hue angle of 85.53º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #647849 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 120 | 73 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.53 |
| HSL | 85.53º | 0.24% | 0.38% | - |
| HSV(B) | 85.53º | 0.39% | 0.47% | - |
| XYZ | 13.17 | 16.62 | 8.82 | - |
| YUV | 108.66 | 107.87 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 120 | 73 | 0.17 | 0 | 0.39 | 0.53 | 85.53 | 0.24 | 0.38 |
| Hex | 64 | 78 | 49 | 11 | 0 | 27 | 35 | 56 | 18 | 26 |
| Octal | 144 | 170 | 111 | 21 | 0 | 47 | 65 | 126 | 30 | 46 |
| Binary | 1100100 | 1111000 | 1001001 | 10001 | 0 | 100111 | 110101 | 1010110 | 11000 | 100110 |
Color Harmonies of #647849
Complementary color
Monochromatic Colors of #647849
Black with #647849
Text Example
Text Example
White with #647849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647849; }
p { color: rgb(100,120,73); }
H1.HeaderClassName
{
color: #647849;
}
.AnyTagClassName
{
color: #647849;
}
</style>
background-color css
<style>
a { background-color: #647849; }
a { background-color: rgb(100,120,73); }
div.DivClassName
{
background-color: #647849;
}
.BgClassName
{
background-color: #647849;
}
</style>
border-color css
<style>
span { border-color: #647849; }
span { border-color: rgb(100,120,73); }
td.TdClassName
{
border-color: #647849;
}
.TagClassName
{
border-color: #647849;
}
</style>