crispedge.com

Color picker

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

#c69c56 hex color - Yellow - Warm color - Information

#c69c56 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #c69c56 Color code in RGB color code model is created after adding 77.65% red color, 61.18% green color and 33.73% blue color. Hex #c69c56 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 21% magenta, 57% yellow and 22% black.

Hex #c69c56 color code is between #cc9955 web safe hex color code and #bbaa66 web safe hex color code. #cc9955 is the nearest web safe color code. You can see here many more shades of #c69c56 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec69c56#c69c56
RGB Decimal198, 156, 86rgb(198, 156, 86)
RGB Percent78%, 61%, 34%rgb(78%, 61%, 34%)
CSS RGBa198, 156, 86,1rgba(198,156,86,1)
CMYK Modelcmyk(0%,21%,57%,22%)
HSL Color Space38,50% ,56%hsl(38,50% ,56%)
HSV Color Space38°, 57%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001101001110001010110
Octal306234126
Decimal19815686
Hexc69c56

Different shades of #c69c56 color code.

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

Light Shade of #c69c56
#d3b27c
Dark Shade of #c69c56
#ae833b
Saturated Shade of #c69c56
#d19f4b
Desaturated Shade of #c69c56
#bb9961
Grey scale Shade of #c69c56
#8e8e8e
Brighten Shade
#dfb56f
Most Readable Shade
#000000

Shades of #c69c56 color code

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

#c69c56
#b08a4c
#9a7942
#846839
#6e562f
#584526
#42341c
#2c2213
#161109
#000000

Similar Color like #c69c56 color

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

#c79d57
#c89e58
#c99f59
#caa05a
#cba15b
#cca25c
#cda35d
#cea45e
#cfa55f
#d0a660
#d1a761
#d2a862
#d3a963
#d4aa64
#c59b55
#c49a54
#c39953
#c29852
#c19751
#c09650
#bf954f
#be944e
#bd934d
#bc924c
#bb914b
#ba904a
#b98f49
#b88e48

Monochromatic Color with #c69c56

#c69c56
#f0bd68
#1c160c
#46381f
#715931
#9b7b44

Tints of #c69c56 Color

#c69c56
#cca768
#d2b27b
#d9bd8e
#dfc8a1
#e5d3b3
#ecdec6
#f2e9d9
#f8f4ec
#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

#c69c56
#5680c6

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

Split Complementary

#c69c56
#56b8c6
#6456c6

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

Analogous Color

#c66f56
#c68656
#c69c56
#c6b256
#c3c656

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

#c69c56
#56c69c
#9c56c6

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

#c69c56
#56c664
#5680c6
#c656b8

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

#c69c56
#5680c6
#6456c6
#b8c656

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

#c69c56 Color Code Preview on Black Background Color

This is how #c69c56 Color will look on black background color. Color contrast ratio is 8.29

#c69c56 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c69c56

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c69c56

#c69c56 color code is use for CSS Background Color

Background color for the above div is #c69c56

HTML with inline CSS

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

#c69c56 color code is use for CSS Border Color

CSS Border color for the above div is #c69c56

HTML with inline CSS

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

CSS Border Left color for the above div is #c69c56

HTML with inline CSS

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

CSS Border Right color for the above div is #c69c56

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c69c56

HTML with inline CSS

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

CSS Border Top color for the above div is #c69c56

HTML with inline CSS

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

#c69c56 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c69c56 Color code Preview on White Background

This is how #c69c56 Color code will look on white background color. Color contrast ratio is 2.53

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

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.