Skip to main content Skip to docs navigation

#98685f hex color | Download Dark Red BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Café and its hex is #986860 Nearest Color Name

Color Hue/Base color: Red

Hex #98685f Color code in RGB color code model is created after adding 59.61% red color, 40.78% green color and 37.25% blue color. Hex #98685f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 32% magenta, 38% yellow and 40.39% black.

Hex #98685f color code is between #996666 web safe hex color code and #887755 web safe hex color code. #996666 is the nearest web safe color code. You can see here many more shades of #98685f color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 98685f #98685f
RGB Decimal 152, 104, 95 152, 104, 95
RGB Percent 60%, 41%, 37% rgb(60%, 41%, 37%)
CSS RGBa 152, 104, 95,1 rgba(152,104,95,1)
CMYK Model cmyk(0%,32%,38%,40.39%)
HSL Color Space 9,23% ,48% hsl(9,23% ,48%)
HSV Color Space 9°, 38%, 60%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10011000 01101000 01011111
Octal 230 150 137
Decimal 152 104 95
Hex 98 68 5f

Different shades of #98685f color code.

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

Darkest of #98685f
#3a2824
Darker of #98685f
#593d38
Dark of #98685f
#79534b
Base of #98685f
#98685f
Light of #98685f
#ad847d
Lighter
#c1a29c
Lightest
#d5bfbb

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

#98685f
#5f8f98

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

Split Complementary

#98685f
#5f9884
#5f7298

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

Analogous Color

#985f77
#985f6e
#98685f
#987b5f
#98935f

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

#98685f
#685f98
#5f9868

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

#98685f
#5f9868
#5f8f98
#985f8f

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#98685f
#72985f
#5f8f98
#845f98

Square 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).

Monochromatic Color with #98685f

#1a1211
#3a2824
#593d38
#79534b
#98685f
#ad847d
#c1a29c
#d5bfbb
#e8dddb

Tints of #98685f Color

#98685f
#a37870
#ae8982
#ba9a94
#c5aba6
#d1bbb7
#dcccc9
#e8dddb
#f3eeed
#ffffff

Shades of #98685f color code

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

#98685f
#875c54
#765049
#65453f
#543934
#432e2a
#32221f
#211715
#100b0a
#000000

Tones

#98685f
#7f7978
#7b7b7b
#7b7b7b
#7b7b7b

Tones

Similar Color like #98685f color

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

#996960
#9a6a61
#9b6b62
#9c6c63
#9d6d64
#9e6e65
#9f6f66
#a07067
#a17168
#a27269
#a3736a
#a4746b
#a5756c
#a6766d
#97675e
#96665d
#95655c
#94645b
#93635a
#926259
#916158
#906057
#8f5f56
#8e5e55
#8d5d54
#8c5c53
#8b5b52
#8a5a51

Download this Dark Red

Hex #98685f 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.

#98685f Color Code Preview on Black Background Color

This is how #98685f Color will look on black background color. Color contrast ratio is 4.48

#98685f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #98685f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #98685f

#98685f color code is use for CSS Background Color

Background color for the above div is #98685f

HTML with inline CSS

<div style="background-color:#98685f;"></div>

#98685f color code is use for CSS Border Color

CSS Border color for the above div is #98685f

HTML with inline CSS

<div style="border:5px solid #98685f;"></div>

CSS Border Left color for the above div is #98685f

HTML with inline CSS

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

CSS Border Right color for the above div is #98685f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #98685f

HTML with inline CSS

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

CSS Border Top color for the above div is #98685f

HTML with inline CSS

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

#98685f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#98685f Color code Preview on White Background

This is how #98685f Color code will look on white background color. Color contrast ratio is 4.69

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(152,104,95,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(95,143,152,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(152,104,95,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }