<!-- color tables used for the soldiers hair and skin color -->
<colors>
<!-- skin tones ranging from darkest to brightest -->
<skin>
<c id="1">12 62 11</c>
<c id="2">73 13 22</c>
<c id="3">23 132 47</c>
<c id="4">75 21 64</c>
<c id="5">23 54 67</c>
<c id="6">132 45 73</c>
<c id="7">129 55 66</c>
<c id="8">41 23 32</c>
<c id="9">156 143 149</c>
</skin>
<hair>
<!-- blonde -->
<c id="1">54 102 98</c>
<!-- dark brown -->
<c id="2">67 28 100</c>
<!-- red -->
<c id="3">34 23 11</c>
<!-- black -->
<c id="4">145 90 47</c>
<!-- light brown -->
<c id="5">100 120 106</c>
</hair>
</colors>