Dirt (#9B7653)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 4.11:1 — vs black: 5.11:1

Color values

  • HEX #9B7653
  • RGB rgb(155, 118, 83)
  • HSL hsl(29, 46%, 60%)
  • CMYK cmyk( 0, 23.87, 46.45, 39.22 )

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #9B7653 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Dirt
#9B7653 Base
#53789B
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Dirt
#9B7653 Base
#9B5354
#9B9A53
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Dirt
#9B7653 Base
#539B76
#76539B
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Dirt
#9B7653 Base
#539B9A
#53549B
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Dirt
#9B7653 Base
#549B53
#53789B
#9A539B
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Dirt
#9B7653 Base
#372A1E
#695038
#806245
#AE8A68
#BB9C80
#D6C3B2
Shades & Tints

Darker shades and lighter tints of Dirt, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#110D09
#2C2218
#483727
#644C35
#7F6144
Dirt #9B7653 Base
#B18F6E
#C3A88E
#D4C0AE
#E5D9CE
#F6F2EE
CSS & SCSS Snippets

Ready-to-use code snippets for #9B7653. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #9B7653;
}

/* Text */
.element {
    color: #9B7653;
}

/* Border */
.element {
    border: 1px solid #9B7653;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #9B7653,
        #6D9CC9
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #9B7653,
        #6D9CC9
    );
}
SCSS Variable
// SCSS variable
$dirt: #9B7653;

// With RGB channels (useful for rgba() usage)
$dirt-r: 155;
$dirt-g: 118;
$dirt-b: 83;

// Usage
.element {
    background-color: $dirt;
    color: rgba($dirt-r, $dirt-g, $dirt-b, 0.8);
}
Color Blindness Simulation

How Dirt appears to people with different types of color vision deficiency.

Normal Vision #9B7653 How the color appears with full color vision.
Deuteranopia #828251 Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #7B7B53 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #9E7272 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #7D7D7D Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Dirt ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Dirt #9B7653 Base
Pale Brown #987654 ΔE 0.99
Liver Chestnut #987456 ΔE 1.79
Chamoisee #A0785A ΔE 2.61
French Beige #A67B5B ΔE 3.55

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.