COLOR #96966E

HEX: #96966E
RGB: (150,150,110)

Color info

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

RGB color model

#96966E color RGB value is (150,150,110).

  • red value is 150;
  • green value is 150;
  • blue value is 110.
RGB:
(150,150,110)
(59%,59%,43%)

RGB channels and saturation

R 150 of 255 = 59%
G 150 of 255 = 59%
B 110 of 255 = 43%

150
150
110

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

Portions of RGB colors in percentages

R + G + B =
150 + 150 + 110 = 410 (100%)
R 150 of 410 ~ 36.59%
G 150 of 410 ~ 36.59%
B 110 of 410 ~ 26.83%

%36.59
%36.59
%26.83

CMYK color model

#96966E color CMYK value is (0,0,27,41).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 41.18%
CMYK:
(0,0,27,41)
C0M0Y27K41 
(0%,0%,27%,41%)
(0.00/0.00/0.27/0.41)	

CMYK percentages

%0
%0
%26.67
%41.18

Codes

Color #96966E in popluar color models

96966E
RGB150150110
HSL60°16.00%50.98%
HSB/HSV60°26.67%58.82%
CMYK0.00%0.00%26.67%
41.18%

Color #96966E in popluar number systems.

HEX96966E
Decimal150150110
Binary10010110100101101101110
Octal226226156

Shades and tints

Shades of #96966E

#96966E
(150,150,110)
#898964
(137,137,100)
#7C7C5A
(124,124,90)
#6F6F50
(111,111,80)
#626246
(98,98,70)
#55553C
(85,85,60)
#484832
(72,72,50)
#3B3B28
(59,59,40)
#2E2E1E
(46,46,30)
#212114
(33,33,20)
#14140A
(20,20,10)
#000000
(0,0,0)

Tints of #96966E

#96966E
(150,150,110)
#9F9F7B
(159,159,123)
#A8A888
(168,168,136)
#B1B195
(177,177,149)
#BABAA2
(186,186,162)
#C3C3AF
(195,195,175)
#CCCCBC
(204,204,188)
#D5D5C9
(213,213,201)
#DEDED6
(222,222,214)
#E7E7E3
(231,231,227)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96966E color. Also use rgb(150,150,110) instead hex code.

Text Font Color

.myTextColor { color: #96966E; }

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

This text font color is #96966E.


Background Color

.myBgColor { background-color: #96966E; }

<div style="background-color:#96966E">Inner text</div>

This div background color is #96966E.


Border color

.myBorderColor { border: 1px solid #96966E; }

<div style="border:3px solid #96966E">Div</div>

This div border color is #96966E.


Opacity

.myOpacity80 { color: #96966E; opacity: 0.8; }

<p style="color:#96966E;opacity:0.8;">80%</p>

Text with #96966E 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 #96966E;}

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

This text has shadow with #96966E color.

.textShadow {text-shadow: 3px 3px 1px #96966E, 3px 3px 1px red;}

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

This text has shadow with #96966E primary color and red secondary color.


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

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

This text has shadow with #96966E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96966E on black background.


Color preview on white background

This text has color #96966E on white background.



Black color preview on #96966E background

This text has black color on #96966E background.


White color preview on #96966E background

This text has white color on #96966E background.