So the person weighs 65kg, and 9.4% of that is head, so 65*0.094 = 6.11 kg is the mass of the head. If we deaccelerate from 40 m/s to 0 m/s in 0.2 s, our total acceleration is: a = Δv/Δt = (0 - 40)/(0.2 - 0) = -200 m/s². We can then use Newton's second law, F = ma, to find the force, using m as mass of the head and a as our acceleration (we'll ignore the negative sign because we don't care about the force's direction here). F = ma = (6.11)(200) = 1222 N, a pretty large amount of force.
It now occurs to me that the easier way to do this, though slightly more advanced, is to use that Force is the derivative of momentum, or F = dp/dt, or with no calculus, F = Δp/Δt, where p is momentum and t is time. p = mv, where m is mass and v is velocity, so F = Δp/Δt = Δ(mv)/Δt = ((6.11)(0) - (6.11)(40))/(0.2 - 0) = (6.11)(40)/(0.2) = 1222 N. So yeah it's quicker, I feel this is less straight forward though.