You can view the test images here:
http://imgur.com/a/v1zpI (Only the third image appears darker when viewed in a browser.)
I cannot get in -- they seem to be doing maintenance. I will check later. But please identify the exact command you are using to make those images and provide the input image, so we can test your two versions and the exact command. Then we can look at the verbose information to see what might be the difference.
But as I said before, some browsers treat images differently when trying to interpret png for example without profiles. So it really depends upon the colorspace and the gamma value in the files. Some formats do not store the actual gamma and make assumptions about that as well.
For example if you used -colorspace RGB rather than sRGB on a version of IM after 6.7.7.7, then gamma will be set to 1. Some browsers and other viewers may ignore the gamma value and assume it is 0.4545, which would view lighter (as if you used -colorspace sRGB rather than RGB). RGB should be darker if the gamma=1 and the viewers respect that. If you don't want the darker view, then use -colorspace sRGB or leave -colorspace off if the input is already sRGB.
If you indeed want a linear RGB colorspace, then use a profile such as AdobeRGB (1998).icc. If you want sRGB, then use the sRGB.icc profile. Then the browsers should honor the profiles and they will display the same.
see
http://www.imagemagick.org/Usage/formats/#profiles