crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#96611c hex color - Brown - Warm color - Information

#96611c hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #96611c Color code in RGB color code model is created after adding 58.82% red color, 38.04% green color and 10.98% blue color. Hex #96611c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 35% magenta, 81% yellow and 41% black.

Hex #96611c color code is between #996622 web safe hex color code and #885511 web safe hex color code. #996622 is the nearest web safe color code. You can see here many more shades of #96611c color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code96611c#96611c
RGB Decimal150, 97, 28rgb(150, 97, 28)
RGB Percent59%, 38%, 11%rgb(59%, 38%, 11%)
CSS RGBa150, 97, 28,1rgba(150,97,28,1)
CMYK Modelcmyk(0%,35%,81%,41%)
HSL Color Space34,69% ,35%hsl(34,69% ,35%)
HSV Color Space34°, 81%, 59%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100101100110000100011100
Octal22614134
Decimal1509728
Hex96611c

Different shades of #96611c color code.

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

Light Shade of #96611c
#c17d24
Dark Shade of #96611c
#6b4514
Saturated Shade of #96611c
#9f6213
Desaturated Shade of #96611c
#8d6025
Grey scale Shade of #96611c
#595959
Brighten Shade
#af7a35
Most Readable Shade
#FFFFFF

Shades of #96611c color code

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

#96611c
#855618
#744b15
#644012
#53350f
#422b0c
#322009
#211506
#100a03
#000000

Similar Color like #96611c color

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

#97621d
#98631e
#99641f
#9a6520
#9b6621
#9c6722
#9d6823
#9e6924
#9f6a25
#a06b26
#a16c27
#a26d28
#a36e29
#a46f2a
#95601b
#945f1a
#935e19
#925d18
#915c17
#905b16
#8f5a15
#8e5914
#8d5813
#8c5712
#8b5611
#8a5510
#89540f
#88530e

Monochromatic Color with #96611c

#96611c
#c07c24
#eb982c
#160f04
#412a0c
#6b4614

Tints of #96611c Color

#96611c
#a17235
#ad844e
#b99567
#c4a780
#d0b89a
#dccab3
#e7dbcc
#f3ede5
#ffffff

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

#96611c
#1c5196

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

Split Complementary

#96611c
#1c8e96
#241c96

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

Analogous Color

#96301c
#96491c
#96611c
#96791c
#96921c

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

#96611c
#1c9661
#611c96

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

#96611c
#1c9624
#1c5196
#961c8e

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

Double Complementary Color

#96611c
#1c5196
#241c96
#8e961c

Double Complementary 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).

Hex #96611c 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.

#96611c Color Code Preview on Black Background Color

This is how #96611c Color will look on black background color. Color contrast ratio is 4.02

#96611c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #96611c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #96611c

#96611c color code is use for CSS Background Color

Background color for the above div is #96611c

HTML with inline CSS

<div style="background-color:#96611c;"></div>

#96611c color code is use for CSS Border Color

CSS Border color for the above div is #96611c

HTML with inline CSS

<div style="border:5px solid #96611c;"></div>

CSS Border Left color for the above div is #96611c

HTML with inline CSS

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

CSS Border Right color for the above div is #96611c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #96611c

HTML with inline CSS

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

CSS Border Top color for the above div is #96611c

HTML with inline CSS

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

#96611c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#96611c Color code Preview on White Background

This is how #96611c Color code will look on white background color. Color contrast ratio is 5.22

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 #96611c; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #96611c; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.