crispedge.com

Color picker

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

#71684a hex color - Brown - Warm color - Information

#71684a hex color - Brown - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Brown

Hex #71684a Color code in RGB color code model is created after adding 44.31% red color, 40.78% green color and 29.02% blue color. Hex #71684a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 8% magenta, 35% yellow and 56% black.

Hex #71684a color code is between #776644 web safe hex color code and #667755 web safe hex color code. #776644 is the nearest web safe color code. You can see here many more shades of #71684a color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code71684a#71684a
RGB Decimal113, 104, 74rgb(113, 104, 74)
RGB Percent44%, 41%, 29%rgb(44%, 41%, 29%)
CSS RGBa113, 104, 74,1rgba(113,104,74,1)
CMYK Modelcmyk(0%,8%,35%,56%)
HSL Color Space46,21% ,37%hsl(46,21% ,37%)
HSV Color Space46°, 35%, 44%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011100010110100001001010
Octal161150112
Decimal11310474
Hex71684a

Different shades of #71684a color code.

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

Light Shade of #71684a
#90845e
Dark Shade of #71684a
#524c36
Saturated Shade of #71684a
#7a6d41
Desaturated Shade of #71684a
#686353
Grey scale Shade of #71684a
#5d5d5d
Brighten Shade
#8a8163
Most Readable Shade
#FFFFFF

Shades of #71684a color code

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

#71684a
#645c41
#575039
#4b4531
#3e3929
#322e20
#252218
#191710
#0c0b08
#000000

Similar Color like #71684a color

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

#72694b
#736a4c
#746b4d
#756c4e
#766d4f
#776e50
#786f51
#797052
#7a7153
#7b7254
#7c7355
#7d7456
#7e7557
#7f7658
#706749
#6f6648
#6e6547
#6d6446
#6c6345
#6b6244
#6a6143
#696042
#685f41
#675e40
#665d3f
#655c3e
#645b3d
#635a3c

Monochromatic Color with #71684a

#71684a
#9b8f66
#c6b682
#f0dd9d
#1c1a12
#46412e

Tints of #71684a Color

#71684a
#80785e
#908972
#a09a86
#b0ab9a
#bfbbae
#cfccc2
#dfddd6
#efeeea
#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

#71684a
#4a5371

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

Split Complementary

#71684a
#4a6771
#544a71

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

Analogous Color

#71584a
#71604a
#71684a
#71704a
#6a714a

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

#71684a
#4a7168
#684a71

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

#71684a
#4a7154
#4a5371
#714a66

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

#71684a
#4a5371
#554a71
#66714a

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 #71684a 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.

#71684a Color Code Preview on Black Background Color

This is how #71684a Color will look on black background color. Color contrast ratio is 3.78

#71684a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #71684a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #71684a

#71684a color code is use for CSS Background Color

Background color for the above div is #71684a

HTML with inline CSS

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

#71684a color code is use for CSS Border Color

CSS Border color for the above div is #71684a

HTML with inline CSS

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

CSS Border Left color for the above div is #71684a

HTML with inline CSS

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

CSS Border Right color for the above div is #71684a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #71684a

HTML with inline CSS

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

CSS Border Top color for the above div is #71684a

HTML with inline CSS

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

#71684a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#71684a Color code Preview on White Background

This is how #71684a Color code will look on white background color. Color contrast ratio is 5.55

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

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.