COLOR #9B736D

HEX: #9B736D RGB: (155,115,109)

Color info

#9B736D contains red, green and blue colors in about the same proportion. Web safe color of #9B736D is #996666 (or #966).

RGB color model

#9B736D color RGB value is (155,115,109).

RGB: (155,115,109) (61%, 45%, 43%)

RGB channels and saturation

R 155 of 255 = 61%
G 115 of 255 = 45%
B 109 of 255 = 43%

155
115
109

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

Portions of RGB colors in percentages

R + G + B = 155 + 115 + 109 = 379 (100%)
R 155 of 379 ~ 40.9%
G 115 of 379 ~ 30.34%
B 109 of 379 ~ 28.76'%

%40.9
%30.34
%28.76

CMYK color model

#9B736D color CMYK value is (0,26,30,39).

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

CMYK: (0,26,30,39)
C0M26Y30K39 (0%, 26%, 30%, 39%)
(0.00 / 0.26 / 0.30 / 0.39)

CMYK percentages

%0
%25.81
%29.68
%39.22

Codes

Color #9B736D in popluar color models

9B 73 6D
RGB 155 115 109
HSL 18.70% 51.76%
HSB/HSV 29.68% 60.78%
CMYK 0.00% 25.81% 29.68%
39.22%

Color #9B736D in popluar number systems.

HEX 9B 73 6D
Decimal 155 115 109
Binary 10011011 1110011 1101101
Octal 233 163 155

Shades and tints

Shades of #9B736D

#9B736D
(155,115,109)
#8D6964
(141,105,100)
#7F5F5B
(127,95,91)
#715552
(113,85,82)
#634B49
(99,75,73)
#554140
(85,65,64)
#473737
(71,55,55)
#392D2E
(57,45,46)
#2B2325
(43,35,37)
#1D191C
(29,25,28)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #9B736D

#9B736D
(155,115,109)
#A47F7A
(164,127,122)
#AD8B87
(173,139,135)
#B69794
(182,151,148)
#BFA3A1
(191,163,161)
#C8AFAE
(200,175,174)
#D1BBBB
(209,187,187)
#DAC7C8
(218,199,200)
#E3D3D5
(227,211,213)
#ECDFE2
(236,223,226)
#F5EBEF
(245,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B736D; }

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

This text font color is #9B736D.

Background Color

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

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

This div background color is #9B736D.

Border color

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

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

This div border color is #9B736D.

Opacity

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

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

Text with #9B736D 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 #9B736D;}

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

This text has shadow with #9B736D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B736D.

Preview

Color preview on black background

This text has color #9B736D on black background.


Color preview on white background

This text has color #9B736D on white background.


Black color preview on #9B736D background

This text has black color on #9B736D background.


White color preview on #9B736D background

This text has white color on #9B736D background.


Related colors

Complementary color

Complementary color for #hex is #648C92.


I love getcolorcode.com

Triadic colors

1 #6D9B73 and #736D9B with #9B736D are triadic colors.

2 #6D739B and #739B6D with #9B736D are triadic colors.