crispedge.com

Color picker

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

#675f57 hex color - Brown - Warm color - Information

#675f57 hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #675f57 Color code in RGB color code model is created after adding 40.39% red color, 37.25% green color and 34.12% blue color. Hex #675f57 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 8% magenta, 16% yellow and 60% black.

Hex #675f57 color code is between #666655 web safe hex color code and #775566 web safe hex color code. #666655 is the nearest web safe color code. You can see here many more shades of #675f57 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code675f57#675f57
RGB Decimal103, 95, 87rgb(103, 95, 87)
RGB Percent40%, 37%, 34%rgb(40%, 37%, 34%)
CSS RGBa103, 95, 87,1rgba(103,95,87,1)
CMYK Modelcmyk(0%,8%,16%,60%)
HSL Color Space30,8% ,37%hsl(30,8% ,37%)
HSV Color Space30°, 16%, 40%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011001110101111101010111
Octal147137127
Decimal1039587
Hex675f57

Different shades of #675f57 color code.

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

Light Shade of #675f57
#83786e
Dark Shade of #675f57
#4b4540
Saturated Shade of #675f57
#705f4d
Desaturated Shade of #675f57
#5f5f5f
Grey scale Shade of #675f57
#5f5f5f
Brighten Shade
#807870
Most Readable Shade
#FFFFFF

Shades of #675f57 color code

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

#675f57
#5b544d
#504943
#443f3a
#393430
#2d2a26
#221f1d
#161513
#0b0a09
#000000

Similar Color like #675f57 color

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

#686058
#696159
#6a625a
#6b635b
#6c645c
#6d655d
#6e665e
#6f675f
#706860
#716961
#726a62
#736b63
#746c64
#756d65
#665e56
#655d55
#645c54
#635b53
#625a52
#615951
#605850
#5f574f
#5e564e
#5d554d
#5c544c
#5b534b
#5a524a
#595149

Monochromatic Color with #675f57

#675f57
#91867b
#bcad9f
#e6d5c3
#12110f
#3c3833

Tints of #675f57 Color

#675f57
#777069
#88827c
#99948f
#aaa6a1
#bbb7b4
#ccc9c7
#dddbd9
#eeedec
#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

#675f57
#575f67

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

Split Complementary

#675f57
#576767
#575767

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

Analogous Color

#675957
#675c57
#675f57
#676257
#676557

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

#675f57
#57675f
#5f5767

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

#675f57
#576757
#575f67
#675767

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

#675f57
#575f67
#575767
#676757

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 #675f57 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.

#675f57 Color Code Preview on Black Background Color

This is how #675f57 Color will look on black background color. Color contrast ratio is 3.35

#675f57 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #675f57

HTML with inline CSS

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

Your Example Paragraph content text in with font color #675f57

#675f57 color code is use for CSS Background Color

Background color for the above div is #675f57

HTML with inline CSS

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

#675f57 color code is use for CSS Border Color

CSS Border color for the above div is #675f57

HTML with inline CSS

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

CSS Border Left color for the above div is #675f57

HTML with inline CSS

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

CSS Border Right color for the above div is #675f57

HTML with inline CSS

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

CSS Border Bottom color for the above div is #675f57

HTML with inline CSS

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

CSS Border Top color for the above div is #675f57

HTML with inline CSS

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

#675f57 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#675f57 Color code Preview on White Background

This is how #675f57 Color code will look on white background color. Color contrast ratio is 6.27

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

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.