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
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.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#826644
Base
#446082
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#826644
Base
#824744
#7F8244
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#826644
Base
#448266
#664482
Two colors flanking the complement — high contrast with less tension than full complementary.
#826644
Base
#447F82
#474482
Four colors at 90° intervals — rich variety, best when one color dominates.
#826644
Base
#448247
#446082
#82447F
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#826644
Base
#1E170F
#503F2A
#675136
#9D7B52
#AE8D64
#C8B297
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
#826644
Base
#A88458
#BB9F7D
#CFBBA3
#E3D7C9
#F6F3EE
Ready-to-use code snippets for #826644. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #826644;
}
/* Text */
.element {
color: #826644;
}
/* Border */
.element {
border: 1px solid #826644;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#826644,
#467CBE
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#826644,
#467CBE
);
}
// 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);
}
How Raw Umber appears to people with different types of color vision deficiency.
#826644
How the color appears with full color vision.
#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.
#6A6A44
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#856262
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#6B6B6B
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.