COLOR #966B6E

HEX: #966B6E RGB: (150,107,110)

Color info

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

RGB color model

#966B6E color RGB value is (150,107,110).

RGB: (150,107,110) (59%, 42%, 43%)

RGB channels and saturation

R 150 of 255 = 59%
G 107 of 255 = 42%
B 110 of 255 = 43%

150
107
110

R + G + B ~ 48%. #966B6E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 107 + 110 = 367 (100%)
R 150 of 367 ~ 40.87%
G 107 of 367 ~ 29.16%
B 110 of 367 ~ 29.97'%

%40.87
%29.16
%29.97

CMYK color model

#966B6E color CMYK value is (0,29,27,41).

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

CMYK: (0,29,27,41)
C0M29Y27K41 (0%, 29%, 27%, 41%)
(0.00 / 0.29 / 0.27 / 0.41)

CMYK percentages

%0
%28.67
%26.67
%41.18

Codes

Color #966B6E in popluar color models

96 6B 6E
RGB 150 107 110
HSL 356° 17.00% 50.39%
HSB/HSV 356° 28.67% 58.82%
CMYK 0.00% 28.67% 26.67%
41.18%

Color #966B6E in popluar number systems.

HEX 96 6B 6E
Decimal 150 107 110
Binary 10010110 1101011 1101110
Octal 226 153 156

Shades and tints

Shades of #966B6E

#966B6E
(150,107,110)
#896264
(137,98,100)
#7C595A
(124,89,90)
#6F5050
(111,80,80)
#624746
(98,71,70)
#553E3C
(85,62,60)
#483532
(72,53,50)
#3B2C28
(59,44,40)
#2E231E
(46,35,30)
#211A14
(33,26,20)
#14110A
(20,17,10)
#000000
(0,0,0)

Tints of #966B6E

#966B6E
(150,107,110)
#9F787B
(159,120,123)
#A88588
(168,133,136)
#B19295
(177,146,149)
#BA9FA2
(186,159,162)
#C3ACAF
(195,172,175)
#CCB9BC
(204,185,188)
#D5C6C9
(213,198,201)
#DED3D6
(222,211,214)
#E7E0E3
(231,224,227)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966B6E color. Also use rgb(150,107,110) instead hex code.

Text Font Color

.myTextColor { color: #966B6E; }

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

This text font color is #966B6E.

Background Color

.myBgColor { background-color: #966B6E; }

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

This div background color is #966B6E.

Border color

.myBorderColor { border: 1px solid #966B6E; }

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

This div border color is #966B6E.

Opacity

.myOpacity80 { color: #966B6E; opacity: 0.8; }

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

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

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

This text has shadow with #966B6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #966B6E.

Preview

Color preview on black background

This text has color #966B6E on black background.


Color preview on white background

This text has color #966B6E on white background.


Black color preview on #966B6E background

This text has black color on #966B6E background.


White color preview on #966B6E background

This text has white color on #966B6E background.


Related colors

Complementary color

Complementary color for #hex is #699491.


I love getcolorcode.com

Triadic colors

1 #6E966B and #6B6E96 with #966B6E are triadic colors.

2 #6E6B96 and #6B966E with #966B6E are triadic colors.