crispedge.com

Color picker

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

#c69e69 hex color - Brown - Warm color - Information

#c69e69 hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #c69e69 Color code in RGB color code model is created after adding 77.65% red color, 61.96% green color and 41.18% blue color. Hex #c69e69 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 20% magenta, 47% yellow and 22% black.

Hex #c69e69 color code is between #cc9966 web safe hex color code and #bbaa77 web safe hex color code. #cc9966 is the nearest web safe color code. You can see here many more shades of #c69e69 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codec69e69#c69e69
RGB Decimal198, 158, 105rgb(198, 158, 105)
RGB Percent78%, 62%, 41%rgb(78%, 62%, 41%)
CSS RGBa198, 158, 105,1rgba(198,158,105,1)
CMYK Modelcmyk(0%,20%,47%,22%)
HSL Color Space34,45% ,59%hsl(34,45% ,59%)
HSV Color Space34°, 47%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001101001111001101001
Octal306236151
Decimal198158105
Hexc69e69

Different shades of #c69e69 color code.

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

Light Shade of #c69e69
#d4b68e
Dark Shade of #c69e69
#b78645
Saturated Shade of #c69e69
#d09f5f
Desaturated Shade of #c69e69
#bc9d73
Grey scale Shade of #c69e69
#979797
Brighten Shade
#dfb782
Most Readable Shade
#000000

Shades of #c69e69 color code

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

#c69e69
#b08c5d
#9a7a51
#846946
#6e573a
#58462e
#423423
#2c2317
#16110b
#000000

Similar Color like #c69e69 color

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

#c79f6a
#c8a06b
#c9a16c
#caa26d
#cba36e
#cca46f
#cda570
#cea671
#cfa772
#d0a873
#d1a974
#d2aa75
#d3ab76
#d4ac77
#c59d68
#c49c67
#c39b66
#c29a65
#c19964
#c09863
#bf9762
#be9661
#bd9560
#bc945f
#bb935e
#ba925d
#b9915c
#b8905b

Monochromatic Color with #c69e69

#c69e69
#f0c080
#1c160f
#463825
#715a3c
#9b7c52

Tints of #c69e69 Color

#c69e69
#cca879
#d2b38a
#d9be9b
#dfc9ab
#e5d3bc
#ecdecd
#f2e9dd
#f8f4ee
#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

#c69e69
#6991c6

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

Split Complementary

#c69e69
#69c0c6
#7069c6

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

Analogous Color

#c67969
#c68b69
#c69e69
#c6b169
#c6c369

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

#c69e69
#69c69e
#9e69c6

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

#c69e69
#69c670
#6991c6
#c669bf

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

#c69e69
#6991c6
#7069c6
#c0c669

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

#c69e69 Color Code Preview on Black Background Color

This is how #c69e69 Color will look on black background color. Color contrast ratio is 8.50

#c69e69 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c69e69

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c69e69

#c69e69 color code is use for CSS Background Color

Background color for the above div is #c69e69

HTML with inline CSS

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

#c69e69 color code is use for CSS Border Color

CSS Border color for the above div is #c69e69

HTML with inline CSS

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

CSS Border Left color for the above div is #c69e69

HTML with inline CSS

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

CSS Border Right color for the above div is #c69e69

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c69e69

HTML with inline CSS

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

CSS Border Top color for the above div is #c69e69

HTML with inline CSS

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

#c69e69 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c69e69 Color code Preview on White Background

This is how #c69e69 Color code will look on white background color. Color contrast ratio is 2.47

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.