Saddle Brown (Brown)
#68371A
RGB: 104, 55, 26
Color OverviewHEX #68371A

#68371A Color Code Information

In the RGB color space, #68371A is composed of 41% red, 22% green, and 10% blue. In the HSL color space, it has a hue of 22°, saturation of 60%, and lightness of 25%.

HEX
#68371A
RGB
104, 55, 26
HSL
22°, 60%, 25%
HSV
22°, 75%, 41%
CMYK
0%, 47%, 75%, 59%
Name Match
Saddle Brown
Closest Standard

Shades of #68371A (Darker Variations)

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

Tints of #68371A (Lighter Variations)

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

Tones of #68371A (Muted Variations)

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

Color Harmonies for #68371A

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 #68371A Background
Contrast Ratio against Pure White (#FFFFFF):9.77 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #68371A Background
Contrast Ratio against Pure Black (#000000):2.15 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #68371A;
}

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