COLOR #9B766F

HEX: #9B766F
RGB: (155,118,111)

Color info

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

RGB color model

#9B766F color RGB value is (155,118,111).

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

RGB channels and saturation

R 155 of 255 = 61%
G 118 of 255 = 46%
B 111 of 255 = 44%

155
118
111

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

Portions of RGB colors in percentages

R + G + B =
155 + 118 + 111 = 384 (100%)
R 155 of 384 ~ 40.36%
G 118 of 384 ~ 30.73%
B 111 of 384 ~ 28.91%

%40.36
%30.73
%28.91

CMYK color model

#9B766F color CMYK value is (0,24,28,39).

  • cyan value is 0.00%
  • magenta value is 23.87%
  • yellow value is 28.39%
  • key color value is 39.22%
CMYK:
(0,24,28,39)
C0M24Y28K39 
(0%,24%,28%,39%)
(0.00/0.24/0.28/0.39)	

CMYK percentages

%0
%23.87
%28.39
%39.22

Codes

Color #9B766F in popluar color models

9B766F
RGB155118111
HSL10°18.03%52.16%
HSB/HSV10°28.39%60.78%
CMYK0.00%23.87%28.39%
39.22%

Color #9B766F in popluar number systems.

HEX9B766F
Decimal155118111
Binary1001101111101101101111
Octal233166157

Shades and tints

Shades of #9B766F

#9B766F
(155,118,111)
#8D6C65
(141,108,101)
#7F625B
(127,98,91)
#715851
(113,88,81)
#634E47
(99,78,71)
#55443D
(85,68,61)
#473A33
(71,58,51)
#393029
(57,48,41)
#2B261F
(43,38,31)
#1D1C15
(29,28,21)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #9B766F

#9B766F
(155,118,111)
#A4827C
(164,130,124)
#AD8E89
(173,142,137)
#B69A96
(182,154,150)
#BFA6A3
(191,166,163)
#C8B2B0
(200,178,176)
#D1BEBD
(209,190,189)
#DACACA
(218,202,202)
#E3D6D7
(227,214,215)
#ECE2E4
(236,226,228)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B766F; }

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

This text font color is #9B766F.


Background Color

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

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

This div background color is #9B766F.


Border color

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

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

This div border color is #9B766F.


Opacity

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

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

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

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

This text has shadow with #9B766F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B766F on black background.


Color preview on white background

This text has color #9B766F on white background.



Black color preview on #9B766F background

This text has black color on #9B766F background.


White color preview on #9B766F background

This text has white color on #9B766F background.