I understand the hexadecimal number set... 0-15 becomes 0-9 and A-F, and I understand that hex color codes work like #RRGGBB and the hex number correlates to the appropriate color intensity, but my question is this:
Why do these present different colors? #A60000 and #6A0000
Code:<div style="background: #A60000; ">test</div> <div style="background: #6A0000; ">test</div>





Bookmarks