COLOR #9B966A

HEX: #9B966A RGB: (155,150,106)

Color info

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

RGB color model

#9B966A color RGB value is (155,150,106).

RGB: (155,150,106) (61%, 59%, 42%)

RGB channels and saturation

R 155 of 255 = 61%
G 150 of 255 = 59%
B 106 of 255 = 42%

155
150
106

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

Portions of RGB colors in percentages

R + G + B = 155 + 150 + 106 = 411 (100%)
R 155 of 411 ~ 37.71%
G 150 of 411 ~ 36.5%
B 106 of 411 ~ 25.79'%

%37.71
%36.5
%25.79

CMYK color model

#9B966A color CMYK value is (0,3,32,39).

  • cyan value is 0.00%
  • magenta value is 3.23%
  • yellow value is 31.61%
  • key color value is 39.22%

CMYK: (0,3,32,39)
C0M3Y32K39 (0%, 3%, 32%, 39%)
(0.00 / 0.03 / 0.32 / 0.39)

CMYK percentages

%0
%3.23
%31.61
%39.22

Codes

Color #9B966A in popluar color models

9B 96 6A
RGB 155 150 106
HSL 54° 19.68% 51.18%
HSB/HSV 54° 31.61% 60.78%
CMYK 0.00% 3.23% 31.61%
39.22%

Color #9B966A in popluar number systems.

HEX 9B 96 6A
Decimal 155 150 106
Binary 10011011 10010110 1101010
Octal 233 226 152

Shades and tints

Shades of #9B966A

#9B966A
(155,150,106)
#8D8961
(141,137,97)
#7F7C58
(127,124,88)
#716F4F
(113,111,79)
#636246
(99,98,70)
#55553D
(85,85,61)
#474834
(71,72,52)
#393B2B
(57,59,43)
#2B2E22
(43,46,34)
#1D2119
(29,33,25)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #9B966A

#9B966A
(155,150,106)
#A49F77
(164,159,119)
#ADA884
(173,168,132)
#B6B191
(182,177,145)
#BFBA9E
(191,186,158)
#C8C3AB
(200,195,171)
#D1CCB8
(209,204,184)
#DAD5C5
(218,213,197)
#E3DED2
(227,222,210)
#ECE7DF
(236,231,223)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B966A; }

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

This text font color is #9B966A.

Background Color

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

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

This div background color is #9B966A.

Border color

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

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

This div border color is #9B966A.

Opacity

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

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

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

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

This text has shadow with #9B966A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B966A.

Preview

Color preview on black background

This text has color #9B966A on black background.


Color preview on white background

This text has color #9B966A on white background.


Black color preview on #9B966A background

This text has black color on #9B966A background.


White color preview on #9B966A background

This text has white color on #9B966A background.


Related colors

Complementary color

Complementary color for #hex is #646995.


I love getcolorcode.com

Triadic colors

1 #6A9B96 and #966A9B with #9B966A are triadic colors.

2 #6A969B and #969B6A with #9B966A are triadic colors.