crispedge.com

Color picker

Loading...

#693d23 hex color - Orange - Warm color - Information

#693d23 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #693d23 Color code in RGB color code model is created after adding 41.18% red color, 23.92% green color and 13.73% blue color. Hex #693d23 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 42% magenta, 67% yellow and 59% black.

Hex #693d23 color code is between #664422 web safe hex color code and #773333 web safe hex color code. #664422 is the nearest web safe color code. You can see here many more shades of #693d23 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code693d23#693d23
RGB Decimal105, 61, 35rgb(105, 61, 35)
RGB Percent41%, 24%, 14%rgb(41%, 24%, 14%)
CSS RGBa105, 61, 35,1rgba(105,61,35,1)
CMYK Modelcmyk(0%,42%,67%,59%)
HSL Color Space22,50% ,27%hsl(22,50% ,27%)
HSV Color Space22°, 67%, 41%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011010010011110100100011
Octal1517543
Decimal1056135
Hex693d23

Different shades of #693d23 color code.

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

Light Shade of #693d23
#8f5330
Dark Shade of #693d23
#432716
Saturated Shade of #693d23
#703b1c
Desaturated Shade of #693d23
#623f2a
Grey scale Shade of #693d23
#464646
Brighten Shade
#82563c
Most Readable Shade
#FFFFFF

Shades of #693d23 color code

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

#693d23
#5d361f
#512f1b
#462817
#3a2113
#2e1b0f
#23140b
#170d07
#0b0603
#000000

Similar Color like #693d23 color

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

#6a3e24
#6b3f25
#6c4026
#6d4127
#6e4228
#6f4329
#70442a
#71452b
#72462c
#73472d
#74482e
#75492f
#764a30
#774b31
#683c22
#673b21
#663a20
#65391f
#64381e
#63371d
#62361c
#61351b
#60341a
#5f3319
#5e3218
#5d3117
#5c3016
#5b2f15

Monochromatic Color with #693d23

#693d23
#935631
#be6e3f
#e8874e
#140c07
#3e2415

Tints of #693d23 Color

#693d23
#79523b
#8a6853
#9b7d6c
#ab9384
#bca89d
#cdbeb5
#ddd3ce
#eee9e6
#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

#693d23
#234f69

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

Split Complementary

#693d23
#236960
#232c69

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

Analogous Color

#692325
#692f23
#693d23
#694b23
#695923

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

#693d23
#23693d
#3d2369

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

#693d23
#2c6923
#234f69
#602369

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

#693d23
#234f69
#232c69
#696023

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 #693d23 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.

#693d23 Color Code Preview on Black Background Color

This is how #693d23 Color will look on black background color. Color contrast ratio is 2.29

#693d23 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #693d23

HTML with inline CSS

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

Your Example Paragraph content text in with font color #693d23

#693d23 color code is use for CSS Background Color

Background color for the above div is #693d23

HTML with inline CSS

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

#693d23 color code is use for CSS Border Color

CSS Border color for the above div is #693d23

HTML with inline CSS

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

CSS Border Left color for the above div is #693d23

HTML with inline CSS

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

CSS Border Right color for the above div is #693d23

HTML with inline CSS

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

CSS Border Bottom color for the above div is #693d23

HTML with inline CSS

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

CSS Border Top color for the above div is #693d23

HTML with inline CSS

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

#693d23 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#693d23 Color code Preview on White Background

This is how #693d23 Color code will look on white background color. Color contrast ratio is 9.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 #693d23; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #693d23; }

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(105,61,35,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(35,79,105,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(105,61,35,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.