#6F6637 is a mid-toned, warm green. On the Color Lab it reads organic and grounded, with a faded, vintage edge. It carries a legible label as a UI accent and reproduces cleanly in print.
Not just a swatch — here's how #6F6637 works with other colors. Named schemes with #6F6637 in its natural role, and a note on why the supporting colors balance it.
This palette keeps Raw Umber as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Raw Umber anchors this café scheme as the warm mid-tone, lifted by latte cream and a muted sage accent and grounded by espresso brown and a warm charcoal.
Raw Umber plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Raw Umber leads this botanical set among foliage greens and a terracotta accent, softened by cream and grounded in bark brown.
Raw Umber is the single accent in this high-contrast editorial system — set on near-white paper against near-black ink, with a warm grey and a desaturated tint of Raw Umber carrying the quiet middle.
How #6F6637 actually behaves in design work — read from its OKLCH lightness, chroma and hue, not just its raw numbers. Ten signals to help you decide where this color earns its place.
Not a swatch to memorise — a color to build with. Here is #6F6637 at work across the surfaces designers actually ship.
:root {
--color-base: #6F6637;
--color-base-rgb: 111 102 55;
--color-base-oklch: oklch(50.7% 0.067 98.7);
--color-50: #FAF9F4;
--color-100: #F2EFE3;
--color-200: #E4DFC8;
--color-300: #CEC6A2;
--color-400: #B5AC7D;
--color-500: #988E5C;
--color-600: #766F4C;
--color-700: #55513A;
--color-800: #393628;
--color-900: #23221A;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
raw-umber: {
50: '#FAF9F4',
100: '#F2EFE3',
200: '#E4DFC8',
300: '#CEC6A2',
400: '#B5AC7D',
500: '#988E5C',
600: '#766F4C',
700: '#55513A',
800: '#393628',
900: '#23221A',
},
}
$base: #6F6637; $base-ink: #FFFFFF; $base-50: #FAF9F4; $base-100: #F2EFE3; $base-200: #E4DFC8; $base-300: #CEC6A2; $base-400: #B5AC7D; $base-500: #988E5C; $base-600: #766F4C; $base-700: #55513A; $base-800: #393628; $base-900: #23221A; $base-hover: #5A532C; $base-subtle: #D9D5BF;
{
"color": {
"base": {
"value": "#6F6637",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FAF9F4",
"type": "color"
},
"100": {
"value": "#F2EFE3",
"type": "color"
},
"200": {
"value": "#E4DFC8",
"type": "color"
},
"300": {
"value": "#CEC6A2",
"type": "color"
},
"400": {
"value": "#B5AC7D",
"type": "color"
},
"500": {
"value": "#988E5C",
"type": "color"
},
"600": {
"value": "#766F4C",
"type": "color"
},
"700": {
"value": "#55513A",
"type": "color"
},
"800": {
"value": "#393628",
"type": "color"
},
"900": {
"value": "#23221A",
"type": "color"
}
}
}
}