COLOR #96666E

HEX: #96666E RGB: (150,102,110)

Color info

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

RGB color model

#96666E color RGB value is (150,102,110).

RGB: (150,102,110) (59%, 40%, 43%)

RGB channels and saturation

R 150 of 255 = 59%
G 102 of 255 = 40%
B 110 of 255 = 43%

150
102
110

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

Portions of RGB colors in percentages

R + G + B = 150 + 102 + 110 = 362 (100%)
R 150 of 362 ~ 41.44%
G 102 of 362 ~ 28.18%
B 110 of 362 ~ 30.39'%

%41.44
%28.18
%30.39

CMYK color model

#96666E color CMYK value is (0,32,27,41).

  • cyan value is 0.00%
  • magenta value is 32.00%
  • yellow value is 26.67%
  • key color value is 41.18%

CMYK: (0,32,27,41)
C0M32Y27K41 (0%, 32%, 27%, 41%)
(0.00 / 0.32 / 0.27 / 0.41)

CMYK percentages

%0
%32
%26.67
%41.18

Codes

Color #96666E in popluar color models

96 66 6E
RGB 150 102 110
HSL 350° 19.05% 49.41%
HSB/HSV 350° 32.00% 58.82%
CMYK 0.00% 32.00% 26.67%
41.18%

Color #96666E in popluar number systems.

HEX 96 66 6E
Decimal 150 102 110
Binary 10010110 1100110 1101110
Octal 226 146 156

Shades and tints

Shades of #96666E

#96666E
(150,102,110)
#895D64
(137,93,100)
#7C545A
(124,84,90)
#6F4B50
(111,75,80)
#624246
(98,66,70)
#55393C
(85,57,60)
#483032
(72,48,50)
#3B2728
(59,39,40)
#2E1E1E
(46,30,30)
#211514
(33,21,20)
#140C0A
(20,12,10)
#000000
(0,0,0)

Tints of #96666E

#96666E
(150,102,110)
#9F737B
(159,115,123)
#A88088
(168,128,136)
#B18D95
(177,141,149)
#BA9AA2
(186,154,162)
#C3A7AF
(195,167,175)
#CCB4BC
(204,180,188)
#D5C1C9
(213,193,201)
#DECED6
(222,206,214)
#E7DBE3
(231,219,227)
#F0E8F0
(240,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96666E; }

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

This text font color is #96666E.

Background Color

.myBgColor { background-color: #96666E; }

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

This div background color is #96666E.

Border color

.myBorderColor { border: 1px solid #96666E; }

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

This div border color is #96666E.

Opacity

.myOpacity80 { color: #96666E; opacity: 0.8; }

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

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

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

This text has shadow with #96666E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96666E.

Preview

Color preview on black background

This text has color #96666E on black background.


Color preview on white background

This text has color #96666E on white background.


Black color preview on #96666E background

This text has black color on #96666E background.


White color preview on #96666E background

This text has white color on #96666E background.


Related colors

Complementary color

Complementary color for #hex is #699991.


I love getcolorcode.com

Triadic colors

1 #6E9666 and #666E96 with #96666E are triadic colors.

2 #6E6696 and #66966E with #96666E are triadic colors.