crispedge.com

Color picker

Loading...

#e6764c hex color - Brown - Warm color - Information

#e6764c hex color - Brown - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Brown

Hex #e6764c Color code in RGB color code model is created after adding 90.2% red color, 46.27% green color and 29.8% blue color. Hex #e6764c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 49% magenta, 67% yellow and 10% black.

Hex #e6764c color code is between #ee7744 web safe hex color code and #dd6655 web safe hex color code. #ee7744 is the nearest web safe color code. You can see here many more shades of #e6764c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code e6764c #e6764c
RGB Decimal 230, 118, 76 rgb(230, 118, 76)
RGB Percent 90%, 46%, 30% rgb(90%, 46%, 30%)
CSS RGBa 230, 118, 76,1 rgba(230,118,76,1)
CMYK Model cmyk(0%,49%,67%,10%)
HSL Color Space 16,75% ,60% hsl(16,75% ,60%)
HSV Color Space 16°, 67%, 90%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11100110 01110110 01001100
Octal 346 166 114
Decimal 230 118 76
Hex e6 76 4c

Different shades of #e6764c color code.

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

Light Shade of #e6764c
#ec9879
Dark Shade of #e6764c
#e0541f
Saturated Shade of #e6764c
#f07142
Desaturated Shade of #e6764c
#dc7b56
Grey scale Shade of #e6764c
#999999
Brighten Shade
#ff8f65
Most Readable Shade
#000000

Shades of #e6764c color code

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

#e6764c
#cc6843
#b25b3b
#994e32
#7f412a
#663421
#4c2719
#331a10
#190d08
#000000

Similar Color like #e6764c color

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

#e7774d
#e8784e
#e9794f
#ea7a50
#eb7b51
#ec7c52
#ed7d53
#ee7e54
#ef7f55
#f08056
#f18157
#f28258
#f38359
#f4845a
#e5754b
#e4744a
#e37349
#e27248
#e17147
#e07046
#df6f45
#de6e44
#dd6d43
#dc6c42
#db6b41
#da6a40
#d9693f
#d8683e

Monochromatic Color with #e6764c

#e6764c
#110906
#3c1f14
#663522
#914a30
#bb603e

Tints of #e6764c Color

#e6764c
#e8855f
#eb9473
#eea387
#f1b29b
#f3c2af
#f6d1c3
#f9e0d7
#fcefeb
#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

#e6764c
#4cbce6

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

Split Complementary

#e6764c
#4ce6c3
#4c6fe6

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

Analogous Color

#e64c60
#e6574c
#e6764c
#e6954c
#e6b44c

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

#e6764c
#4ce676
#764ce6

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

#e6764c
#6fe64c
#4cbce6
#c34ce6

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

#e6764c
#4cbce6
#4c6fe6
#e6c34c

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

#e6764c Color Code Preview on Black Background Color

This is how #e6764c Color will look on black background color. Color contrast ratio is 7.06

#e6764c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e6764c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e6764c

#e6764c color code is use for CSS Background Color

Background color for the above div is #e6764c

HTML with inline CSS

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

#e6764c color code is use for CSS Border Color

CSS Border color for the above div is #e6764c

HTML with inline CSS

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

CSS Border Left color for the above div is #e6764c

HTML with inline CSS

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

CSS Border Right color for the above div is #e6764c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e6764c

HTML with inline CSS

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

CSS Border Top color for the above div is #e6764c

HTML with inline CSS

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

#e6764c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e6764c Color code Preview on White Background

This is how #e6764c Color code will look on white background color. Color contrast ratio is 2.97

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(230,118,76,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(76,188,230,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(230,118,76,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.