crispedge.com

Color picker

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

#665b48 hex color - Brown - Warm color - Information

#665b48 hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #665b48 Color code in RGB color code model is created after adding 40% red color, 35.69% green color and 28.24% blue color. Hex #665b48 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 11% magenta, 29% yellow and 60% black.

Hex #665b48 color code is between #555544 web safe hex color code and #776655 web safe hex color code. #555544 is the nearest web safe color code. You can see here many more shades of #665b48 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code665b48#665b48
RGB Decimal102, 91, 72rgb(102, 91, 72)
RGB Percent40%, 36%, 28%rgb(40%, 36%, 28%)
CSS RGBa102, 91, 72,1rgba(102,91,72,1)
CMYK Modelcmyk(0%,11%,29%,60%)
HSL Color Space38,17% ,34%hsl(38,17% ,34%)
HSV Color Space38°, 29%, 40%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011001100101101101001000
Octal146133110
Decimal1029172
Hex665b48

Different shades of #665b48 color code.

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

Light Shade of #665b48
#84765d
Dark Shade of #665b48
#484033
Saturated Shade of #665b48
#6f5d3f
Desaturated Shade of #665b48
#5d5951
Grey scale Shade of #665b48
#575757
Brighten Shade
#7f7461
Most Readable Shade
#FFFFFF

Shades of #665b48 color code

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

#665b48
#5a5040
#4f4638
#443c30
#383228
#2d2820
#221e18
#161410
#0b0a08
#000000

Similar Color like #665b48 color

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

#675c49
#685d4a
#695e4b
#6a5f4c
#6b604d
#6c614e
#6d624f
#6e6350
#6f6451
#706552
#716653
#726754
#736855
#746956
#655a47
#645946
#635845
#625744
#615643
#605542
#5f5441
#5e5340
#5d523f
#5c513e
#5b503d
#5a4f3c
#594e3b
#584d3a

Monochromatic Color with #665b48

#665b48
#908166
#bba784
#e5cda2
#110f0c
#3b352a

Tints of #665b48 Color

#665b48
#776d5c
#887f70
#999185
#aaa399
#bbb6ad
#ccc8c2
#dddad6
#eeecea
#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

#665b48
#485366

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

Split Complementary

#665b48
#486266
#4c4866

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

Analogous Color

#664f48
#665548
#665b48
#666148
#656648

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

#665b48
#48665b
#5b4866

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

#665b48
#48664c
#485366
#664862

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

#665b48
#485366
#4c4866
#626648

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 #665b48 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.

#665b48 Color Code Preview on Black Background Color

This is how #665b48 Color will look on black background color. Color contrast ratio is 3.15

#665b48 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #665b48

HTML with inline CSS

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

Your Example Paragraph content text in with font color #665b48

#665b48 color code is use for CSS Background Color

Background color for the above div is #665b48

HTML with inline CSS

<div style="background-color:#665b48;"></div>

#665b48 color code is use for CSS Border Color

CSS Border color for the above div is #665b48

HTML with inline CSS

<div style="border:5px solid #665b48;"></div>

CSS Border Left color for the above div is #665b48

HTML with inline CSS

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

CSS Border Right color for the above div is #665b48

HTML with inline CSS

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

CSS Border Bottom color for the above div is #665b48

HTML with inline CSS

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

CSS Border Top color for the above div is #665b48

HTML with inline CSS

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

#665b48 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#665b48 Color code Preview on White Background

This is how #665b48 Color code will look on white background color. Color contrast ratio is 6.66

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

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.