Sienna (Brown)
#7E6A3E
RGB: 126, 106, 62
Color OverviewHEX #7E6A3E

#7E6A3E Color Code Information

In the RGB color space, #7E6A3E is composed of 49% red, 42% green, and 24% blue. In the HSL color space, it has a hue of 41°, saturation of 34%, and lightness of 37%.

HEX
#7E6A3E
RGB
126, 106, 62
HSL
41°, 34%, 37%
HSV
41°, 51%, 49%
CMYK
0%, 16%, 51%, 51%
Name Match
Sienna
Closest Standard

Shades of #7E6A3E (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #7E6A3E (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #7E6A3E (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #7E6A3E

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #7E6A3E Background
Contrast Ratio against Pure White (#FFFFFF):5.23 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #7E6A3E Background
Contrast Ratio against Pure Black (#000000):4.02 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #7E6A3E;
}

.element {
  color: #7E6A3E;
  background-color: #7E6A3E;
  border-color: #7E6A3E;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#7E6A3E] text-[#7E6A3E] border-[#7E6A3E]">
  Content styled with #7E6A3E
</div>