Coyote Brown (#81613E)

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: #FFFFFF
Contrast vs white: 5.66:1 — vs black: 3.71:1

Color values

  • HEX #81613E
  • RGB rgb(129, 97, 62)
  • HSL hsl(31, 51%, 50%)
  • CMYK cmyk( 0, 24.81, 51.94, 49.41 )

Tags

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

Color Harmonies

Colors that pair well with #81613E based on color theory relationships.

Complementary

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

Coyote Brown
#81613E Base
#3E5E81
Analogous

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

Coyote Brown
#81613E Base
#81403E
#80813E
Triadic

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

Coyote Brown
#81613E Base
#3E8161
#613E81
Split-Complementary

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

Coyote Brown
#81613E Base
#3E8081
#403E81
Tetradic (Square)

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

Coyote Brown
#81613E Base
#3E8140
#3E5E81
#813E80
Monochromatic

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

Coyote Brown
#81613E Base
#1A130C
#4D3A25
#654C31
#9D764B
#B0885B
#C9AD8F
Shades & Tints

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

Shades (darker)

#110D08
#281E13
#3E2F1E
#543F29
#6B5033
Coyote Brown #81613E Base
#A97F51
#BE9C77
#D1B99E
#E4D6C6
#F7F2EE
CSS & SCSS Snippets

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

CSS Properties
/* Background */
.element {
    background-color: #81613E;
}

/* Text */
.element {
    color: #81613E;
}

/* Border */
.element {
    border: 1px solid #81613E;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #81613E,
        #407EC2
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #81613E,
        #407EC2
    );
}
SCSS Variable
// SCSS variable
$coyote-brown: #81613E;

// With RGB channels (useful for rgba() usage)
$coyote-brown-r: 129;
$coyote-brown-g: 97;
$coyote-brown-b: 62;

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

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

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

Coyote Brown #81613E Base
Raw Umber #826644 ΔE 2.15
French Bistre #856D4D ΔE 4.99
Pastel Brown #836953 ΔE 5.26
Dark Brown-tangelo #88654E ΔE 5.40

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.