COLOR #9C5E66

HEX: #9C5E66 RGB: (156,94,102)

Color info

#9C5E66 contains mainly red and blue colors. Web safe color of #9C5E66 is #996666 (or #966).

RGB color model

#9C5E66 color RGB value is (156,94,102).

RGB: (156,94,102) (61%, 37%, 40%)

RGB channels and saturation

R 156 of 255 = 61%
G 94 of 255 = 37%
B 102 of 255 = 40%

156
94
102

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

Portions of RGB colors in percentages

R + G + B = 156 + 94 + 102 = 352 (100%)
R 156 of 352 ~ 44.32%
G 94 of 352 ~ 26.7%
B 102 of 352 ~ 28.98'%

%44.32
%26.7
%28.98

CMYK color model

#9C5E66 color CMYK value is (0,40,35,39).

  • cyan value is 0.00%
  • magenta value is 39.74%
  • yellow value is 34.62%
  • key color value is 38.82%

CMYK: (0,40,35,39)
C0M40Y35K39 (0%, 40%, 35%, 39%)
(0.00 / 0.40 / 0.35 / 0.39)

CMYK percentages

%0
%39.74
%34.62
%38.82

Codes

Color #9C5E66 in popluar color models

9C 5E 66
RGB 156 94 102
HSL 352° 24.80% 49.02%
HSB/HSV 352° 39.74% 61.18%
CMYK 0.00% 39.74% 34.62%
38.82%

Color #9C5E66 in popluar number systems.

HEX 9C 5E 66
Decimal 156 94 102
Binary 10011100 1011110 1100110
Octal 234 136 146

Shades and tints

Shades of #9C5E66

#9C5E66
(156,94,102)
#8E565D
(142,86,93)
#804E54
(128,78,84)
#72464B
(114,70,75)
#643E42
(100,62,66)
#563639
(86,54,57)
#482E30
(72,46,48)
#3A2627
(58,38,39)
#2C1E1E
(44,30,30)
#1E1615
(30,22,21)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #9C5E66

#9C5E66
(156,94,102)
#A56C73
(165,108,115)
#AE7A80
(174,122,128)
#B7888D
(183,136,141)
#C0969A
(192,150,154)
#C9A4A7
(201,164,167)
#D2B2B4
(210,178,180)
#DBC0C1
(219,192,193)
#E4CECE
(228,206,206)
#EDDCDB
(237,220,219)
#F6EAE8
(246,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C5E66 color. Also use rgb(156,94,102) instead hex code.

Text Font Color

.myTextColor { color: #9C5E66; }

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

This text font color is #9C5E66.

Background Color

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

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

This div background color is #9C5E66.

Border color

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

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

This div border color is #9C5E66.

Opacity

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

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

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

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

This text has shadow with #9C5E66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C5E66.

Preview

Color preview on black background

This text has color #9C5E66 on black background.


Color preview on white background

This text has color #9C5E66 on white background.


Black color preview on #9C5E66 background

This text has black color on #9C5E66 background.


White color preview on #9C5E66 background

This text has white color on #9C5E66 background.


Related colors

Complementary color

Complementary color for #hex is #63A199.


I love getcolorcode.com

Triadic colors

1 #669C5E and #5E669C with #9C5E66 are triadic colors.

2 #665E9C and #5E9C66 with #9C5E66 are triadic colors.