COLOR #96656D

HEX: #96656D
RGB: (150,101,109)

Color info

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

RGB color model

#96656D color RGB value is (150,101,109).

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

RGB channels and saturation

R 150 of 255 = 59%
G 101 of 255 = 40%
B 109 of 255 = 43%

150
101
109

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

Portions of RGB colors in percentages

R + G + B =
150 + 101 + 109 = 360 (100%)
R 150 of 360 ~ 41.67%
G 101 of 360 ~ 28.06%
B 109 of 360 ~ 30.28%

%41.67
%28.06
%30.28

CMYK color model

#96656D color CMYK value is (0,33,27,41).

  • cyan value is 0.00%
  • magenta value is 32.67%
  • yellow value is 27.33%
  • key color value is 41.18%
CMYK:
(0,33,27,41)
C0M33Y27K41 
(0%,33%,27%,41%)
(0.00/0.33/0.27/0.41)	

CMYK percentages

%0
%32.67
%27.33
%41.18

Codes

Color #96656D in popluar color models

96656D
RGB150101109
HSL350°19.52%49.22%
HSB/HSV350°32.67%58.82%
CMYK0.00%32.67%27.33%
41.18%

Color #96656D in popluar number systems.

HEX96656D
Decimal150101109
Binary1001011011001011101101
Octal226145155

Shades and tints

Shades of #96656D

#96656D
(150,101,109)
#895C64
(137,92,100)
#7C535B
(124,83,91)
#6F4A52
(111,74,82)
#624149
(98,65,73)
#553840
(85,56,64)
#482F37
(72,47,55)
#3B262E
(59,38,46)
#2E1D25
(46,29,37)
#21141C
(33,20,28)
#140B13
(20,11,19)
#000000
(0,0,0)

Tints of #96656D

#96656D
(150,101,109)
#9F737A
(159,115,122)
#A88187
(168,129,135)
#B18F94
(177,143,148)
#BA9DA1
(186,157,161)
#C3ABAE
(195,171,174)
#CCB9BB
(204,185,187)
#D5C7C8
(213,199,200)
#DED5D5
(222,213,213)
#E7E3E2
(231,227,226)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96656D; }

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

This text font color is #96656D.


Background Color

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

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

This div background color is #96656D.


Border color

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

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

This div border color is #96656D.


Opacity

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

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

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

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

This text has shadow with #96656D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96656D on black background.


Color preview on white background

This text has color #96656D on white background.



Black color preview on #96656D background

This text has black color on #96656D background.


White color preview on #96656D background

This text has white color on #96656D background.