COLOR #9B896D

HEX: #9B896D RGB: (155,137,109)

Color info

#9B896D contains red, green and blue colors in about the same proportion. Web safe color of #9B896D is #999966 (or #996).

RGB color model

#9B896D color RGB value is (155,137,109).

RGB: (155,137,109) (61%, 54%, 43%)

RGB channels and saturation

R 155 of 255 = 61%
G 137 of 255 = 54%
B 109 of 255 = 43%

155
137
109

R + G + B ~ 53%. #9B896D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 155 + 137 + 109 = 401 (100%)
R 155 of 401 ~ 38.65%
G 137 of 401 ~ 34.16%
B 109 of 401 ~ 27.18'%

%38.65
%34.16
%27.18

CMYK color model

#9B896D color CMYK value is (0,12,30,39).

  • cyan value is 0.00%
  • magenta value is 11.61%
  • yellow value is 29.68%
  • key color value is 39.22%

CMYK: (0,12,30,39)
C0M12Y30K39 (0%, 12%, 30%, 39%)
(0.00 / 0.12 / 0.30 / 0.39)

CMYK percentages

%0
%11.61
%29.68
%39.22

Codes

Color #9B896D in popluar color models

9B 89 6D
RGB 155 137 109
HSL 37° 18.70% 51.76%
HSB/HSV 37° 29.68% 60.78%
CMYK 0.00% 11.61% 29.68%
39.22%

Color #9B896D in popluar number systems.

HEX 9B 89 6D
Decimal 155 137 109
Binary 10011011 10001001 1101101
Octal 233 211 155

Shades and tints

Shades of #9B896D

#9B896D
(155,137,109)
#8D7D64
(141,125,100)
#7F715B
(127,113,91)
#716552
(113,101,82)
#635949
(99,89,73)
#554D40
(85,77,64)
#474137
(71,65,55)
#39352E
(57,53,46)
#2B2925
(43,41,37)
#1D1D1C
(29,29,28)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #9B896D

#9B896D
(155,137,109)
#A4937A
(164,147,122)
#AD9D87
(173,157,135)
#B6A794
(182,167,148)
#BFB1A1
(191,177,161)
#C8BBAE
(200,187,174)
#D1C5BB
(209,197,187)
#DACFC8
(218,207,200)
#E3D9D5
(227,217,213)
#ECE3E2
(236,227,226)
#F5EDEF
(245,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B896D color. Also use rgb(155,137,109) instead hex code.

Text Font Color

.myTextColor { color: #9B896D; }

<p style="color:#9B896D">This sample text font color is #9B896D.</p>

This text font color is #9B896D.

Background Color

.myBgColor { background-color: #9B896D; }

<div style="background-color:#9B896D">Inner text</div>

This div background color is #9B896D.

Border color

.myBorderColor { border: 1px solid #9B896D; }

<div style="border:3px solid #9B896D">Div</div>

This div border color is #9B896D.

Opacity

.myOpacity80 { color: #9B896D; opacity: 0.8; }

<p style="color:#9B896D;opacity:0.8;">80%</p>

Text with #9B896D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9B896D;}

<p style="text-shadow: 3px 3px 1px #9B896D">Text here.</p>

This text has shadow with #9B896D color.


.textShadow {text-shadow: 3px 3px 1px #9B896D', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9B896D, 5px 5px 20px red">Text here.</p>

This text has shadow with #9B896D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9B896D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9B896D, Direction=45, Strength=4)">Text</p>

This text has shadow with #9B896D and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9B896D;
-webkit-box-shadow: 1px 1px 3px 2px #9B896D;
box-shadow: 1px 1px 3px 2px #9B896D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9B896D; -webkit-box-shadow: 1px 1px 3px 2px #9B896D; box-shadow:1px 1px 3px 2px #9B896D;">
Div content here
</div>

This div box has shadow with color #9B896D.

Preview

Color preview on black background

This text has color #9B896D on black background.


Color preview on white background

This text has color #9B896D on white background.


Black color preview on #9B896D background

This text has black color on #9B896D background.


White color preview on #9B896D background

This text has white color on #9B896D background.


Related colors

Complementary color

Complementary color for #hex is #647692.


I love getcolorcode.com

Triadic colors

1 #6D9B89 and #896D9B with #9B896D are triadic colors.

2 #6D899B and #899B6D with #9B896D are triadic colors.