crispedge.com

Color picker

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

#716e56 hex color - Yellow - Warm color - Information

#716e56 hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #716e56 Color code in RGB color code model is created after adding 44.31% red color, 43.14% green color and 33.73% blue color. Hex #716e56 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 3% magenta, 24% yellow and 56% black.

Hex #716e56 color code is between #776655 web safe hex color code and #667766 web safe hex color code. #776655 is the nearest web safe color code. You can see here many more shades of #716e56 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code716e56#716e56
RGB Decimal113, 110, 86rgb(113, 110, 86)
RGB Percent44%, 43%, 34%rgb(44%, 43%, 34%)
CSS RGBa113, 110, 86,1rgba(113,110,86,1)
CMYK Modelcmyk(0%,3%,24%,56%)
HSL Color Space53,14% ,39%hsl(53,14% ,39%)
HSV Color Space53°, 24%, 44%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011100010110111001010110
Octal161156126
Decimal11311086
Hex716e56

Different shades of #716e56 color code.

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

Light Shade of #716e56
#8e8a6c
Dark Shade of #716e56
#545240
Saturated Shade of #716e56
#7b764c
Desaturated Shade of #716e56
#676660
Grey scale Shade of #716e56
#636363
Brighten Shade
#8a876f
Most Readable Shade
#FFFFFF

Shades of #716e56 color code

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

#716e56
#64614c
#575542
#4b4939
#3e3d2f
#323026
#25241c
#191813
#0c0c09
#000000

Similar Color like #716e56 color

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

#726f57
#737058
#747159
#75725a
#76735b
#77745c
#78755d
#79765e
#7a775f
#7b7860
#7c7961
#7d7a62
#7e7b63
#7f7c64
#706d55
#6f6c54
#6e6b53
#6d6a52
#6c6951
#6b6850
#6a674f
#69664e
#68654d
#67644c
#66634b
#65624a
#646149
#636048

Monochromatic Color with #716e56

#716e56
#9b9776
#c6c197
#f0eab7
#1c1b15
#464536

Tints of #716e56 Color

#716e56
#807e68
#908e7b
#a09e8e
#b0aea1
#bfbeb3
#cfcec6
#dfded9
#efeeec
#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

#716e56
#565971

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

Split Complementary

#716e56
#566671
#615671

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

Analogous Color

#716356
#716956
#716e56
#6f7156
#697156

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

#716e56
#56716e
#6e5671

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

#716e56
#567160
#565971
#715666

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

#716e56
#565971
#615671
#667156

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 #716e56 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.

#716e56 Color Code Preview on Black Background Color

This is how #716e56 Color will look on black background color. Color contrast ratio is 4.07

#716e56 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #716e56

HTML with inline CSS

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

Your Example Paragraph content text in with font color #716e56

#716e56 color code is use for CSS Background Color

Background color for the above div is #716e56

HTML with inline CSS

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

#716e56 color code is use for CSS Border Color

CSS Border color for the above div is #716e56

HTML with inline CSS

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

CSS Border Left color for the above div is #716e56

HTML with inline CSS

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

CSS Border Right color for the above div is #716e56

HTML with inline CSS

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

CSS Border Bottom color for the above div is #716e56

HTML with inline CSS

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

CSS Border Top color for the above div is #716e56

HTML with inline CSS

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

#716e56 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#716e56 Color code Preview on White Background

This is how #716e56 Color code will look on white background color. Color contrast ratio is 5.16

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

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.