Beaver (#9F8170)

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: 3.59:1 — vs black: 5.85:1

Color values

  • HEX #9F8170
  • RGB rgb(159, 129, 112)
  • HSL hsl(21, 29%, 62%)
  • CMYK cmyk( 0, 18.87, 29.56, 37.65 )
  • Websafe #999966

Tags

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

Color Harmonies

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

Complementary

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

Beaver
#9F8170 Base
#708E9F
Analogous

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

Beaver
#9F8170 Base
#9F7077
#9F9970
Triadic

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

Beaver
#9F8170 Base
#709F81
#81709F
Split-Complementary

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

Beaver
#9F8170 Base
#709F99
#70779F
Tetradic (Square)

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

Beaver
#9F8170 Base
#779F70
#708E9F
#99709F
Monochromatic

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

Beaver
#9F8170 Base
#47382F
#745C4E
#8A6D5C
#AF9788
#BEA99E
#DCD2CC
Shades & Tints

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

Shades (darker)

#0F0C0A
#2D231E
#4A3A32
#675245
#856959
Beaver #9F8170 Base
#B0988A
#C1AEA3
#D2C5BD
#E4DBD6
#F5F2F0
CSS & SCSS Snippets

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

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

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

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #9F8170,
        #83A7BB
    );
}
SCSS Variable
// SCSS variable
$beaver: #9F8170;

// With RGB channels (useful for rgba() usage)
$beaver-r: 159;
$beaver-g: 129;
$beaver-b: 112;

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

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

Normal Vision #9F8170 How the color appears with full color vision.
Deuteranopia #8B8B6F 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 #858570 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #A17F7F Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #878787 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 Beaver ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Beaver #9F8170 Base
Cinereous #98817B ΔE 5.07
Chamoisee #A0785A ΔE 5.67
French Beige #A67B5B ΔE 5.92
Light Taupe #B38B6D ΔE 6.28

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.