Color #95836E Color / Colour Code #95836E

    This page shows the hex color code for color #95836e (#95836E). The colour is a orange tone with 16% saturation and 51% lightness. Explore its conversions, colour palettes, gradients, accessibility data, and CSS code below.

    #95836E

    Color Conversions

    HEX
    #95836E
    RGB
    rgb(149, 131, 110)
    HSL
    hsl(32, 16%, 51%)
    HSV
    hsv(32, 26%, 58%)
    CMYK
    cmyk(0%, 12%, 26%, 42%)

    Accessibility Contrast

    WCAG contrast ratios for #95836E against common backgrounds.

    Sample Text
    vs White (#FFFFFF)
    3.65:1
    AA FailAA Large PassAAA Fail
    Sample Text
    vs Black (#000000)
    5.75:1
    AA PassAA Large PassAAA Fail
    Sample Text
    vs Light Gray (#EEEEEE)
    3.15:1
    AA FailAA Large PassAAA Fail

    Complementary Colors

    #95836E paired with its color wheel opposite for maximum contrast.

    Analogous Colors

    Hues at 2, 32, and 62 degrees for harmonious combinations.

    Triadic Palette

    Three colors at 32, 152, and 272 degrees.

    Color Palettes Using #95836E

    Monochromatic Scale

    Five shades at lightness levels 15% through 85% while keeping hue at 32 and saturation at 16%. Use the darkest shade for text and the lightest for backgrounds to build a cohesive single-hue design system.

    #2C2720 #594D40 #94816B #BFB3A6 #DFD9D3
    Warm Harmony

    Adjacent hues from 32 to 77 degrees create a warm, unified palette. This analogous scheme works for marketing materials, seasonal campaigns, and any design that needs visual warmth without clashing colors.

    #9F8D7A #9F977A #9D9F7A #949F7A
    Cool Contrast

    Combines the base color at hue 32 with its complement at 212 and two adjacent cool tones. This split-complementary approach provides strong visual contrast while remaining more balanced than a pure complementary scheme.

    #94816B #6B7E94 #6C6B94 #816B94
    Pastel Variation

    Five evenly spaced hues at 40% saturation and 80% lightness. Pastels are gentle on the eyes and work well for dashboards, onboarding screens, category tags, and any interface where multiple distinct colors are needed without visual aggression.

    #E0CDB8 #CBE0B8 #B8E0CD #B8CBE0 #CDB8E0

    Shades & Tints of #95836E

    Lightness variations at hue 32 and 16% saturation.

    CSS Gradients with #95836E

    Orange to Blue
    linear-gradient(135deg, #95836e, #6e8196)
    Analogous Fade
    linear-gradient(90deg, #95836e, #95966e)
    Deep to Light
    linear-gradient(180deg, #352e27, #d8d2ca)
    Tricolor Sweep
    linear-gradient(135deg, #96836e, #6e9683, #836e96)

    Design Use Cases for #95836E

    Muted Accent Color

    With 16% saturation, #95836E has a subtle, sophisticated quality. This level of desaturation works well for secondary buttons, inactive states, subtle borders, and backgrounds that need a hint of color without being distracting. Muted colors communicate restraint and professionalism.

    Soft Accent & Highlight

    With 51% lightness, #95836E has a softer, more approachable quality. It works well for hover states, subtle highlights, progress indicators, and secondary UI elements. This lightness range is particularly effective for tag backgrounds and status indicators.

    Warmth & Enthusiasm

    #95836E sits in the orange range (hue 32). Orange combines the energy of red with the warmth of yellow. It works naturally for progress indicators, pricing highlights, "new" badges, and friendly call-to-action buttons. Food and fitness brands frequently use this hue range.

    Gradient Pairing

    Create a gradient from #95836E (hue 32) to its complement at hue 212. For a subtler effect, try pairing with an analogous color at hue 62. Use CSS: background: linear-gradient(135deg, #95836e, #6e8196);

    CSS Code for #95836E

    /* Background */
    background-color: #95836e;
    background-color: rgb(149, 131, 110);
    background-color: hsl(32, 16%, 51%);
    /* Text */
    color: #95836e;
    /* Border */
    border: 2px solid #95836e;
    /* Shadow */
    box-shadow: 0 4px 14px rgba(149, 131, 110, 0.3);
    /* CSS Variable */
    --color-primary: 32 16% 51%;

    Similar Colors

    Colors visually similar to #95836E based on RGB, lightness, and hue variations.

    Use This Color in Design Tools

    Apply #95836E across image editing and color design tools.

    About Color #95836E (#95836E)

    #95836E is a orange color (colour) with RGB channel values of 149 red, 131 green, and 110 blue. The red channel is dominant with a relatively balanced channel distribution. In HSL terms, the hue sits at 32 degrees with 16% saturation and 51% lightness, placing it in the warm range of the colour spectrum.

    The perceived brightness of #95836E is 134/255 using the ITU-R BT.601 luma formula (0.299R + 0.587G + 0.114B). This is a medium-brightness color that can work with either dark or light text depending on font weight and size. For print production, the CMYK equivalent is 0% cyan, 12% magenta, 26% yellow, and 42% key (black).

    The WCAG contrast ratio of #95836E against white is 3.65:1 and against black is 5.75:1. This only passes AA for large text (18pt+) on white. For normal body text on white, darken the color or use it on a dark background where it achieves 5.75:1.

    The complementary colour #6E8196 creates maximum visual tension when paired with #95836E. For more harmonious color combinations, use the analogous colours #966F6E and #95966E, which sit 30 degrees on either side of the hue wheel. To build a complete design system, start with the monochromatic scale above for consistent shade variations, then add one complementary or triadic accent for interactive elements.

    How to Explore Color #95836E

    1. Enter your color value in HEX format.
    2. The tool converts it to RGB, HSL, CMYK format in real time.
    3. Copy the converted value to your clipboard.

    Color Converter · Contrast Checker

    What is HEX to RGB, HSL, CMYK color conversion

    Converting from HEX to RGB, HSL, CMYK translates a color value between two different color models. Different color models are used in web design (HEX, RGB), print (CMYK), and color theory (HSL, HSV).

    Related Tools & Colors

    Frequently Asked Questions

    What color / colour is #95836E?
    #95836E is Color #95836E, a orange color (colour) with RGB(149, 131, 110), HSL(32, 16%, 51%), and CMYK(0%, 12%, 26%, 42%). Its perceived brightness is 134/255.
    Is #95836E accessible for text?
    Against white, #95836E has a contrast ratio of 3.65:1 (fails AA for normal text). Against black, it has 5.75:1 (passes AA). It passes AA for large text (18pt+) on white. Use the contrast checker tool for custom background pairings.
    What colours pair well with #95836E?
    The complementary colour is #6E8196 (hue 212). For subtle color combinations, use analogous colours #966F6E and #95966E. The triadic palette adds #6E9683 and #836E96 for vibrant variety.
    How do I use #95836E in CSS?
    Use any format: color: #95836e; or rgb(149, 131, 110); or hsl(32, 16%, 51%). For CSS custom properties: --color-primary: 32 16% 51%; then use it as hsl(var(--color-primary)).
    Is this color / colour explorer free?
    Yes, completely free with no signup required. All colour calculations run in your browser. You can explore any valid hex color code, not just the pre-generated palette.