Coffee (#6F4E37)

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: 7.44:1 — vs black: 2.82:1

Color values

  • HEX #6F4E37
  • RGB rgb(111, 78, 55)
  • HSL hsl(24, 50%, 43%)
  • CMYK cmyk( 0, 29.73, 50.45, 56.47 )
  • Websafe #666633

Tags

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

Color Harmonies

Colors that pair well with #6F4E37 based on color theory relationships.

Complementary

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

Coffee
#6F4E37 Base
#37586F
Analogous

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

Coffee
#6F4E37 Base
#6F373C
#6F6A37
Triadic

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

Coffee
#6F4E37 Base
#376F4E
#4E376F
Split-Complementary

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

Coffee
#6F4E37 Base
#376F6A
#373C6F
Tetradic (Square)

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

Coffee
#6F4E37 Base
#3C6F37
#37586F
#6A376F
Monochromatic

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

Coffee
#6F4E37 Base
#110C08
#3C2A1E
#543B29
#8A6145
#A27250
#C09A7F
Shades & Tints

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

Shades (darker)

#110C08
#241912
#37261B
#493424
#5C412E
Coffee #6F4E37 Base
#9A6C4C
#B78C6E
#CCAE99
#E1D0C3
#F7F1EE
CSS & SCSS Snippets

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

CSS Properties
/* Background */
.element {
    background-color: #6F4E37;
}

/* Text */
.element {
    color: #6F4E37;
}

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #6F4E37,
        #3779A7
    );
}
SCSS Variable
// SCSS variable
$coffee: #6F4E37;

// With RGB channels (useful for rgba() usage)
$coffee-r: 111;
$coffee-g: 78;
$coffee-b: 55;

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

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

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

Coffee #6F4E37 Base
Brown-nose #6B4423 ΔE 4.71
Dark Brown #654321 ΔE 5.47
Donkey Brown #664C28 ΔE 6.49
Umber #635147 ΔE 6.99

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.