COLOR #966664

HEX: #966664
RGB: (150,102,100)

Color info

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

RGB color model

#966664 color RGB value is (150,102,100).

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

RGB channels and saturation

R 150 of 255 = 59%
G 102 of 255 = 40%
B 100 of 255 = 39%

150
102
100

R + G + B ~ 46%. #966664 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 102 + 100 = 352 (100%)
R 150 of 352 ~ 42.61%
G 102 of 352 ~ 28.98%
B 100 of 352 ~ 28.41%

%42.61
%28.98
%28.41

CMYK color model

#966664 color CMYK value is (0,32,33,41).

  • cyan value is 0.00%
  • magenta value is 32.00%
  • yellow value is 33.33%
  • key color value is 41.18%
CMYK:
(0,32,33,41)
C0M32Y33K41 
(0%,32%,33%,41%)
(0.00/0.32/0.33/0.41)	

CMYK percentages

%0
%32
%33.33
%41.18

Codes

Color #966664 in popluar color models

966664
RGB150102100
HSL20.00%49.02%
HSB/HSV33.33%58.82%
CMYK0.00%32.00%33.33%
41.18%

Color #966664 in popluar number systems.

HEX966664
Decimal150102100
Binary1001011011001101100100
Octal226146144

Shades and tints

Shades of #966664

#966664
(150,102,100)
#895D5B
(137,93,91)
#7C5452
(124,84,82)
#6F4B49
(111,75,73)
#624240
(98,66,64)
#553937
(85,57,55)
#48302E
(72,48,46)
#3B2725
(59,39,37)
#2E1E1C
(46,30,28)
#211513
(33,21,19)
#140C0A
(20,12,10)
#000000
(0,0,0)

Tints of #966664

#966664
(150,102,100)
#9F7372
(159,115,114)
#A88080
(168,128,128)
#B18D8E
(177,141,142)
#BA9A9C
(186,154,156)
#C3A7AA
(195,167,170)
#CCB4B8
(204,180,184)
#D5C1C6
(213,193,198)
#DECED4
(222,206,212)
#E7DBE2
(231,219,226)
#F0E8F0
(240,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966664; }

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

This text font color is #966664.


Background Color

.myBgColor { background-color: #966664; }

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

This div background color is #966664.


Border color

.myBorderColor { border: 1px solid #966664; }

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

This div border color is #966664.


Opacity

.myOpacity80 { color: #966664; opacity: 0.8; }

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

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

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

This text has shadow with #966664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966664 on black background.


Color preview on white background

This text has color #966664 on white background.



Black color preview on #966664 background

This text has black color on #966664 background.


White color preview on #966664 background

This text has white color on #966664 background.