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
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.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#81613E
Base
#3E5E81
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#81613E
Base
#81403E
#80813E
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#81613E
Base
#3E8161
#613E81
Two colors flanking the complement — high contrast with less tension than full complementary.
#81613E
Base
#3E8081
#403E81
Four colors at 90° intervals — rich variety, best when one color dominates.
#81613E
Base
#3E8140
#3E5E81
#813E80
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#81613E
Base
#1A130C
#4D3A25
#654C31
#9D764B
#B0885B
#C9AD8F
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
#81613E
Base
#A97F51
#BE9C77
#D1B99E
#E4D6C6
#F7F2EE
Ready-to-use code snippets for #81613E. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #81613E;
}
/* Text */
.element {
color: #81613E;
}
/* Border */
.element {
border: 1px solid #81613E;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#81613E,
#407EC2
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#81613E,
#407EC2
);
}
// 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);
}
How Coyote Brown appears to people with different types of color vision deficiency.
#81613E
How the color appears with full color vision.
#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.
#65653E
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#845D5D
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#676767
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.