COLOR #966C6A

HEX: #966C6A
RGB: (150,108,106)

Color info

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

RGB color model

#966C6A color RGB value is (150,108,106).

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

RGB channels and saturation

R 150 of 255 = 59%
G 108 of 255 = 42%
B 106 of 255 = 42%

150
108
106

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

Portions of RGB colors in percentages

R + G + B =
150 + 108 + 106 = 364 (100%)
R 150 of 364 ~ 41.21%
G 108 of 364 ~ 29.67%
B 106 of 364 ~ 29.12%

%41.21
%29.67
%29.12

CMYK color model

#966C6A color CMYK value is (0,28,29,41).

  • cyan value is 0.00%
  • magenta value is 28.00%
  • yellow value is 29.33%
  • key color value is 41.18%
CMYK:
(0,28,29,41)
C0M28Y29K41 
(0%,28%,29%,41%)
(0.00/0.28/0.29/0.41)	

CMYK percentages

%0
%28
%29.33
%41.18

Codes

Color #966C6A in popluar color models

966C6A
RGB150108106
HSL17.32%50.20%
HSB/HSV29.33%58.82%
CMYK0.00%28.00%29.33%
41.18%

Color #966C6A in popluar number systems.

HEX966C6A
Decimal150108106
Binary1001011011011001101010
Octal226154152

Shades and tints

Shades of #966C6A

#966C6A
(150,108,106)
#896361
(137,99,97)
#7C5A58
(124,90,88)
#6F514F
(111,81,79)
#624846
(98,72,70)
#553F3D
(85,63,61)
#483634
(72,54,52)
#3B2D2B
(59,45,43)
#2E2422
(46,36,34)
#211B19
(33,27,25)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #966C6A

#966C6A
(150,108,106)
#9F7977
(159,121,119)
#A88684
(168,134,132)
#B19391
(177,147,145)
#BAA09E
(186,160,158)
#C3ADAB
(195,173,171)
#CCBAB8
(204,186,184)
#D5C7C5
(213,199,197)
#DED4D2
(222,212,210)
#E7E1DF
(231,225,223)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966C6A; }

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

This text font color is #966C6A.


Background Color

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

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

This div background color is #966C6A.


Border color

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

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

This div border color is #966C6A.


Opacity

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

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

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

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

This text has shadow with #966C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966C6A on black background.


Color preview on white background

This text has color #966C6A on white background.



Black color preview on #966C6A background

This text has black color on #966C6A background.


White color preview on #966C6A background

This text has white color on #966C6A background.