Change header on one page in WordPress

You want to use the following:

if (is_page( 806 ) ) {
  // Your code for that page here
}