Brownish grey to RGB — Color Code

RGB

rgb(134, 119, 95)

Format Value
HEX #86775f
RGB rgb(134, 119, 95)
HSL hsl(36.9, 17%, 44.9%)
CMYK cmyk(0%, 11.2%, 29.1%, 47.5%)

What is the RGB code for brownish grey?

The CSS color brownish grey in RGB format is rgb(134, 119, 95). Use this value directly in CSS, SVG, and most design tools.

How do I use brownish grey in CSS?

To apply brownish grey in CSS:

  • Text color: color: rgb(134, 119, 95);
  • Background: background-color: rgb(134, 119, 95);
  • Border: border-color: rgb(134, 119, 95);

What are all the color format values for brownish grey?

FormatValue
HEX#86775f
RGBrgb(134, 119, 95)
HSLhsl(36.9, 17%, 44.9%)
CMYKcmyk(0%, 11.2%, 29.1%, 47.5%)

How do I convert brownish grey to RGB?

Select brownish grey from the color name list in our color converter. The RGB value — rgb(134, 119, 95) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does brownish grey belong to?

brownish grey belongs to the orange color family. It is a medium, muted color with HSL values: hue 36.9°, saturation 17%, lightness 44.9%.

How do I create lighter and darker shades of brownish grey?

Lighter variant (lightness 59.9%): #aa9d87. Darker variant (lightness 29.9%): #594f3f. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.