@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#c69f3e hex color - Yellow - Warm color - Information

#c69f3e hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #c69f3e Color code in RGB color code model is created after adding 77.65% red color, 62.35% green color and 24.31% blue color. Hex #c69f3e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 20% magenta, 69% yellow and 22.35% black.

Hex #c69f3e color code is between #cc9944 web safe hex color code and #bbaa33 web safe hex color code. #cc9944 is the nearest web safe color code. You can see here many more shades of #c69f3e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code c69f3e #c69f3e
RGB Decimal 198, 159, 62 rgb(198, 159, 62)
RGB Percent 78%, 62%, 24% rgb(78%, 62%, 24%)
CSS RGBa 198, 159, 62,1 rgba(198,159,62,1)
CMYK Model cmyk(0%,20%,69%,22.35%)
HSL Color Space 43,54% ,51% hsl(43,54% ,51%)
HSV Color Space 43°, 69%, 78%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000110 10011111 00111110
Octal 306 237 76
Decimal 198 159 62
Hex c6 9f 3e

Different shades of #c69f3e color code.

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

Light Shade of #c69f3e
#d2b365
Dark Shade of #c69f3e
#a18130
Saturated Shade of #c69f3e
#d2a432
Desaturated Shade of #c69f3e
#b99a4b
Grey scale Shade of #c69f3e
#828282
Brighten Shade
#dfb857
Most Readable Shade
#000000

Shades of #c69f3e color code

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

#c69f3e
#b08d37
#9a7b30
#846a29
#6e5822
#58461b
#423514
#2c230d
#161106
#000000

Similar Color like #c69f3e color

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

#c7a03f
#c8a140
#c9a241
#caa342
#cba443
#cca544
#cda645
#cea746
#cfa847
#d0a948
#d1aa49
#d2ab4a
#d3ac4b
#d4ad4c
#c59e3d
#c49d3c
#c39c3b
#c29b3a
#c19a39
#c09938
#bf9837
#be9736
#bd9635
#bc9534
#bb9433
#ba9332
#b99231
#b89130

Monochromatic Color with #c69f3e

#c69f3e
#f0c14b
#1c1609
#463916
#715b23
#9b7d31

Tints of #c69f3e Color

#c69f3e
#cca953
#d2b468
#d9bf7e
#dfc993
#e5d4a9
#ecdfbe
#f2e9d4
#f8f4e9
#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

#c69f3e
#3e65c6

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

Split Complementary

#c69f3e
#3ea9c6
#5b3ec6

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

Analogous Color

#c6693e
#c6843e
#c69f3e
#c6ba3e
#b7c63e

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

#c69f3e
#3ec69f
#9f3ec6

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

#c69f3e
#3ec65b
#3e65c6
#c63ea9

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

#c69f3e
#3e65c6
#5b3ec6
#a9c63e

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

#c69f3e Color Code Preview on Black Background Color

This is how #c69f3e Color will look on black background color. Color contrast ratio is 8.43

#c69f3e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c69f3e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c69f3e

#c69f3e color code is use for CSS Background Color

Background color for the above div is #c69f3e

HTML with inline CSS

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

#c69f3e color code is use for CSS Border Color

CSS Border color for the above div is #c69f3e

HTML with inline CSS

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

CSS Border Left color for the above div is #c69f3e

HTML with inline CSS

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

CSS Border Right color for the above div is #c69f3e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c69f3e

HTML with inline CSS

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

CSS Border Top color for the above div is #c69f3e

HTML with inline CSS

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

#c69f3e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c69f3e Color code Preview on White Background

This is how #c69f3e Color code will look on white background color. Color contrast ratio is 2.49

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(198,159,62,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(62,101,198,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(198,159,62,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.