COLOR #966E6A

HEX: #966E6A
RGB: (150,110,106)

Color info

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

RGB color model

#966E6A color RGB value is (150,110,106).

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

RGB channels and saturation

R 150 of 255 = 59%
G 110 of 255 = 43%
B 106 of 255 = 42%

150
110
106

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

Portions of RGB colors in percentages

R + G + B =
150 + 110 + 106 = 366 (100%)
R 150 of 366 ~ 40.98%
G 110 of 366 ~ 30.05%
B 106 of 366 ~ 28.96%

%40.98
%30.05
%28.96

CMYK color model

#966E6A color CMYK value is (0,27,29,41).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 29.33%
  • key color value is 41.18%
CMYK:
(0,27,29,41)
C0M27Y29K41 
(0%,27%,29%,41%)
(0.00/0.27/0.29/0.41)	

CMYK percentages

%0
%26.67
%29.33
%41.18

Codes

Color #966E6A in popluar color models

966E6A
RGB150110106
HSL17.32%50.20%
HSB/HSV29.33%58.82%
CMYK0.00%26.67%29.33%
41.18%

Color #966E6A in popluar number systems.

HEX966E6A
Decimal150110106
Binary1001011011011101101010
Octal226156152

Shades and tints

Shades of #966E6A

#966E6A
(150,110,106)
#896461
(137,100,97)
#7C5A58
(124,90,88)
#6F504F
(111,80,79)
#624646
(98,70,70)
#553C3D
(85,60,61)
#483234
(72,50,52)
#3B282B
(59,40,43)
#2E1E22
(46,30,34)
#211419
(33,20,25)
#140A10
(20,10,16)
#000000
(0,0,0)

Tints of #966E6A

#966E6A
(150,110,106)
#9F7B77
(159,123,119)
#A88884
(168,136,132)
#B19591
(177,149,145)
#BAA29E
(186,162,158)
#C3AFAB
(195,175,171)
#CCBCB8
(204,188,184)
#D5C9C5
(213,201,197)
#DED6D2
(222,214,210)
#E7E3DF
(231,227,223)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966E6A; }

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

This text font color is #966E6A.


Background Color

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

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

This div background color is #966E6A.


Border color

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

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

This div border color is #966E6A.


Opacity

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

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

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

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

This text has shadow with #966E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966E6A on black background.


Color preview on white background

This text has color #966E6A on white background.



Black color preview on #966E6A background

This text has black color on #966E6A background.


White color preview on #966E6A background

This text has white color on #966E6A background.