Liver (organ) (#6C2E1F)
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: 10.25:1 — vs black: 2.05:1
Color values
-
HEX
#6C2E1F -
RGB
rgb(108, 46, 31) -
HSL
hsl(11, 71%, 42%) -
CMYK
cmyk( 0, 57.41, 71.3, 57.65 )
Tags
Style
Use case
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #6C2E1F based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#6C2E1F
Base
#1F5D6C
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#6C2E1F
Base
#6C1F37
#6C541F
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#6C2E1F
Base
#1F6C2E
#2E1F6C
Two colors flanking the complement — high contrast with less tension than full complementary.
#6C2E1F
Base
#1F6C54
#1F376C
Four colors at 90° intervals — rich variety, best when one color dominates.
#6C2E1F
Base
#376C1F
#1F5D6C
#541F6C
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#6C2E1F
Base
#140806
#31150E
#4C2016
#8C3C28
#A74730
#CE6D56
Darker shades and lighter tints of Liver (organ), generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#140806
#25100B
#371710
#491F15
#5A261A
#6C2E1F
Base
#A2452E
#CB634A
#DA9180
#EAC0B5
#F9EEEB
Ready-to-use code snippets for #6C2E1F. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #6C2E1F;
}
/* Text */
.element {
color: #6C2E1F;
}
/* Border */
.element {
border: 1px solid #6C2E1F;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#6C2E1F,
#1F9BB9
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#6C2E1F,
#1F9BB9
);
}
// SCSS variable
$liver-(organ): #6C2E1F;
// With RGB channels (useful for rgba() usage)
$liver-(organ)-r: 108;
$liver-(organ)-g: 46;
$liver-(organ)-b: 31;
// Usage
.element {
background-color: $liver-(organ);
color: rgba($liver-(organ)-r, $liver-(organ)-g, $liver-(organ)-b, 0.8);
}
How Liver (organ) appears to people with different types of color vision deficiency.
#6C2E1F
How the color appears with full color vision.
#47471B
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#393920
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#6D2C2C
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#414141
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.