COLOR #956C6A

HEX: #956C6A
RGB: (149,108,106)

Color info

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

RGB color model

#956C6A color RGB value is (149,108,106).

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

RGB channels and saturation

R 149 of 255 = 58%
G 108 of 255 = 42%
B 106 of 255 = 42%

149
108
106

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

Portions of RGB colors in percentages

R + G + B =
149 + 108 + 106 = 363 (100%)
R 149 of 363 ~ 41.05%
G 108 of 363 ~ 29.75%
B 106 of 363 ~ 29.2%

%41.05
%29.75
%29.2

CMYK color model

#956C6A color CMYK value is (0,28,29,42).

  • cyan value is 0.00%
  • magenta value is 27.52%
  • yellow value is 28.86%
  • key color value is 41.57%
CMYK:
(0,28,29,42)
C0M28Y29K42 
(0%,28%,29%,42%)
(0.00/0.28/0.29/0.42)	

CMYK percentages

%0
%27.52
%28.86
%41.57

Codes

Color #956C6A in popluar color models

956C6A
RGB149108106
HSL16.86%50.00%
HSB/HSV28.86%58.43%
CMYK0.00%27.52%28.86%
41.57%

Color #956C6A in popluar number systems.

HEX956C6A
Decimal149108106
Binary1001010111011001101010
Octal225154152

Shades and tints

Shades of #956C6A

#956C6A
(149,108,106)
#886361
(136,99,97)
#7B5A58
(123,90,88)
#6E514F
(110,81,79)
#614846
(97,72,70)
#543F3D
(84,63,61)
#473634
(71,54,52)
#3A2D2B
(58,45,43)
#2D2422
(45,36,34)
#201B19
(32,27,25)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #956C6A

#956C6A
(149,108,106)
#9E7977
(158,121,119)
#A78684
(167,134,132)
#B09391
(176,147,145)
#B9A09E
(185,160,158)
#C2ADAB
(194,173,171)
#CBBAB8
(203,186,184)
#D4C7C5
(212,199,197)
#DDD4D2
(221,212,210)
#E6E1DF
(230,225,223)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #956C6A; }

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

This text font color is #956C6A.


Background Color

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

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

This div background color is #956C6A.


Border color

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

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

This div border color is #956C6A.


Opacity

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

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

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

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

This text has shadow with #956C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956C6A on black background.


Color preview on white background

This text has color #956C6A on white background.



Black color preview on #956C6A background

This text has black color on #956C6A background.


White color preview on #956C6A background

This text has white color on #956C6A background.