COLOR #9B9665

HEX: #9B9665
RGB: (155,150,101)

Color info

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

RGB color model

#9B9665 color RGB value is (155,150,101).

  • red value is 155;
  • green value is 150;
  • blue value is 101.
RGB:
(155,150,101)
(61%,59%,40%)

RGB channels and saturation

R 155 of 255 = 61%
G 150 of 255 = 59%
B 101 of 255 = 40%

155
150
101

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

Portions of RGB colors in percentages

R + G + B =
155 + 150 + 101 = 406 (100%)
R 155 of 406 ~ 38.18%
G 150 of 406 ~ 36.95%
B 101 of 406 ~ 24.88%

%38.18
%36.95
%24.88

CMYK color model

#9B9665 color CMYK value is (0,3,35,39).

  • cyan value is 0.00%
  • magenta value is 3.23%
  • yellow value is 34.84%
  • key color value is 39.22%
CMYK:
(0,3,35,39)
C0M3Y35K39 
(0%,3%,35%,39%)
(0.00/0.03/0.35/0.39)	

CMYK percentages

%0
%3.23
%34.84
%39.22

Codes

Color #9B9665 in popluar color models

9B9665
RGB155150101
HSL54°21.26%50.20%
HSB/HSV54°34.84%60.78%
CMYK0.00%3.23%34.84%
39.22%

Color #9B9665 in popluar number systems.

HEX9B9665
Decimal155150101
Binary10011011100101101100101
Octal233226145

Shades and tints

Shades of #9B9665

#9B9665
(155,150,101)
#8D895C
(141,137,92)
#7F7C53
(127,124,83)
#716F4A
(113,111,74)
#636241
(99,98,65)
#555538
(85,85,56)
#47482F
(71,72,47)
#393B26
(57,59,38)
#2B2E1D
(43,46,29)
#1D2114
(29,33,20)
#0F140B
(15,20,11)
#000000
(0,0,0)

Tints of #9B9665

#9B9665
(155,150,101)
#A49F73
(164,159,115)
#ADA881
(173,168,129)
#B6B18F
(182,177,143)
#BFBA9D
(191,186,157)
#C8C3AB
(200,195,171)
#D1CCB9
(209,204,185)
#DAD5C7
(218,213,199)
#E3DED5
(227,222,213)
#ECE7E3
(236,231,227)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B9665 color. Also use rgb(155,150,101) instead hex code.

Text Font Color

.myTextColor { color: #9B9665; }

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

This text font color is #9B9665.


Background Color

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

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

This div background color is #9B9665.


Border color

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

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

This div border color is #9B9665.


Opacity

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

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

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

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

This text has shadow with #9B9665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9665 on black background.


Color preview on white background

This text has color #9B9665 on white background.



Black color preview on #9B9665 background

This text has black color on #9B9665 background.


White color preview on #9B9665 background

This text has white color on #9B9665 background.