I know i posted a lot but this one should be my last in this thread, it took me awhile to understand but I totally get it now but for anyone reading this that still dont get it i guess i can give you my take on it in as well. (pic related)
http://i.imgur.com/bFMpouk.png16 bytes all together
First 8 is the lower plane that creates its own version of the 8x8
Second 8 is higher plane that creates its own version of the 8x8 as well
Each 1 byte in the 8 represents a line across on the tile
Convert each byte from hex into its binary and put the planes in binary format on top of each other as in the picture
When layed on top of each other you get 4 different possibilities (the colors) between the two planes
--------------------
0 1 0 1
0 0 1 1
---------------------
0 = black
0
1 = green
0
0 = blue
1
1 = teal
1