<div dir="ltr">I have (a couple) of PNG images with a background color of, for example, RGB(80,64,83), that when placed on a page of the same background color with {graphicx} -- they show a distinct tonality against the background -- which is of the same color.<br><br>````<br>\documentclass{report}<br><br>\usepackage{xcolor}<br>\definecolor{bgcolor}{RGB}{80,64,83}<br><br>\usepackage{graphicx}<br>\pagestyle{empty}<br><br>\begin{document}<br><br>\pagecolor{bgcolor}<br>\includegraphics[width=0.5\textwidth]{A.png}<br>\quad<br>\includegraphics[width=0.5\textwidth]{B.png}<br><br>\medskip<br><br>\includegraphics[width=0.5\textwidth]{A-gimp.png}<br>\quad<br>\includegraphics[width=0.5\textwidth]{B-gimp.png}<br><br>\end{document}<br>````<br><br>Checking the colors in the included files one can see they have changed from (80,64,83) to (71,56,74) in the included images.<br><br>Just opening the images on `GIMP` and exporting it as-is with the default choices of<br><br><img src="cid:ii_kjq50xxd0" alt="export-settings.png" width="341" height="412"><br><br>fixes everything and the new inclusion now gets the exact color they were set to begin with, the same as the background, as shown below (second line).<br><br><br><img src="cid:ii_kjq51rer1" alt="together.png" width="562" height="392"><br><br>What is that TeX needs from the PNG's to preserve their color when included in a page?<div><br></div><div>Paulo Ney</div><div><br></div><div><br></div><div>PS. For experimentation here are the same images, before and after opening with GIMP.<br><div><br></div><div><br></div><div><br></div></div></div>