Gray (Neutral)
#99996C
RGB: 153, 153, 108
Color OverviewHEX #99996C

#99996C Color Code Information

In the RGB color space, #99996C is composed of 60% red, 60% green, and 42% blue. In the HSL color space, it has a hue of 60°, saturation of 18%, and lightness of 51%.

HEX
#99996C
RGB
153, 153, 108
HSL
60°, 18%, 51%
HSV
60°, 29%, 60%
CMYK
0%, 0%, 29%, 40%
Name Match
Gray
Closest Standard

Shades of #99996C (Darker Variations)

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

Tints of #99996C (Lighter Variations)

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

Tones of #99996C (Muted Variations)

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

Color Harmonies for #99996C

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 #99996C Background
Contrast Ratio against Pure White (#FFFFFF):2.95 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #99996C Background
Contrast Ratio against Pure Black (#000000):7.13 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #99996C;
}

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