COLOR #966D74

HEX: #966D74 RGB: (150,109,116)

Color info

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

RGB color model

#966D74 color RGB value is (150,109,116).

RGB: (150,109,116) (59%, 43%, 45%)

RGB channels and saturation

R 150 of 255 = 59%
G 109 of 255 = 43%
B 116 of 255 = 45%

150
109
116

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

Portions of RGB colors in percentages

R + G + B = 150 + 109 + 116 = 375 (100%)
R 150 of 375 ~ 40%
G 109 of 375 ~ 29.07%
B 116 of 375 ~ 30.93'%

%40
%29.07
%30.93

CMYK color model

#966D74 color CMYK value is (0,27,23,41).

  • cyan value is 0.00%
  • magenta value is 27.33%
  • yellow value is 22.67%
  • key color value is 41.18%

CMYK: (0,27,23,41)
C0M27Y23K41 (0%, 27%, 23%, 41%)
(0.00 / 0.27 / 0.23 / 0.41)

CMYK percentages

%0
%27.33
%22.67
%41.18

Codes

Color #966D74 in popluar color models

96 6D 74
RGB 150 109 116
HSL 350° 16.33% 50.78%
HSB/HSV 350° 27.33% 58.82%
CMYK 0.00% 27.33% 22.67%
41.18%

Color #966D74 in popluar number systems.

HEX 96 6D 74
Decimal 150 109 116
Binary 10010110 1101101 1110100
Octal 226 155 164

Shades and tints

Shades of #966D74

#966D74
(150,109,116)
#89646A
(137,100,106)
#7C5B60
(124,91,96)
#6F5256
(111,82,86)
#62494C
(98,73,76)
#554042
(85,64,66)
#483738
(72,55,56)
#3B2E2E
(59,46,46)
#2E2524
(46,37,36)
#211C1A
(33,28,26)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #966D74

#966D74
(150,109,116)
#9F7A80
(159,122,128)
#A8878C
(168,135,140)
#B19498
(177,148,152)
#BAA1A4
(186,161,164)
#C3AEB0
(195,174,176)
#CCBBBC
(204,187,188)
#D5C8C8
(213,200,200)
#DED5D4
(222,213,212)
#E7E2E0
(231,226,224)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966D74 color. Also use rgb(150,109,116) instead hex code.

Text Font Color

.myTextColor { color: #966D74; }

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

This text font color is #966D74.

Background Color

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

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

This div background color is #966D74.

Border color

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

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

This div border color is #966D74.

Opacity

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

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

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

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

This text has shadow with #966D74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #966D74.

Preview

Color preview on black background

This text has color #966D74 on black background.


Color preview on white background

This text has color #966D74 on white background.


Black color preview on #966D74 background

This text has black color on #966D74 background.


White color preview on #966D74 background

This text has white color on #966D74 background.


Related colors

Complementary color

Complementary color for #hex is #69928B.


I love getcolorcode.com

Triadic colors

1 #74966D and #6D7496 with #966D74 are triadic colors.

2 #746D96 and #6D9674 with #966D74 are triadic colors.