COLOR #966C5E

HEX: #966C5E RGB: (150,108,94)

Color info

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

RGB color model

#966C5E color RGB value is (150,108,94).

RGB: (150,108,94) (59%, 42%, 37%)

RGB channels and saturation

R 150 of 255 = 59%
G 108 of 255 = 42%
B 94 of 255 = 37%

150
108
94

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

Portions of RGB colors in percentages

R + G + B = 150 + 108 + 94 = 352 (100%)
R 150 of 352 ~ 42.61%
G 108 of 352 ~ 30.68%
B 94 of 352 ~ 26.7'%

%42.61
%30.68
%26.7

CMYK color model

#966C5E color CMYK value is (0,28,37,41).

  • cyan value is 0.00%
  • magenta value is 28.00%
  • yellow value is 37.33%
  • key color value is 41.18%

CMYK: (0,28,37,41)
C0M28Y37K41 (0%, 28%, 37%, 41%)
(0.00 / 0.28 / 0.37 / 0.41)

CMYK percentages

%0
%28
%37.33
%41.18

Codes

Color #966C5E in popluar color models

96 6C 5E
RGB 150 108 94
HSL 15° 22.95% 47.84%
HSB/HSV 15° 37.33% 58.82%
CMYK 0.00% 28.00% 37.33%
41.18%

Color #966C5E in popluar number systems.

HEX 96 6C 5E
Decimal 150 108 94
Binary 10010110 1101100 1011110
Octal 226 154 136

Shades and tints

Shades of #966C5E

#966C5E
(150,108,94)
#896356
(137,99,86)
#7C5A4E
(124,90,78)
#6F5146
(111,81,70)
#62483E
(98,72,62)
#553F36
(85,63,54)
#48362E
(72,54,46)
#3B2D26
(59,45,38)
#2E241E
(46,36,30)
#211B16
(33,27,22)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #966C5E

#966C5E
(150,108,94)
#9F796C
(159,121,108)
#A8867A
(168,134,122)
#B19388
(177,147,136)
#BAA096
(186,160,150)
#C3ADA4
(195,173,164)
#CCBAB2
(204,186,178)
#D5C7C0
(213,199,192)
#DED4CE
(222,212,206)
#E7E1DC
(231,225,220)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966C5E color. Also use rgb(150,108,94) instead hex code.

Text Font Color

.myTextColor { color: #966C5E; }

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

This text font color is #966C5E.

Background Color

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

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

This div background color is #966C5E.

Border color

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

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

This div border color is #966C5E.

Opacity

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

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

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

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

This text has shadow with #966C5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #966C5E.

Preview

Color preview on black background

This text has color #966C5E on black background.


Color preview on white background

This text has color #966C5E on white background.


Black color preview on #966C5E background

This text has black color on #966C5E background.


White color preview on #966C5E background

This text has white color on #966C5E background.


Related colors

Complementary color

Complementary color for #hex is #6993A1.


I love getcolorcode.com

Triadic colors

1 #5E966C and #6C5E96 with #966C5E are triadic colors.

2 #5E6C96 and #6C965E with #966C5E are triadic colors.