#101 Wheat4
#87875F
ExtendedHEX#87875F
RGB135, 135, 95
HSL60°, 17%, 45%
CMYK0%, 0%, 30%, 47%
Xterm ID101
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;101m Background (fondo)
\x1b[48;5;101m Bash echo
echo -e "\033[38;5;101mTexto\033[0m" Python
print(f"\033[38;5;101mTexto\033[0m") CSS
Color HEX
color: #87875F; Color RGB
color: rgb(135, 135, 95); Background
background-color: #87875F;