<a href="http://www.chm.davidson.edu/vce/coordchem/spectrum.jpg" rel="nofollow">http://www.chm.davidson.edu/vce/coordchem/spectrum.jpg</a><p>Orange is near the middle of the visible spectrum.
I'm a little dubious about interpolating RGB values in that way -- I don't think averaging the numbers directly maps to the real world colour mixing you'd observe. I'd be interested in what the result is in Lab colour space.
The color of the Universe is white-green according to this analysis:
<a href="http://en.wikipedia.org/wiki/Cosmic_latte" rel="nofollow">http://en.wikipedia.org/wiki/Cosmic_latte</a>
Strange, I can't repeat the results on various folders I have.<p>I wrote a quick little (slow) Python script to compute a blended photo: <a href="https://gist.github.com/williame/92c7179d0963553d605f" rel="nofollow">https://gist.github.com/williame/92c7179d0963553d605f</a><p>If a folder has some theme, such as a folder I have of a boat regatta, I get an average picture that looks as you'd expect. So the code seems to average correctly.<p>If I run it on a bigger assemblage of photos, I tend to get a uniform gray though.<p>What am I doing wrong?<p>(I encourage you to try yourself!)
Here is a possible explanation: most digital camera makers tweak the color balance towards warm rather than cool or neutral because consumers prefer that.
looking at lists of RGB color names (e.g. <a href="http://cloford.com/resources/colours/500col.htm" rel="nofollow">http://cloford.com/resources/colours/500col.htm</a>, <a href="http://www.keller.com/html-quickref/4a.html" rel="nofollow">http://www.keller.com/html-quickref/4a.html</a>, <a href="http://en.m.wikipedia.org/wiki/X11_color_names" rel="nofollow">http://en.m.wikipedia.org/wiki/X11_color_names</a>) I notice that everything called 'orange' has a blue component of zero.<p>So, this claim would imply that the average color in nature doesn't have a blue component.<p>I guess the conclusion must be a) the sky is blue, and b) the majority of photos on the internet does not show sky.
I tried making a site to auto-blend images from Google Images…<p><a href="https://github.com/derv82/ImageBlender" rel="nofollow">https://github.com/derv82/ImageBlender</a><p><a href="http://blen.derv.us" rel="nofollow">http://blen.derv.us</a><p>Last time I checked, it didn't work 100%, and was laggy.<p>But I learned bootstrap in the process, and some of the quirks associated with HTML5 canvas.
i m using a ruby gem, color, to mix, blend colors. There are so many parameters and methods you may use to blend 2 colors. So i think, you may attain not only orange but other colors too deoending on how you blend
I wonder what the average color of all web pages is, and that of all smart phone app icons.<p>Edit: web pages should be weighted by page views, and app icons by downloads.
I don't understand why it's presented as such a mystery? The average color obviously exists, and if I had guessed it would be a reddish/yellowish gray (due to the ubiquity of incandescent lighting, the non-UV-reflecting properties of surfaces etc).<p>I was hoping to also see a covariance matrix, or maybe even a 3d histogram of pixel colors on the web -- that would be interesting. This person is clearly not a data scientist :)