COLOR #96664F

HEX: #96664F
RGB: (150,102,79)

Color info

#96664F contains mainly red and green colors. Web safe color of #96664F is #996666 (or #966).

RGB color model

#96664F color RGB value is (150,102,79).

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

RGB channels and saturation

R 150 of 255 = 59%
G 102 of 255 = 40%
B 79 of 255 = 31%

150
102
79

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

Portions of RGB colors in percentages

R + G + B =
150 + 102 + 79 = 331 (100%)
R 150 of 331 ~ 45.32%
G 102 of 331 ~ 30.82%
B 79 of 331 ~ 23.87%

%45.32
%30.82
%23.87

CMYK color model

#96664F color CMYK value is (0,32,47,41).

  • cyan value is 0.00%
  • magenta value is 32.00%
  • yellow value is 47.33%
  • key color value is 41.18%
CMYK:
(0,32,47,41)
C0M32Y47K41 
(0%,32%,47%,41%)
(0.00/0.32/0.47/0.41)	

CMYK percentages

%0
%32
%47.33
%41.18

Codes

Color #96664F in popluar color models

96664F
RGB15010279
HSL19°31.00%44.90%
HSB/HSV19°47.33%58.82%
CMYK0.00%32.00%47.33%
41.18%

Color #96664F in popluar number systems.

HEX96664F
Decimal15010279
Binary1001011011001101001111
Octal226146117

Shades and tints

Shades of #96664F

#96664F
(150,102,79)
#895D48
(137,93,72)
#7C5441
(124,84,65)
#6F4B3A
(111,75,58)
#624233
(98,66,51)
#55392C
(85,57,44)
#483025
(72,48,37)
#3B271E
(59,39,30)
#2E1E17
(46,30,23)
#211510
(33,21,16)
#140C09
(20,12,9)
#000000
(0,0,0)

Tints of #96664F

#96664F
(150,102,79)
#9F735F
(159,115,95)
#A8806F
(168,128,111)
#B18D7F
(177,141,127)
#BA9A8F
(186,154,143)
#C3A79F
(195,167,159)
#CCB4AF
(204,180,175)
#D5C1BF
(213,193,191)
#DECECF
(222,206,207)
#E7DBDF
(231,219,223)
#F0E8EF
(240,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96664F; }

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

This text font color is #96664F.


Background Color

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

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

This div background color is #96664F.


Border color

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

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

This div border color is #96664F.


Opacity

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

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

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

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

This text has shadow with #96664F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96664F on black background.


Color preview on white background

This text has color #96664F on white background.



Black color preview on #96664F background

This text has black color on #96664F background.


White color preview on #96664F background

This text has white color on #96664F background.