crispedge.com

Color picker

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

#93682e hex color - Orange - Warm color - Information

#93682e hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #93682e Color code in RGB color code model is created after adding 57.65% red color, 40.78% green color and 18.04% blue color. Hex #93682e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 29% magenta, 69% yellow and 42% black.

Hex #93682e color code is between #996633 web safe hex color code and #887722 web safe hex color code. #996633 is the nearest web safe color code. You can see here many more shades of #93682e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code93682e#93682e
RGB Decimal147, 104, 46rgb(147, 104, 46)
RGB Percent58%, 41%, 18%rgb(58%, 41%, 18%)
CSS RGBa147, 104, 46,1rgba(147,104,46,1)
CMYK Modelcmyk(0%,29%,69%,42%)
HSL Color Space34,52% ,38%hsl(34,52% ,38%)
HSV Color Space34°, 69%, 58%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100100110110100000101110
Octal22315056
Decimal14710446
Hex93682e

Different shades of #93682e color code.

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

Light Shade of #93682e
#ba833a
Dark Shade of #93682e
#6c4d22
Saturated Shade of #93682e
#9d6924
Desaturated Shade of #93682e
#896738
Grey scale Shade of #93682e
#606060
Brighten Shade
#ac8147
Most Readable Shade
#FFFFFF

Shades of #93682e color code

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

#93682e
#825c28
#725023
#62451e
#513919
#412e14
#31220f
#20170a
#100b05
#000000

Similar Color like #93682e color

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

#94692f
#956a30
#966b31
#976c32
#986d33
#996e34
#9a6f35
#9b7036
#9c7137
#9d7238
#9e7339
#9f743a
#a0753b
#a1763c
#92672d
#91662c
#90652b
#8f642a
#8e6329
#8d6228
#8c6127
#8b6026
#8a5f25
#895e24
#885d23
#875c22
#865b21
#855a20

Monochromatic Color with #93682e

#93682e
#bd863b
#e8a449
#130e06
#3e2c13
#684a21

Tints of #93682e Color

#93682e
#9f7845
#ab895c
#b79a73
#c3ab8a
#cfbba2
#dbccb9
#e7ddd0
#f3eee7
#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

#93682e
#2e5993

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

Split Complementary

#93682e
#2e8b93
#362e93

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

Analogous Color

#93402e
#93542e
#93682e
#937c2e
#93902e

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

#93682e
#2e9368
#682e93

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

#93682e
#2e9335
#2e5993
#932e8b

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

#93682e
#2e5993
#362e93
#8c932e

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 #93682e 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.

#93682e Color Code Preview on Black Background Color

This is how #93682e Color will look on black background color. Color contrast ratio is 4.26

#93682e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #93682e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #93682e

#93682e color code is use for CSS Background Color

Background color for the above div is #93682e

HTML with inline CSS

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

#93682e color code is use for CSS Border Color

CSS Border color for the above div is #93682e

HTML with inline CSS

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

CSS Border Left color for the above div is #93682e

HTML with inline CSS

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

CSS Border Right color for the above div is #93682e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #93682e

HTML with inline CSS

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

CSS Border Top color for the above div is #93682e

HTML with inline CSS

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

#93682e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#93682e Color code Preview on White Background

This is how #93682e Color code will look on white background color. Color contrast ratio is 4.93

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

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.