-
Notifications
You must be signed in to change notification settings - Fork 2
bleedthrough colors
tarheelcoxn edited this page Sep 13, 2010
·
7 revisions
#dec1a2
#cfb898
#b08b50
#b99866
#be9572
#cfae86
convert jld-p153.tif -fuzz 3% -fill white -opaque “#b08b50” -opaque “#b99866” -opaque “#be9572” -opaque “#cfae86” jld-p153.pnm
You’ll see a warning like this:
convert: jld-p153.tif: unknown field with tag 40961 (0xa001) encountered. `TIFFReadCustomDirectory’ @ coders/tiff.c/TIFFWarnings/521
You can safely ignore it.
Note that the following rgb values are the same as the above hex ones, but seem to do something funky when I try to use them with the ‘convert’ cli tool.
rgb(176,139,80)
rgb(185,152,102)
rgb(190,149,114)
rgb(207,174,134)
#cda55d
#b29877
#ada59a
#bdab87
#b8aea4