crispedge.com

Color picker

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

#693c36 hex color - Red - Warm color - Information

#693c36 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #693c36 Color code in RGB color code model is created after adding 41.18% red color, 23.53% green color and 21.18% blue color. Hex #693c36 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 43% magenta, 49% yellow and 59% black.

Hex #693c36 color code is between #664433 web safe hex color code and #773344 web safe hex color code. #664433 is the nearest web safe color code. You can see here many more shades of #693c36 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code693c36#693c36
RGB Decimal105, 60, 54rgb(105, 60, 54)
RGB Percent41%, 24%, 21%rgb(41%, 24%, 21%)
CSS RGBa105, 60, 54,1rgba(105,60,54,1)
CMYK Modelcmyk(0%,43%,49%,59%)
HSL Color Space7,32% ,31%hsl(7,32% ,31%)
HSV Color Space7°, 49%, 41%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011010010011110000110110
Octal1517466
Decimal1056054
Hex693c36

Different shades of #693c36 color code.

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

Light Shade of #693c36
#8b4f47
Dark Shade of #693c36
#472925
Saturated Shade of #693c36
#71362e
Desaturated Shade of #693c36
#61423e
Grey scale Shade of #693c36
#4f4f4f
Brighten Shade
#82554f
Most Readable Shade
#FFFFFF

Shades of #693c36 color code

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

#693c36
#5d3530
#512e2a
#462824
#3a211e
#2e1a18
#231412
#170d0c
#0b0606
#000000

Similar Color like #693c36 color

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

#6a3d37
#6b3e38
#6c3f39
#6d403a
#6e413b
#6f423c
#70433d
#71443e
#72453f
#734640
#744741
#754842
#764943
#774a44
#683b35
#673a34
#663933
#653832
#643731
#633630
#62352f
#61342e
#60332d
#5f322c
#5e312b
#5d302a
#5c2f29
#5b2e28

Monochromatic Color with #693c36

#693c36
#93544c
#be6d62
#e88578
#140b0a
#3e2420

Tints of #693c36 Color

#693c36
#79514c
#8a6762
#9b7d79
#ab928f
#bca8a5
#cdbebc
#ddd3d2
#eee9e8
#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

#693c36
#366369

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

Split Complementary

#693c36
#366956
#364969

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

Analogous Color

#693644
#69363a
#693c36
#694636
#695036

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

#693c36
#36693c
#3c3669

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

#693c36
#496936
#366369
#553669

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

#693c36
#366369
#364969
#695636

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

#693c36 Color Code Preview on Black Background Color

This is how #693c36 Color will look on black background color. Color contrast ratio is 2.30

#693c36 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#693c36 color code is use for CSS Background Color

Background color for the above div is #693c36

HTML with inline CSS

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

#693c36 color code is use for CSS Border Color

CSS Border color for the above div is #693c36

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#693c36 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#693c36 Color code Preview on White Background

This is how #693c36 Color code will look on white background color. Color contrast ratio is 9.13

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

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.