COLOR #966B51

HEX: #966B51 RGB: (150,107,81)

Color info

#966B51 contains mainly red and green colors. Web safe color of #966B51 is #996666 (or #966).

RGB color model

#966B51 color RGB value is (150,107,81).

RGB: (150,107,81) (59%, 42%, 32%)

RGB channels and saturation

R 150 of 255 = 59%
G 107 of 255 = 42%
B 81 of 255 = 32%

150
107
81

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

Portions of RGB colors in percentages

R + G + B = 150 + 107 + 81 = 338 (100%)
R 150 of 338 ~ 44.38%
G 107 of 338 ~ 31.66%
B 81 of 338 ~ 23.96'%

%44.38
%31.66
%23.96

CMYK color model

#966B51 color CMYK value is (0,29,46,41).

  • cyan value is 0.00%
  • magenta value is 28.67%
  • yellow value is 46.00%
  • key color value is 41.18%
CMYK: (0,29,46,41) C0M29Y46K41 (0%,29%,46%,41%) (0.00/0.29/0.46/0.41) 

CMYK percentages

%0
%28.67
%46
%41.18

Codes

Color #966B51 in popluar color models

96 6B 51
RGB 150 107 81
HSL 23° 29.87% 45.29%
HSB/HSV 23° 46.00% 58.82%
CMYK 0.00% 28.67% 46.00%
41.18%

Color #966B51 in popluar number systems.

HEX 96 6B 51
Decimal 150 107 81
Binary 10010110 1101011 1010001
Octal 226 153 121

Shades and tints

Shades of #966B51

#966B51
(150,107,81)
#89624A
(137,98,74)
#7C5943
(124,89,67)
#6F503C
(111,80,60)
#624735
(98,71,53)
#553E2E
(85,62,46)
#483527
(72,53,39)
#3B2C20
(59,44,32)
#2E2319
(46,35,25)
#211A12
(33,26,18)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #966B51

#966B51
(150,107,81)
#9F7860
(159,120,96)
#A8856F
(168,133,111)
#B1927E
(177,146,126)
#BA9F8D
(186,159,141)
#C3AC9C
(195,172,156)
#CCB9AB
(204,185,171)
#D5C6BA
(213,198,186)
#DED3C9
(222,211,201)
#E7E0D8
(231,224,216)
#F0EDE7
(240,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966B51; }

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

This text font color is #966B51.

Background Color

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

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

This div background color is #966B51.

Border color

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

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

This div border color is #966B51.

Opacity

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

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

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

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

This text has shadow with #966B51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #966B51.

Preview

Color preview on black background

This text has color #966B51 on black background.


Color preview on white background

This text has color #966B51 on white background.


Black color preview on #966B51 background

This text has black color on #966B51 background.


White color preview on #966B51 background

This text has white color on #966B51 background.


Related colors

Complementary color

Complementary color for #hex is #6994AE.


I love getcolorcode.com

Triadic colors

1 #51966B and #6B5196 with #966B51 are triadic colors.

2 #516B96 and #6B9651 with #966B51 are triadic colors.