COLOR #966D5C

HEX: #966D5C RGB: (150,109,92)

Color info

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

RGB color model

#966D5C color RGB value is (150,109,92).

RGB: (150,109,92) (59%, 43%, 36%)

RGB channels and saturation

R 150 of 255 = 59%
G 109 of 255 = 43%
B 92 of 255 = 36%

150
109
92

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

Portions of RGB colors in percentages

R + G + B = 150 + 109 + 92 = 351 (100%)
R 150 of 351 ~ 42.74%
G 109 of 351 ~ 31.05%
B 92 of 351 ~ 26.21'%

%42.74
%31.05
%26.21

CMYK color model

#966D5C color CMYK value is (0,27,39,41).

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

CMYK: (0,27,39,41)
C0M27Y39K41 (0%, 27%, 39%, 41%)
(0.00 / 0.27 / 0.39 / 0.41)

CMYK percentages

%0
%27.33
%38.67
%41.18

Codes

Color #966D5C in popluar color models

96 6D 5C
RGB 150 109 92
HSL 18° 23.97% 47.45%
HSB/HSV 18° 38.67% 58.82%
CMYK 0.00% 27.33% 38.67%
41.18%

Color #966D5C in popluar number systems.

HEX 96 6D 5C
Decimal 150 109 92
Binary 10010110 1101101 1011100
Octal 226 155 134

Shades and tints

Shades of #966D5C

#966D5C
(150,109,92)
#896454
(137,100,84)
#7C5B4C
(124,91,76)
#6F5244
(111,82,68)
#62493C
(98,73,60)
#554034
(85,64,52)
#48372C
(72,55,44)
#3B2E24
(59,46,36)
#2E251C
(46,37,28)
#211C14
(33,28,20)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #966D5C

#966D5C
(150,109,92)
#9F7A6A
(159,122,106)
#A88778
(168,135,120)
#B19486
(177,148,134)
#BAA194
(186,161,148)
#C3AEA2
(195,174,162)
#CCBBB0
(204,187,176)
#D5C8BE
(213,200,190)
#DED5CC
(222,213,204)
#E7E2DA
(231,226,218)
#F0EFE8
(240,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966D5C; }

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

This text font color is #966D5C.

Background Color

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

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

This div background color is #966D5C.

Border color

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

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

This div border color is #966D5C.

Opacity

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

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

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

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

This text has shadow with #966D5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #966D5C.

Preview

Color preview on black background

This text has color #966D5C on black background.


Color preview on white background

This text has color #966D5C on white background.


Black color preview on #966D5C background

This text has black color on #966D5C background.


White color preview on #966D5C background

This text has white color on #966D5C background.


Related colors

Complementary color

Complementary color for #hex is #6992A3.


I love getcolorcode.com

Triadic colors

1 #5C966D and #6D5C96 with #966D5C are triadic colors.

2 #5C6D96 and #6D965C with #966D5C are triadic colors.