This is more friendly way to define a color. There are 663 unique color names that can be selected.
All names are case-insensitive. You can see the names (and their RGB values) in this
link
or use this interactive color-picker.
In the following example, we use lightgray for the dry areas and royalblue4 for the wet areas.
Alternatively, you can also use color models to define a color.
These are useful especially when you know the values that define the color you want to use.
GMT identifies the color model according to the syntax used.
Provide 3 values each from 0 to 255 separated by a /.
Specify Red, Green, and Blue levels.
Each value is separated by a slash and is in the range from 0 (dark) to 255 (light).
This representation is used to color monitors.
Specify Red, Green, and Blue levels in the way that it is done in HTML.
Use two characters for each color channel, ranging from 00 (dark) to FF (light).
Upper and lower case are allowed.
Specify a single number from 0 (black) to 255 (white). It only uses shades of gray (R = G = B).
This representation is popular with black and white printers.
Specify Hue in the range 0 to 360 (degrees), Saturation between 0 (not saturated) and 1 (fully saturated), and Value between 0 (dark) and 1 (light). Number are separated by hyphens. This representation can be helpful when hue varies a lot.
Specify Cyan, Magenta, Yellow, and blac**K**. Each number is in the range from 0 (no paint) to 100 (maximum paint). This representation is used by most color printers.