Compute the result of multiply-blending two colors (darker result).
#0ea5e9
#f59e0b
#0d660a
result = (base × layer) / 255
.layer { background: #f59e0b; mix-blend-mode: multiply; }