How would you change the text color of a <h6> header to gray?
<h6>
h6 { color: gray; }
h6 { text-color: gray; }
h6 { font-color: gray; }
h6 { heading-color: gray; }