COLOR #96665F

HEX: #96665F
RGB: (150,102,95)

Color info

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

RGB color model

#96665F color RGB value is (150,102,95).

  • red value is 150;
  • green value is 102;
  • blue value is 95.
RGB:
(150,102,95)
(59%,40%,37%)

RGB channels and saturation

R 150 of 255 = 59%
G 102 of 255 = 40%
B 95 of 255 = 37%

150
102
95

R + G + B ~ 45%. #96665F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 102 + 95 = 347 (100%)
R 150 of 347 ~ 43.23%
G 102 of 347 ~ 29.39%
B 95 of 347 ~ 27.38%

%43.23
%29.39
%27.38

CMYK color model

#96665F color CMYK value is (0,32,37,41).

  • cyan value is 0.00%
  • magenta value is 32.00%
  • yellow value is 36.67%
  • key color value is 41.18%
CMYK:
(0,32,37,41)
C0M32Y37K41 
(0%,32%,37%,41%)
(0.00/0.32/0.37/0.41)	

CMYK percentages

%0
%32
%36.67
%41.18

Codes

Color #96665F in popluar color models

96665F
RGB15010295
HSL22.45%48.04%
HSB/HSV36.67%58.82%
CMYK0.00%32.00%36.67%
41.18%

Color #96665F in popluar number systems.

HEX96665F
Decimal15010295
Binary1001011011001101011111
Octal226146137

Shades and tints

Shades of #96665F

#96665F
(150,102,95)
#895D57
(137,93,87)
#7C544F
(124,84,79)
#6F4B47
(111,75,71)
#62423F
(98,66,63)
#553937
(85,57,55)
#48302F
(72,48,47)
#3B2727
(59,39,39)
#2E1E1F
(46,30,31)
#211517
(33,21,23)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #96665F

#96665F
(150,102,95)
#9F736D
(159,115,109)
#A8807B
(168,128,123)
#B18D89
(177,141,137)
#BA9A97
(186,154,151)
#C3A7A5
(195,167,165)
#CCB4B3
(204,180,179)
#D5C1C1
(213,193,193)
#DECECF
(222,206,207)
#E7DBDD
(231,219,221)
#F0E8EB
(240,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96665F color. Also use rgb(150,102,95) instead hex code.

Text Font Color

.myTextColor { color: #96665F; }

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

This text font color is #96665F.


Background Color

.myBgColor { background-color: #96665F; }

<div style="background-color:#96665F">Inner text</div>

This div background color is #96665F.


Border color

.myBorderColor { border: 1px solid #96665F; }

<div style="border:3px solid #96665F">Div</div>

This div border color is #96665F.


Opacity

.myOpacity80 { color: #96665F; opacity: 0.8; }

<p style="color:#96665F;opacity:0.8;">80%</p>

Text with #96665F 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 #96665F;}

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

This text has shadow with #96665F color.

.textShadow {text-shadow: 3px 3px 1px #96665F, 3px 3px 1px red;}

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

This text has shadow with #96665F primary color and red secondary color.


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

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

This text has shadow with #96665F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96665F on black background.


Color preview on white background

This text has color #96665F on white background.



Black color preview on #96665F background

This text has black color on #96665F background.


White color preview on #96665F background

This text has white color on #96665F background.