Skip to main content Skip to docs navigation

#967f47 hex color | Download Dark Brown BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Raked Leaves and its hex is #957D48 Nearest Color Name

Color Hue/Base color: Brown

Hex #967f47 Color code in RGB color code model is created after adding 58.82% red color, 49.8% green color and 27.84% blue color. Hex #967f47 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 15% magenta, 53% yellow and 41.18% black.

Hex #967f47 color code is between #997744 web safe hex color code and #888855 web safe hex color code. #997744 is the nearest web safe color code. You can see here many more shades of #967f47 color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 967f47 #967f47
RGB Decimal 150, 127, 71 150, 127, 71
RGB Percent 59%, 50%, 28% rgb(59%, 50%, 28%)
CSS RGBa 150, 127, 71,1 rgba(150,127,71,1)
CMYK Model cmyk(0%,15%,53%,41.18%)
HSL Color Space 43,36% ,43% hsl(43,36% ,43%)
HSV Color Space 43°, 53%, 59%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10010110 01111111 01000111
Octal 226 177 107
Decimal 150 127 71
Hex 96 7f 47

Different shades of #967f47 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #967f47
#2e2716
Darker of #967f47
#514426
Dark of #967f47
#736237
Base of #967f47
#967f47
Light of #967f47
#b39a5d
Lighter
#c3af80
Lightest
#d3c5a3

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#967f47
#475e96

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#967f47
#478596
#574796

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#965147
#965e47
#967f47
#939647
#729647

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#967f47
#7f4796
#47967f

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#967f47
#47967f
#475e96
#96475e

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#967f47
#479657
#475e96
#964785

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #967f47

#0c0a05
#2e2716
#514426
#736237
#967f47
#b39a5d
#c3af80
#d3c5a3
#e4dbc5

Tints of #967f47 Color

#967f47
#a18d5b
#ad9b6f
#b9a984
#c4b798
#d0c6ad
#dcd4c1
#e7e2d6
#f3f0ea
#ffffff

Shades of #967f47 color code

Generate more color scales with scales (color stack) generator.

#967f47
#85703f
#746237
#64542f
#534627
#42381f
#322a17
#211c0f
#100e07
#000000

Tones

#967f47
#80765d
#6e6e6e
#6e6e6e
#6e6e6e

Tones

Similar Color like #967f47 color

Find visually similar hex color codes nearing to #967f47 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#978048
#988149
#99824a
#9a834b
#9b844c
#9c854d
#9d864e
#9e874f
#9f8850
#a08951
#a18a52
#a28b53
#a38c54
#a48d55
#957e46
#947d45
#937c44
#927b43
#917a42
#907941
#8f7840
#8e773f
#8d763e
#8c753d
#8b743c
#8a733b
#89723a
#887139

Download this Dark Brown

Hex #967f47 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#967f47 Color Code Preview on Black Background Color

This is how #967f47 Color will look on black background color. Color contrast ratio is 5.42

#967f47 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#967f47">Your Example Paragraph content text in with font color #967f47 </p>

Your Example Paragraph content text in with font color #967f47

HTML with inline CSS

<div style="color:#967f47">Your Paragraph text in with font color #967f47 </div>

Your Example Paragraph content text in with font color #967f47

#967f47 color code is use for CSS Background Color

Background color for the above div is #967f47

HTML with inline CSS

<div style="background-color:#967f47;"></div>

#967f47 color code is use for CSS Border Color

CSS Border color for the above div is #967f47

HTML with inline CSS

<div style="border:5px solid #967f47;"></div>

CSS Border Left color for the above div is #967f47

HTML with inline CSS

<div style="border-left:5px solid #967f47;"></div>

CSS Border Right color for the above div is #967f47

HTML with inline CSS

<div style="border-right:5px solid #967f47;"></div>

CSS Border Bottom color for the above div is #967f47

HTML with inline CSS

<div style="border-bottom:5px solid #967f47;"></div>

CSS Border Top color for the above div is #967f47

HTML with inline CSS

<div style="border-top:5px solid #967f47;"></div>

#967f47 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#967f47; } .examplecolorclass {color:#967f47; } .examplebordercolor {border:3px solid #967f47; }

#967f47 Color code Preview on White Background

This is how #967f47 Color code will look on white background color. Color contrast ratio is 3.87

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #967f47; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #967f47; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(150,127,71,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(71,94,150,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(150,127,71,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }