Cinereous (#98817B)
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: 3.65:1 — vs black: 5.76:1
Color values
-
HEX
#98817B -
RGB
rgb(152, 129, 123) -
HSL
hsl(12, 19%, 59%) -
CMYK
cmyk( 0, 15.13, 19.08, 40.39 ) -
Websafe
#999966
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #98817B based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#98817B
Base
#7B9298
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#98817B
Base
#987B84
#98907B
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#98817B
Base
#7B9881
#817B98
Two colors flanking the complement — high contrast with less tension than full complementary.
#98817B
Base
#7B9890
#7B8498
Four colors at 90° intervals — rich variety, best when one color dominates.
#98817B
Base
#84987B
#7B9298
#907B98
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#98817B
Base
#453935
#6F5C57
#846D67
#AA9792
#BAAAA6
#DBD3D1
Darker shades and lighter tints of Cinereous, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#0E0C0B
#2A2321
#463A37
#62514D
#7E6863
#98817B
Base
#AA9793
#BDAEAA
#CFC4C2
#E1DBD9
#F4F1F1
Ready-to-use code snippets for #98817B. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #98817B;
}
/* Text */
.element {
color: #98817B;
}
/* Border */
.element {
border: 1px solid #98817B;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#98817B,
#84A4AC
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#98817B,
#84A4AC
);
}
// SCSS variable
$cinereous: #98817B;
// With RGB channels (useful for rgba() usage)
$cinereous-r: 152;
$cinereous-g: 129;
$cinereous-b: 123;
// Usage
.element {
background-color: $cinereous;
color: rgba($cinereous-r, $cinereous-g, $cinereous-b, 0.8);
}
How Cinereous appears to people with different types of color vision deficiency.
#98817B
How the color appears with full color vision.
#88887A
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#84847B
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#998080
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#868686
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.