crispedge.com

Color picker

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

#6b4e41 hex color - Brown - Warm color - Information

#6b4e41 hex color - Brown - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Brown

Hex #6b4e41 Color code in RGB color code model is created after adding 41.96% red color, 30.59% green color and 25.49% blue color. Hex #6b4e41 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 27% magenta, 39% yellow and 58% black.

Hex #6b4e41 color code is between #665544 web safe hex color code and #774433 web safe hex color code. #665544 is the nearest web safe color code. You can see here many more shades of #6b4e41 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code6b4e41#6b4e41
RGB Decimal107, 78, 65rgb(107, 78, 65)
RGB Percent42%, 31%, 25%rgb(42%, 31%, 25%)
CSS RGBa107, 78, 65,1rgba(107,78,65,1)
CMYK Modelcmyk(0%,27%,39%,58%)
HSL Color Space19,24% ,34%hsl(19,24% ,34%)
HSV Color Space19°, 39%, 42%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011010110100111001000001
Octal153116101
Decimal1077865
Hex6b4e41

Different shades of #6b4e41 color code.

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

Light Shade of #6b4e41
#8b6554
Dark Shade of #6b4e41
#4b372e
Saturated Shade of #6b4e41
#744b38
Desaturated Shade of #6b4e41
#62514a
Grey scale Shade of #6b4e41
#565656
Brighten Shade
#84675a
Most Readable Shade
#FFFFFF

Shades of #6b4e41 color code

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

#6b4e41
#5f4539
#533c32
#47342b
#3b2b24
#2f221c
#231a15
#17110e
#0b0807
#000000

Similar Color like #6b4e41 color

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

#6c4f42
#6d5043
#6e5144
#6f5245
#705346
#715447
#725548
#735649
#74574a
#75584b
#76594c
#775a4d
#785b4e
#795c4f
#6a4d40
#694c3f
#684b3e
#674a3d
#66493c
#65483b
#64473a
#634639
#624538
#614437
#604336
#5f4235
#5e4134
#5d4033

Monochromatic Color with #6b4e41

#6b4e41
#956d5b
#c08c75
#eaab8e
#16100d
#402f27

Tints of #6b4e41 Color

#6b4e41
#7b6156
#8b756b
#9c8980
#ac9c95
#bdb0aa
#cdc4bf
#ded7d4
#eeebe9
#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

#6b4e41
#415e6b

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

Split Complementary

#6b4e41
#416b63
#41496b

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

Analogous Color

#6b4145
#6b4641
#6b4e41
#6b5641
#6b5f41

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

#6b4e41
#416b4e
#4e416b

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

#6b4e41
#496b41
#415e6b
#63416b

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

#6b4e41
#415e6b
#41496b
#6b6341

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 #6b4e41 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.

#6b4e41 Color Code Preview on Black Background Color

This is how #6b4e41 Color will look on black background color. Color contrast ratio is 2.79

#6b4e41 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6b4e41

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6b4e41

#6b4e41 color code is use for CSS Background Color

Background color for the above div is #6b4e41

HTML with inline CSS

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

#6b4e41 color code is use for CSS Border Color

CSS Border color for the above div is #6b4e41

HTML with inline CSS

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

CSS Border Left color for the above div is #6b4e41

HTML with inline CSS

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

CSS Border Right color for the above div is #6b4e41

HTML with inline CSS

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

CSS Border Bottom color for the above div is #6b4e41

HTML with inline CSS

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

CSS Border Top color for the above div is #6b4e41

HTML with inline CSS

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

#6b4e41 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6b4e41 Color code Preview on White Background

This is how #6b4e41 Color code will look on white background color. Color contrast ratio is 7.52

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

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.