COLOR #966B41

HEX: #966B41
RGB: (150,107,65)

Color info

#966B41 contains mainly red and green colors. Web safe color of #966B41 is #996633 (or #963).

RGB color model

#966B41 color RGB value is (150,107,65).

  • red value is 150;
  • green value is 107;
  • blue value is 65.
RGB:
(150,107,65)
(59%,42%,25%)

RGB channels and saturation

R 150 of 255 = 59%
G 107 of 255 = 42%
B 65 of 255 = 25%

150
107
65

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

Portions of RGB colors in percentages

R + G + B =
150 + 107 + 65 = 322 (100%)
R 150 of 322 ~ 46.58%
G 107 of 322 ~ 33.23%
B 65 of 322 ~ 20.19%

%46.58
%33.23
%20.19

CMYK color model

#966B41 color CMYK value is (0,29,57,41).

  • cyan value is 0.00%
  • magenta value is 28.67%
  • yellow value is 56.67%
  • key color value is 41.18%
CMYK:
(0,29,57,41)
C0M29Y57K41 
(0%,29%,57%,41%)
(0.00/0.29/0.57/0.41)	

CMYK percentages

%0
%28.67
%56.67
%41.18

Codes

Color #966B41 in popluar color models

966B41
RGB15010765
HSL30°39.53%42.16%
HSB/HSV30°56.67%58.82%
CMYK0.00%28.67%56.67%
41.18%

Color #966B41 in popluar number systems.

HEX966B41
Decimal15010765
Binary1001011011010111000001
Octal226153101

Shades and tints

Shades of #966B41

#966B41
(150,107,65)
#89623C
(137,98,60)
#7C5937
(124,89,55)
#6F5032
(111,80,50)
#62472D
(98,71,45)
#553E28
(85,62,40)
#483523
(72,53,35)
#3B2C1E
(59,44,30)
#2E2319
(46,35,25)
#211A14
(33,26,20)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #966B41

#966B41
(150,107,65)
#9F7852
(159,120,82)
#A88563
(168,133,99)
#B19274
(177,146,116)
#BA9F85
(186,159,133)
#C3AC96
(195,172,150)
#CCB9A7
(204,185,167)
#D5C6B8
(213,198,184)
#DED3C9
(222,211,201)
#E7E0DA
(231,224,218)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966B41; }

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

This text font color is #966B41.


Background Color

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

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

This div background color is #966B41.


Border color

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

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

This div border color is #966B41.


Opacity

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

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

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

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

This text has shadow with #966B41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966B41 on black background.


Color preview on white background

This text has color #966B41 on white background.



Black color preview on #966B41 background

This text has black color on #966B41 background.


White color preview on #966B41 background

This text has white color on #966B41 background.