Here is the plain javascript code:
javascript:t='
';c=new Array('00','33','66','99','CC','FF');
for(i=0;i<6;i++){for(j=0;j<6;j++){t+='';for(k=0;k<6;k++){L=c[i]+c[j]+c[k];
t+='| '+L+' | '}t+='
'}}document.write(t+'
');void(document.close())
Here is webpage-ready code: