COLOR #956660

HEX: #956660
RGB: (149,102,96)

Color info

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

RGB color model

#956660 color RGB value is (149,102,96).

  • red value is 149;
  • green value is 102;
  • blue value is 96.
RGB:
(149,102,96)
(58%,40%,38%)

RGB channels and saturation

R 149 of 255 = 58%
G 102 of 255 = 40%
B 96 of 255 = 38%

149
102
96

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

Portions of RGB colors in percentages

R + G + B =
149 + 102 + 96 = 347 (100%)
R 149 of 347 ~ 42.94%
G 102 of 347 ~ 29.39%
B 96 of 347 ~ 27.67%

%42.94
%29.39
%27.67

CMYK color model

#956660 color CMYK value is (0,32,36,42).

  • cyan value is 0.00%
  • magenta value is 31.54%
  • yellow value is 35.57%
  • key color value is 41.57%
CMYK:
(0,32,36,42)
C0M32Y36K42 
(0%,32%,36%,42%)
(0.00/0.32/0.36/0.42)	

CMYK percentages

%0
%31.54
%35.57
%41.57

Codes

Color #956660 in popluar color models

956660
RGB14910296
HSL21.63%48.04%
HSB/HSV35.57%58.43%
CMYK0.00%31.54%35.57%
41.57%

Color #956660 in popluar number systems.

HEX956660
Decimal14910296
Binary1001010111001101100000
Octal225146140

Shades and tints

Shades of #956660

#956660
(149,102,96)
#885D58
(136,93,88)
#7B5450
(123,84,80)
#6E4B48
(110,75,72)
#614240
(97,66,64)
#543938
(84,57,56)
#473030
(71,48,48)
#3A2728
(58,39,40)
#2D1E20
(45,30,32)
#201518
(32,21,24)
#130C10
(19,12,16)
#000000
(0,0,0)

Tints of #956660

#956660
(149,102,96)
#9E736E
(158,115,110)
#A7807C
(167,128,124)
#B08D8A
(176,141,138)
#B99A98
(185,154,152)
#C2A7A6
(194,167,166)
#CBB4B4
(203,180,180)
#D4C1C2
(212,193,194)
#DDCED0
(221,206,208)
#E6DBDE
(230,219,222)
#EFE8EC
(239,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956660 color. Also use rgb(149,102,96) instead hex code.

Text Font Color

.myTextColor { color: #956660; }

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

This text font color is #956660.


Background Color

.myBgColor { background-color: #956660; }

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

This div background color is #956660.


Border color

.myBorderColor { border: 1px solid #956660; }

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

This div border color is #956660.


Opacity

.myOpacity80 { color: #956660; opacity: 0.8; }

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

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

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

This text has shadow with #956660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956660 on black background.


Color preview on white background

This text has color #956660 on white background.



Black color preview on #956660 background

This text has black color on #956660 background.


White color preview on #956660 background

This text has white color on #956660 background.