crispedge.com

Color picker

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

#d6be96 hex color - Brown - Warm color - Information

#d6be96 hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #d6be96 Color code in RGB color code model is created after adding 83.92% red color, 74.51% green color and 58.82% blue color. Hex #d6be96 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 11% magenta, 30% yellow and 16% black.

Hex #d6be96 color code is between #ddbb99 web safe hex color code and #cccc88 web safe hex color code. #ddbb99 is the nearest web safe color code. You can see here many more shades of #d6be96 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Coded6be96#d6be96
RGB Decimal214, 190, 150rgb(214, 190, 150)
RGB Percent84%, 75%, 59%rgb(84%, 75%, 59%)
CSS RGBa214, 190, 150,1rgba(214,190,150,1)
CMYK Modelcmyk(0%,11%,30%,16%)
HSL Color Space38,44% ,71%hsl(38,44% ,71%)
HSV Color Space38°, 30%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110101101011111010010110
Octal326276226
Decimal214190150
Hexd6be96

Different shades of #d6be96 color code.

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

Light Shade of #d6be96
#e4d5bb
Dark Shade of #d6be96
#c8a771
Saturated Shade of #d6be96
#ddc08f
Desaturated Shade of #d6be96
#cfbc9d
Grey scale Shade of #d6be96
#b6b6b6
Brighten Shade
#efd7af
Most Readable Shade
#000000

Shades of #d6be96 color code

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

#d6be96
#bea885
#a69374
#8e7e64
#766953
#5f5442
#473f32
#2f2a21
#171510
#000000

Similar Color like #d6be96 color

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

#d7bf97
#d8c098
#d9c199
#dac29a
#dbc39b
#dcc49c
#ddc59d
#dec69e
#dfc79f
#e0c8a0
#e1c9a1
#e2caa2
#e3cba3
#e4cca4
#d5bd95
#d4bc94
#d3bb93
#d2ba92
#d1b991
#d0b890
#cfb78f
#ceb68e
#cdb58d
#ccb48c
#cbb38b
#cab28a
#c9b189
#c8b088

Monochromatic Color with #d6be96

#d6be96
#010101
#2c271f
#564d3d
#81735a
#ab9878

Tints of #d6be96 Color

#d6be96
#dac5a1
#dfccad
#e3d3b9
#e8dac4
#ece2d0
#f1e9dc
#f5f0e7
#faf7f3
#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

#d6be96
#96aed6

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

Split Complementary

#d6be96
#96ced6
#9e96d6

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

Analogous Color

#d6a496
#d6b196
#d6be96
#d6cb96
#d4d696

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

#d6be96
#96d6be
#be96d6

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

#d6be96
#96d69e
#96aed6
#d696ce

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

#d6be96
#96aed6
#9e96d6
#ced696

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 #d6be96 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.

#d6be96 Color Code Preview on Black Background Color

This is how #d6be96 Color will look on black background color. Color contrast ratio is 11.67

#d6be96 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d6be96

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d6be96

#d6be96 color code is use for CSS Background Color

Background color for the above div is #d6be96

HTML with inline CSS

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

#d6be96 color code is use for CSS Border Color

CSS Border color for the above div is #d6be96

HTML with inline CSS

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

CSS Border Left color for the above div is #d6be96

HTML with inline CSS

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

CSS Border Right color for the above div is #d6be96

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d6be96

HTML with inline CSS

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

CSS Border Top color for the above div is #d6be96

HTML with inline CSS

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

#d6be96 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d6be96 Color code Preview on White Background

This is how #d6be96 Color code will look on white background color. Color contrast ratio is 1.80

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.