COLOR #966A55

HEX: #966A55
RGB: (150,106,85)

Color info

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

RGB color model

#966A55 color RGB value is (150,106,85).

  • red value is 150;
  • green value is 106;
  • blue value is 85.
RGB:
(150,106,85)
(59%,42%,33%)

RGB channels and saturation

R 150 of 255 = 59%
G 106 of 255 = 42%
B 85 of 255 = 33%

150
106
85

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

Portions of RGB colors in percentages

R + G + B =
150 + 106 + 85 = 341 (100%)
R 150 of 341 ~ 43.99%
G 106 of 341 ~ 31.09%
B 85 of 341 ~ 24.93%

%43.99
%31.09
%24.93

CMYK color model

#966A55 color CMYK value is (0,29,43,41).

  • cyan value is 0.00%
  • magenta value is 29.33%
  • yellow value is 43.33%
  • key color value is 41.18%
CMYK:
(0,29,43,41)
C0M29Y43K41 
(0%,29%,43%,41%)
(0.00/0.29/0.43/0.41)	

CMYK percentages

%0
%29.33
%43.33
%41.18

Codes

Color #966A55 in popluar color models

966A55
RGB15010685
HSL19°27.66%46.08%
HSB/HSV19°43.33%58.82%
CMYK0.00%29.33%43.33%
41.18%

Color #966A55 in popluar number systems.

HEX966A55
Decimal15010685
Binary1001011011010101010101
Octal226152125

Shades and tints

Shades of #966A55

#966A55
(150,106,85)
#89614E
(137,97,78)
#7C5847
(124,88,71)
#6F4F40
(111,79,64)
#624639
(98,70,57)
#553D32
(85,61,50)
#48342B
(72,52,43)
#3B2B24
(59,43,36)
#2E221D
(46,34,29)
#211916
(33,25,22)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #966A55

#966A55
(150,106,85)
#9F7764
(159,119,100)
#A88473
(168,132,115)
#B19182
(177,145,130)
#BA9E91
(186,158,145)
#C3ABA0
(195,171,160)
#CCB8AF
(204,184,175)
#D5C5BE
(213,197,190)
#DED2CD
(222,210,205)
#E7DFDC
(231,223,220)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966A55 color. Also use rgb(150,106,85) instead hex code.

Text Font Color

.myTextColor { color: #966A55; }

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

This text font color is #966A55.


Background Color

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

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

This div background color is #966A55.


Border color

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

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

This div border color is #966A55.


Opacity

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

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

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

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

This text has shadow with #966A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966A55 on black background.


Color preview on white background

This text has color #966A55 on white background.



Black color preview on #966A55 background

This text has black color on #966A55 background.


White color preview on #966A55 background

This text has white color on #966A55 background.