What is hex #98817B color?

 
The hex code #98817B is also know by an other name that is Cinereous.
This color is composed of 152% red, 129% green and 123% blue. So we can say that the RGB value is (152,129,123)
You need to use it for a printer? The CMYK colors code equivalent of hex #98817B is C:0 M:15 Y:19, K:40) .
In the HSV/HSB scale, #98817B has a hue of 12°, 19% saturation and a brightness value of 60%.
If you want to know all about the hex #98817B, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #98817B (complementary, analogous, triadic, tetradic...).

Hex #98817B Color Codes & Equivalents

Color Name [Cinereous]
RGB Values (152,129,123)
CMYK Values (0%, 15%, 19%, 40%)
HSV/HSB Values (12°, 19%, 60%)
Closest Web Safe
#999966
Inverse Color
#677e84
Closest Pantone®
Warm Gray 8 C
Closest RAL
RAL 1035 [Pearl beige]
Complementary Color
#7b9298

#98817B Converted to Grayscale Codes

Average
#878787
Lightness (Desaturation)
#8a8a8a
Weighted (BT601)
#878787
Luma (BT709)
#858585

Hex #98817B Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #98817B is #7b9298. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #98817B you will find #7b9298. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#98817B #7b9298

Analogous Palette

The analogous color scheme of #98817B is composed with colors #987B83 and #988F7B. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #98817B with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#987B83 #98817B #988F7B

Split-Complementary Palette

The split-complementary color scheme of #98817B is composed with colors #7B8398 and #7B988F. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#98817B #7B8398 #7B988F

Triadic Palette

The triadic color scheme of #98817B is composed with colors #817B98 and #7B9881. They are located to the right and left of your main color #98817B with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#98817B #817B98 #7B9881

Tetradic Palette

The tetradic color scheme of #98817B is composed with colors #7B9881, #7B9298 and #987B92 A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#98817B #7B9881 #7B9298 #987B92

Square Palette

The square color scheme of #98817B is composed with colors #83987B, #7B9298 and #8F7B98 To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#98817B #83987B #7B9298 #8F7B98

Tints, Tones & Shades of Hex #98817B

Tints

Tints are created by adding white, resulting in lighter shades of #98817B.

#98817B #A08B86 #A99691 #B2A19D #BBACA8 #C4B7B4 #CDC2BF #D6CDCB

Tones

Tones are made by mixing with gray, softening the original color.

#98817B #8C8786 #898989 #898989 #898989 #898989 #898989 #898989

Shades

Shades result from adding black, creating darker variations.

#98817B #8F766F #836C66 #78635D #6C5954 #61504B #554642 #4A3D39

Hex #98817B in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #98817B
Java new Color(152,129,123);
Python Color(#98817B)
.NET Color.FromArgb(255, 152,129,123);
Swift / iOS UIColor(red: 0.6, green: 0.51, blue: 0.48, alpha: 1)
Kotlin / Android Color.rgb(152, 129, 123)