crispedge.com

Color picker

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

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

#693f49 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #693f49 Color code in RGB color code model is created after adding 41.18% red color, 24.71% green color and 28.63% blue color. Hex #693f49 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 40% magenta, 30% yellow and 59% black.

Hex #693f49 color code is between #664444 web safe hex color code and #773355 web safe hex color code. #664444 is the nearest web safe color code. You can see here many more shades of #693f49 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code693f49#693f49
RGB Decimal105, 63, 73rgb(105, 63, 73)
RGB Percent41%, 25%, 29%rgb(41%, 25%, 29%)
CSS RGBa105, 63, 73,1rgba(105,63,73,1)
CMYK Modelcmyk(0%,40%,30%,59%)
HSL Color Space346,25% ,33%hsl(346,25% ,33%)
HSV Color Space346°, 40%, 41%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011010010011111101001001
Octal15177111
Decimal1056373
Hex693f49

Different shades of #693f49 color code.

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

Light Shade of #693f49
#89525f
Dark Shade of #693f49
#492c33
Saturated Shade of #693f49
#713745
Desaturated Shade of #693f49
#61474d
Grey scale Shade of #693f49
#545454
Brighten Shade
#825862
Most Readable Shade
#FFFFFF

Shades of #693f49 color code

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

#693f49
#5d3840
#513138
#462a30
#3a2328
#2e1c20
#231518
#170e10
#0b0708
#000000

Similar Color like #693f49 color

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

#6a404a
#6b414b
#6c424c
#6d434d
#6e444e
#6f454f
#704650
#714751
#724852
#734953
#744a54
#754b55
#764c56
#774d57
#683e48
#673d47
#663c46
#653b45
#643a44
#633943
#623842
#613741
#603640
#5f353f
#5e343e
#5d333d
#5c323c
#5b313b

Monochromatic Color with #693f49

#693f49
#935867
#be7284
#e88ba2
#140c0e
#3e252b

Tints of #693f49 Color

#693f49
#79545d
#8a6971
#9b7f85
#ab9499
#bca9ae
#cdbfc2
#ddd4d6
#eee9ea
#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

#693f49
#3f695f

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

Split Complementary

#693f49
#3f694a
#3f5e69

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

Analogous Color

#693f5a
#693f51
#693f49
#693f41
#69463f

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

#693f49
#49693f
#3f4969

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

#693f49
#5e693f
#3f695f
#4a3f69

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

#693f49
#3f695f
#3f5e69
#694a3f

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

#693f49 Color Code Preview on Black Background Color

This is how #693f49 Color will look on black background color. Color contrast ratio is 2.41

#693f49 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#693f49 color code is use for CSS Background Color

Background color for the above div is #693f49

HTML with inline CSS

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

#693f49 color code is use for CSS Border Color

CSS Border color for the above div is #693f49

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#693f49 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#693f49 Color code Preview on White Background

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

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

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.