The top color bar is the cab color and the bottom is the stem color. A "?" in the lowest cell indicates that the cab color is known to exist, but no stem colors are in the database.

If you would prefer a list to a chart Click Here
Color Legend
Color Name Color Name Color Name
Black Blue Brown
Dark Blue Drab Glowing
Green Light Blue Orange
Pink Purple Red
Silver White Yellow
select head from heads where family_id=36 and head ~* 'Series A' group by head order by head
A Series Trucks
select head from heads where family_id=36 and head ~* 'Series B' group by head order by head
B Series Trucks
select head from heads where family_id=36 and head ~* 'Series C' group by head order by head
C Series Trucks
select head from heads where family_id=36 and head ~* 'Series D' group by head order by head
D Series Trucks
select head from heads where family_id=36 and head ~* 'Series E' group by head order by head
E Series Trucks