COLOR #966D75

HEX: #966D75 RGB: (150,109,117)

Color info

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

RGB color model

#966D75 color RGB value is (150,109,117).

RGB: (150,109,117) (59%, 43%, 46%)

RGB channels and saturation

R 150 of 255 = 59%
G 109 of 255 = 43%
B 117 of 255 = 46%

150
109
117

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

Portions of RGB colors in percentages

R + G + B = 150 + 109 + 117 = 376 (100%)
R 150 of 376 ~ 39.89%
G 109 of 376 ~ 28.99%
B 117 of 376 ~ 31.12'%

%39.89
%28.99
%31.12

CMYK color model

#966D75 color CMYK value is (0,27,22,41).

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

CMYK: (0,27,22,41)
C0M27Y22K41 (0%, 27%, 22%, 41%)
(0.00 / 0.27 / 0.22 / 0.41)

CMYK percentages

%0
%27.33
%22
%41.18

Codes

Color #966D75 in popluar color models

96 6D 75
RGB 150 109 117
HSL 348° 16.33% 50.78%
HSB/HSV 348° 27.33% 58.82%
CMYK 0.00% 27.33% 22.00%
41.18%

Color #966D75 in popluar number systems.

HEX 96 6D 75
Decimal 150 109 117
Binary 10010110 1101101 1110101
Octal 226 155 165

Shades and tints

Shades of #966D75

#966D75
(150,109,117)
#89646B
(137,100,107)
#7C5B61
(124,91,97)
#6F5257
(111,82,87)
#62494D
(98,73,77)
#554043
(85,64,67)
#483739
(72,55,57)
#3B2E2F
(59,46,47)
#2E2525
(46,37,37)
#211C1B
(33,28,27)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #966D75

#966D75
(150,109,117)
#9F7A81
(159,122,129)
#A8878D
(168,135,141)
#B19499
(177,148,153)
#BAA1A5
(186,161,165)
#C3AEB1
(195,174,177)
#CCBBBD
(204,187,189)
#D5C8C9
(213,200,201)
#DED5D5
(222,213,213)
#E7E2E1
(231,226,225)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966D75; }

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

This text font color is #966D75.

Background Color

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

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

This div background color is #966D75.

Border color

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

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

This div border color is #966D75.

Opacity

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

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

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

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

This text has shadow with #966D75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #966D75.

Preview

Color preview on black background

This text has color #966D75 on black background.


Color preview on white background

This text has color #966D75 on white background.


Black color preview on #966D75 background

This text has black color on #966D75 background.


White color preview on #966D75 background

This text has white color on #966D75 background.


Related colors

Complementary color

Complementary color for #hex is #69928A.


I love getcolorcode.com

Triadic colors

1 #75966D and #6D7596 with #966D75 are triadic colors.

2 #756D96 and #6D9675 with #966D75 are triadic colors.