PWM frequency change (ATtiny85)

8000000/256 = 31.24kHz but why "0x01" (binary 0000 0001) means 256? Is there also a table for that 0x01 means mode "divide with 256"?

The timer is counting 0..255, so repeats every 256 clock cycles, so its output is clock / 256 ??