crispedge.com

Color picker

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

#9f8989 hex color - Brown - Warm color - Information

#9f8989 hex color - Brown - Warm color

Color Hue/Base color: Brown

Hex #9f8989 Color code in RGB color code model is created after adding 62.35% red color, 53.73% green color and 53.73% blue color. Hex #9f8989 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 14% magenta, 14% yellow and 38% black.

Hex #9f8989 color code is between #998888 web safe hex color code and #aa9999 web safe hex color code. #998888 is the nearest web safe color code. You can see here many more shades of #9f8989 color code.

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Code9f8989#9f8989
RGB Decimal159, 137, 137rgb(159, 137, 137)
RGB Percent62%, 54%, 54%rgb(62%, 54%, 54%)
CSS RGBa159, 137, 137,1rgba(159,137,137,1)
CMYK Modelcmyk(0%,14%,14%,38%)
HSL Color Space0,10% ,58%hsl(0,10% ,58%)
HSV Color Space0°, 14%, 62%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100111111000100110001001
Octal237211211
Decimal159137137
Hex9f8989

Different shades of #9f8989 color code.

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

Light Shade of #9f8989
#b6a5a5
Dark Shade of #9f8989
#876e6e
Saturated Shade of #9f8989
#aa7e7e
Desaturated Shade of #9f8989
#949494
Grey scale Shade of #9f8989
#949494
Brighten Shade
#b8a2a2
Most Readable Shade
#000000

Shades of #9f8989 color code

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

#9f8989
#8d7979
#7b6a6a
#6a5b5b
#584c4c
#463c3c
#352d2d
#231e1e
#110f0f
#000000

Similar Color like #9f8989 color

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

#a08a8a
#a18b8b
#a28c8c
#a38d8d
#a48e8e
#a58f8f
#a69090
#a79191
#a89292
#a99393
#aa9494
#ab9595
#ac9696
#ad9797
#9e8888
#9d8787
#9c8686
#9b8585
#9a8484
#998383
#988282
#978181
#968080
#957f7f
#947e7e
#937d7d
#927c7c
#917b7b

Monochromatic Color with #9f8989

#9f8989
#c9aeae
#f4d2d2
#1f1b1b
#4a4040
#746464

Tints of #9f8989 Color

#9f8989
#a99696
#b4a3a3
#bfb0b0
#c9bdbd
#d4caca
#dfd7d7
#e9e4e4
#f4f1f1
#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

#9f8989
#899f9f

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

Split Complementary

#9f8989
#899f94
#89949f

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

Analogous Color

#9f8992
#9f898d
#9f8989
#9f8d89
#9f9289

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

#9f8989
#899f89
#89899f

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

#9f8989
#949f89
#899f9f
#94899f

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

#9f8989
#899f9f
#89949f
#9f9489

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 #9f8989 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.

#9f8989 Color Code Preview on Black Background Color

This is how #9f8989 Color will look on black background color. Color contrast ratio is 6.41

#9f8989 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9f8989

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9f8989

#9f8989 color code is use for CSS Background Color

Background color for the above div is #9f8989

HTML with inline CSS

<div style="background-color:#9f8989;"></div>

#9f8989 color code is use for CSS Border Color

CSS Border color for the above div is #9f8989

HTML with inline CSS

<div style="border:5px solid #9f8989;"></div>

CSS Border Left color for the above div is #9f8989

HTML with inline CSS

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

CSS Border Right color for the above div is #9f8989

HTML with inline CSS

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

CSS Border Bottom color for the above div is #9f8989

HTML with inline CSS

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

CSS Border Top color for the above div is #9f8989

HTML with inline CSS

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

#9f8989 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9f8989 Color code Preview on White Background

This is how #9f8989 Color code will look on white background color. Color contrast ratio is 3.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 #9f8989; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #9f8989; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.