in reply to Re: What is the Perl Color?
in thread What is the Perl Color?

Yes, a brief search provides numerous examples...
http://www.google.com/search?q=camel+color
...I estimate something around #bb885b...
perl -e "use Tk; $m = new MainWindow(-title,'Camel Color?')->Button(-b +g, '#bb885b')->pack; MainLoop()"