COLOR #9C656E

HEX: #9C656E
RGB: (156,101,110)

Color info

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

RGB color model

#9C656E color RGB value is (156,101,110).

  • red value is 156;
  • green value is 101;
  • blue value is 110.
RGB:
(156,101,110)
(61%,40%,43%)

RGB channels and saturation

R 156 of 255 = 61%
G 101 of 255 = 40%
B 110 of 255 = 43%

156
101
110

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

Portions of RGB colors in percentages

R + G + B =
156 + 101 + 110 = 367 (100%)
R 156 of 367 ~ 42.51%
G 101 of 367 ~ 27.52%
B 110 of 367 ~ 29.97%

%42.51
%27.52
%29.97

CMYK color model

#9C656E color CMYK value is (0,35,29,39).

  • cyan value is 0.00%
  • magenta value is 35.26%
  • yellow value is 29.49%
  • key color value is 38.82%
CMYK:
(0,35,29,39)
C0M35Y29K39 
(0%,35%,29%,39%)
(0.00/0.35/0.29/0.39)	

CMYK percentages

%0
%35.26
%29.49
%38.82

Codes

Color #9C656E in popluar color models

9C656E
RGB156101110
HSL350°21.74%50.39%
HSB/HSV350°35.26%61.18%
CMYK0.00%35.26%29.49%
38.82%

Color #9C656E in popluar number systems.

HEX9C656E
Decimal156101110
Binary1001110011001011101110
Octal234145156

Shades and tints

Shades of #9C656E

#9C656E
(156,101,110)
#8E5C64
(142,92,100)
#80535A
(128,83,90)
#724A50
(114,74,80)
#644146
(100,65,70)
#56383C
(86,56,60)
#482F32
(72,47,50)
#3A2628
(58,38,40)
#2C1D1E
(44,29,30)
#1E1414
(30,20,20)
#100B0A
(16,11,10)
#000000
(0,0,0)

Tints of #9C656E

#9C656E
(156,101,110)
#A5737B
(165,115,123)
#AE8188
(174,129,136)
#B78F95
(183,143,149)
#C09DA2
(192,157,162)
#C9ABAF
(201,171,175)
#D2B9BC
(210,185,188)
#DBC7C9
(219,199,201)
#E4D5D6
(228,213,214)
#EDE3E3
(237,227,227)
#F6F1F0
(246,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C656E color. Also use rgb(156,101,110) instead hex code.

Text Font Color

.myTextColor { color: #9C656E; }

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

This text font color is #9C656E.


Background Color

.myBgColor { background-color: #9C656E; }

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

This div background color is #9C656E.


Border color

.myBorderColor { border: 1px solid #9C656E; }

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

This div border color is #9C656E.


Opacity

.myOpacity80 { color: #9C656E; opacity: 0.8; }

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

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

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

This text has shadow with #9C656E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C656E on black background.


Color preview on white background

This text has color #9C656E on white background.



Black color preview on #9C656E background

This text has black color on #9C656E background.


White color preview on #9C656E background

This text has white color on #9C656E background.