COLOR #9B6F5B

HEX: #9B6F5B
RGB: (155,111,91)

Color info

#9B6F5B contains mainly red and green colors. Web safe color of #9B6F5B is #996666 (or #966).

RGB color model

#9B6F5B color RGB value is (155,111,91).

  • red value is 155;
  • green value is 111;
  • blue value is 91.
RGB:
(155,111,91)
(61%,44%,36%)

RGB channels and saturation

R 155 of 255 = 61%
G 111 of 255 = 44%
B 91 of 255 = 36%

155
111
91

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

Portions of RGB colors in percentages

R + G + B =
155 + 111 + 91 = 357 (100%)
R 155 of 357 ~ 43.42%
G 111 of 357 ~ 31.09%
B 91 of 357 ~ 25.49%

%43.42
%31.09
%25.49

CMYK color model

#9B6F5B color CMYK value is (0,28,41,39).

  • cyan value is 0.00%
  • magenta value is 28.39%
  • yellow value is 41.29%
  • key color value is 39.22%
CMYK:
(0,28,41,39)
C0M28Y41K39 
(0%,28%,41%,39%)
(0.00/0.28/0.41/0.39)	

CMYK percentages

%0
%28.39
%41.29
%39.22

Codes

Color #9B6F5B in popluar color models

9B6F5B
RGB15511191
HSL19°26.02%48.24%
HSB/HSV19°41.29%60.78%
CMYK0.00%28.39%41.29%
39.22%

Color #9B6F5B in popluar number systems.

HEX9B6F5B
Decimal15511191
Binary1001101111011111011011
Octal233157133

Shades and tints

Shades of #9B6F5B

#9B6F5B
(155,111,91)
#8D6553
(141,101,83)
#7F5B4B
(127,91,75)
#715143
(113,81,67)
#63473B
(99,71,59)
#553D33
(85,61,51)
#47332B
(71,51,43)
#392923
(57,41,35)
#2B1F1B
(43,31,27)
#1D1513
(29,21,19)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #9B6F5B

#9B6F5B
(155,111,91)
#A47C69
(164,124,105)
#AD8977
(173,137,119)
#B69685
(182,150,133)
#BFA393
(191,163,147)
#C8B0A1
(200,176,161)
#D1BDAF
(209,189,175)
#DACABD
(218,202,189)
#E3D7CB
(227,215,203)
#ECE4D9
(236,228,217)
#F5F1E7
(245,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6F5B color. Also use rgb(155,111,91) instead hex code.

Text Font Color

.myTextColor { color: #9B6F5B; }

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

This text font color is #9B6F5B.


Background Color

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

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

This div background color is #9B6F5B.


Border color

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

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

This div border color is #9B6F5B.


Opacity

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

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

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

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

This text has shadow with #9B6F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6F5B on black background.


Color preview on white background

This text has color #9B6F5B on white background.



Black color preview on #9B6F5B background

This text has black color on #9B6F5B background.


White color preview on #9B6F5B background

This text has white color on #9B6F5B background.