COLOR #96956D

HEX: #96956D RGB: (150,149,109)

Color info

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

RGB color model

#96956D color RGB value is (150,149,109).

RGB: (150,149,109) (59%, 58%, 43%)

RGB channels and saturation

R 150 of 255 = 59%
G 149 of 255 = 58%
B 109 of 255 = 43%

150
149
109

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

Portions of RGB colors in percentages

R + G + B = 150 + 149 + 109 = 408 (100%)
R 150 of 408 ~ 36.76%
G 149 of 408 ~ 36.52%
B 109 of 408 ~ 26.72'%

%36.76
%36.52
%26.72

CMYK color model

#96956D color CMYK value is (0,1,27,41).

  • cyan value is 0.00%
  • magenta value is 0.67%
  • yellow value is 27.33%
  • key color value is 41.18%
CMYK: (0,1,27,41) C0M1Y27K41 (0%,1%,27%,41%) (0.00/0.01/0.27/0.41) 

CMYK percentages

%0
%0.67
%27.33
%41.18

Codes

Color #96956D in popluar color models

96 95 6D
RGB 150 149 109
HSL 59° 16.33% 50.78%
HSB/HSV 59° 27.33% 58.82%
CMYK 0.00% 0.67% 27.33%
41.18%

Color #96956D in popluar number systems.

HEX 96 95 6D
Decimal 150 149 109
Binary 10010110 10010101 1101101
Octal 226 225 155

Shades and tints

Shades of #96956D

#96956D
(150,149,109)
#898864
(137,136,100)
#7C7B5B
(124,123,91)
#6F6E52
(111,110,82)
#626149
(98,97,73)
#555440
(85,84,64)
#484737
(72,71,55)
#3B3A2E
(59,58,46)
#2E2D25
(46,45,37)
#21201C
(33,32,28)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #96956D

#96956D
(150,149,109)
#9F9E7A
(159,158,122)
#A8A787
(168,167,135)
#B1B094
(177,176,148)
#BAB9A1
(186,185,161)
#C3C2AE
(195,194,174)
#CCCBBB
(204,203,187)
#D5D4C8
(213,212,200)
#DEDDD5
(222,221,213)
#E7E6E2
(231,230,226)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96956D color. Also use rgb(150,149,109) instead hex code.

Text Font Color

.myTextColor { color: #96956D; }

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

This text font color is #96956D.

Background Color

.myBgColor { background-color: #96956D; }

<div style="background-color:#96956D">Inner text</div>

This div background color is #96956D.

Border color

.myBorderColor { border: 1px solid #96956D; }

<div style="border:3px solid #96956D">Div</div>

This div border color is #96956D.

Opacity

.myOpacity80 { color: #96956D; opacity: 0.8; }

<p style="color:#96956D;opacity:0.8;">80%</p>

Text with #96956D 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 #96956D;}

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

This text has shadow with #96956D color.


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

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

This text has shadow with #96956D primary color and red secondary color.


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

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

This text has shadow with #96956D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #96956D.

Preview

Color preview on black background

This text has color #96956D on black background.


Color preview on white background

This text has color #96956D on white background.


Black color preview on #96956D background

This text has black color on #96956D background.


White color preview on #96956D background

This text has white color on #96956D background.


Related colors

Complementary color

Complementary color for #hex is #696A92.


I love getcolorcode.com

Triadic colors

1 #6D9695 and #956D96 with #96956D are triadic colors.

2 #6D9596 and #95966D with #96956D are triadic colors.