COLOR #967E6E

HEX: #967E6E RGB: (150,126,110)

Color info

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

RGB color model

#967E6E color RGB value is (150,126,110).

RGB: (150,126,110) (59%, 49%, 43%)

RGB channels and saturation

R 150 of 255 = 59%
G 126 of 255 = 49%
B 110 of 255 = 43%

150
126
110

R + G + B ~ 50%. #967E6E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 126 + 110 = 386 (100%)
R 150 of 386 ~ 38.86%
G 126 of 386 ~ 32.64%
B 110 of 386 ~ 28.5'%

%38.86
%32.64
%28.5

CMYK color model

#967E6E color CMYK value is (0,16,27,41).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 26.67%
  • key color value is 41.18%
CMYK: (0,16,27,41) C0M16Y27K41 (0%,16%,27%,41%) (0.00/0.16/0.27/0.41) 

CMYK percentages

%0
%16
%26.67
%41.18

Codes

Color #967E6E in popluar color models

96 7E 6E
RGB 150 126 110
HSL 24° 16.00% 50.98%
HSB/HSV 24° 26.67% 58.82%
CMYK 0.00% 16.00% 26.67%
41.18%

Color #967E6E in popluar number systems.

HEX 96 7E 6E
Decimal 150 126 110
Binary 10010110 1111110 1101110
Octal 226 176 156

Shades and tints

Shades of #967E6E

#967E6E
(150,126,110)
#897364
(137,115,100)
#7C685A
(124,104,90)
#6F5D50
(111,93,80)
#625246
(98,82,70)
#55473C
(85,71,60)
#483C32
(72,60,50)
#3B3128
(59,49,40)
#2E261E
(46,38,30)
#211B14
(33,27,20)
#14100A
(20,16,10)
#000000
(0,0,0)

Tints of #967E6E

#967E6E
(150,126,110)
#9F897B
(159,137,123)
#A89488
(168,148,136)
#B19F95
(177,159,149)
#BAAAA2
(186,170,162)
#C3B5AF
(195,181,175)
#CCC0BC
(204,192,188)
#D5CBC9
(213,203,201)
#DED6D6
(222,214,214)
#E7E1E3
(231,225,227)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967E6E color. Also use rgb(150,126,110) instead hex code.

Text Font Color

.myTextColor { color: #967E6E; }

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

This text font color is #967E6E.

Background Color

.myBgColor { background-color: #967E6E; }

<div style="background-color:#967E6E">Inner text</div>

This div background color is #967E6E.

Border color

.myBorderColor { border: 1px solid #967E6E; }

<div style="border:3px solid #967E6E">Div</div>

This div border color is #967E6E.

Opacity

.myOpacity80 { color: #967E6E; opacity: 0.8; }

<p style="color:#967E6E;opacity:0.8;">80%</p>

Text with #967E6E 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 #967E6E;}

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

This text has shadow with #967E6E color.


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

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

This text has shadow with #967E6E primary color and red secondary color.


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

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

This text has shadow with #967E6E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #967E6E.

Preview

Color preview on black background

This text has color #967E6E on black background.


Color preview on white background

This text has color #967E6E on white background.


Black color preview on #967E6E background

This text has black color on #967E6E background.


White color preview on #967E6E background

This text has white color on #967E6E background.


Related colors

Complementary color

Complementary color for #hex is #698191.


I love getcolorcode.com

Triadic colors

1 #6E967E and #7E6E96 with #967E6E are triadic colors.

2 #6E7E96 and #7E966E with #967E6E are triadic colors.