crispedge.com

Color picker

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

#964a40 hex color - Red - Warm color - Information

#964a40 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #964a40 Color code in RGB color code model is created after adding 58.82% red color, 29.02% green color and 25.1% blue color. Hex #964a40 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 51% magenta, 57% yellow and 41% black.

Hex #964a40 color code is between #994444 web safe hex color code and #885533 web safe hex color code. #994444 is the nearest web safe color code. You can see here many more shades of #964a40 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code964a40#964a40
RGB Decimal150, 74, 64rgb(150, 74, 64)
RGB Percent59%, 29%, 25%rgb(59%, 29%, 25%)
CSS RGBa150, 74, 64,1rgba(150,74,64,1)
CMYK Modelcmyk(0%,51%,57%,41%)
HSL Color Space7,40% ,42%hsl(7,40% ,42%)
HSV Color Space7°, 57%, 59%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100101100100101001000000
Octal226112100
Decimal1507464
Hex964a40

Different shades of #964a40 color code.

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

Light Shade of #964a40
#b65f53
Dark Shade of #964a40
#723831
Saturated Shade of #964a40
#a14235
Desaturated Shade of #964a40
#8b524b
Grey scale Shade of #964a40
#6b6b6b
Brighten Shade
#af6359
Most Readable Shade
#FFFFFF

Shades of #964a40 color code

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

#964a40
#854138
#743931
#64312a
#532923
#42201c
#321815
#21100e
#100807
#000000

Similar Color like #964a40 color

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

#974b41
#984c42
#994d43
#9a4e44
#9b4f45
#9c5046
#9d5147
#9e5248
#9f5349
#a0544a
#a1554b
#a2564c
#a3574d
#a4584e
#95493f
#94483e
#93473d
#92463c
#91453b
#90443a
#8f4339
#8e4238
#8d4137
#8c4036
#8b3f35
#8a3e34
#893d33
#883c32

Monochromatic Color with #964a40

#964a40
#c05f52
#eb7464
#160b0a
#41201c
#6b352e

Tints of #964a40 Color

#964a40
#a15e55
#ad726a
#b9867f
#c49a94
#d0aeaa
#dcc2bf
#e7d6d4
#f3eae9
#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

#964a40
#408c96

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

Split Complementary

#964a40
#409675
#406196

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

Analogous Color

#964058
#964047
#964a40
#965b40
#966c40

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

#964a40
#40964a
#4a4096

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

#964a40
#619640
#408c96
#754096

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

#964a40
#408c96
#406196
#967540

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 #964a40 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.

#964a40 Color Code Preview on Black Background Color

This is how #964a40 Color will look on black background color. Color contrast ratio is 3.35

#964a40 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #964a40

HTML with inline CSS

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

Your Example Paragraph content text in with font color #964a40

#964a40 color code is use for CSS Background Color

Background color for the above div is #964a40

HTML with inline CSS

<div style="background-color:#964a40;"></div>

#964a40 color code is use for CSS Border Color

CSS Border color for the above div is #964a40

HTML with inline CSS

<div style="border:5px solid #964a40;"></div>

CSS Border Left color for the above div is #964a40

HTML with inline CSS

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

CSS Border Right color for the above div is #964a40

HTML with inline CSS

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

CSS Border Bottom color for the above div is #964a40

HTML with inline CSS

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

CSS Border Top color for the above div is #964a40

HTML with inline CSS

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

#964a40 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#964a40 Color code Preview on White Background

This is how #964a40 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 #964a40; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #964a40; }

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.