/**
 * @author OWNER
 */

var settings = {
	"colorValues" : {
		"white" : "rgb(100%, 100%, 100%)",
		"black" : "rgb(0%, 0%, 0%)",
		"htgrey" :"rgb(70%, 71%, 70%)",
		"grey" : "rgb(59%, 59%, 59%)",
		"charcoal" : "rgb(38%, 38%, 38%)",
		"brown" : "rgb(21%, 17%, 16%)",
		"ltbrown" : "rgb(66%, 62%, 56%)",
		"oatmeal" : "rgb(82%, 83%, 83%)",
		"cream" : "rgb(93%, 91%, 76%)",
		"red" : "rgb(80%, 0%, 0%)",
		"darkred" : "rgb(60%, 0%, 20%)",
		"blue" : "rgb(0%, 0%, 100%)",
		"ltblue" : "rgb(40%, 60%, 100%)",
		"teal" : "rgb(3%, 53%, 47%)",
		"navy" : "rgb(10%, 13%, 42%)",
		"navynavy" : "rgb(10%, 13%, 42%)",
		"purple" : "rgb(40%, 13%, 47%)",
		"ltpurple" : "rgb(70%, 45%, 77%)",
		"olive" : "rgb(45%, 44%, 15%)",
		"green" : "rgb(35%, 67%, 10%)",
		"yellow" : "rgb(100%, 98%, 38%)",
		"pink" : "rgb(100%, 38%, 60%)",
		"ltpink" : "rgb(96%, 79%, 76%)",
		"hotpink" : "rgb(91%, 16%, 56%)",
		"coral" : "rgb(96%, 52%, 50%)" //last item on list should not end with a comma
	}
};
