Raw Umber (#826644)

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.34:1 — vs black: 3.93:1

Color values

  • HEX #826644
  • RGB rgb(130, 102, 68)
  • HSL hsl(32, 47%, 50%)
  • CMYK cmyk( 0, 21.54, 47.69, 49.02 )

Tags

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

Color Harmonies

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

Complementary

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

Raw Umber
#826644 Base
#446082
Analogous

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

Raw Umber
#826644 Base
#824744
#7F8244
Triadic

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

Raw Umber
#826644 Base
#448266
#664482
Split-Complementary

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

Raw Umber
#826644 Base
#447F82
#474482
Tetradic (Square)

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

Raw Umber
#826644 Base
#448247
#446082
#82447F
Monochromatic

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

Raw Umber
#826644 Base
#1E170F
#503F2A
#675136
#9D7B52
#AE8D64
#C8B297
Shades & Tints

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

Shades (darker)

#110D09
#271F15
#3E3120
#55422C
#6B5438
Raw Umber #826644 Base
#A88458
#BB9F7D
#CFBBA3
#E3D7C9
#F6F3EE
CSS & SCSS Snippets

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

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

/* Text */
.element {
    color: #826644;
}

/* Border */
.element {
    border: 1px solid #826644;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #826644,
        #467CBE
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #826644,
        #467CBE
    );
}
SCSS Variable
// SCSS variable
$raw-umber: #826644;

// With RGB channels (useful for rgba() usage)
$raw-umber-r: 130;
$raw-umber-g: 102;
$raw-umber-b: 68;

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

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

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

Raw Umber #826644 Base
Coyote Brown #81613E ΔE 2.15
French Bistre #856D4D ΔE 2.87
Pastel Brown #836953 ΔE 4.45
Dark Brown-tangelo #88654E ΔE 5.82

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.