COLOR #9C636E

HEX: #9C636E
RGB: (156,99,110)

Color info

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

RGB color model

#9C636E color RGB value is (156,99,110).

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

RGB channels and saturation

R 156 of 255 = 61%
G 99 of 255 = 39%
B 110 of 255 = 43%

156
99
110

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

Portions of RGB colors in percentages

R + G + B =
156 + 99 + 110 = 365 (100%)
R 156 of 365 ~ 42.74%
G 99 of 365 ~ 27.12%
B 110 of 365 ~ 30.14%

%42.74
%27.12
%30.14

CMYK color model

#9C636E color CMYK value is (0,37,29,39).

  • cyan value is 0.00%
  • magenta value is 36.54%
  • yellow value is 29.49%
  • key color value is 38.82%
CMYK:
(0,37,29,39)
C0M37Y29K39 
(0%,37%,29%,39%)
(0.00/0.37/0.29/0.39)	

CMYK percentages

%0
%36.54
%29.49
%38.82

Codes

Color #9C636E in popluar color models

9C636E
RGB15699110
HSL348°22.35%50.00%
HSB/HSV348°36.54%61.18%
CMYK0.00%36.54%29.49%
38.82%

Color #9C636E in popluar number systems.

HEX9C636E
Decimal15699110
Binary1001110011000111101110
Octal234143156

Shades and tints

Shades of #9C636E

#9C636E
(156,99,110)
#8E5A64
(142,90,100)
#80515A
(128,81,90)
#724850
(114,72,80)
#643F46
(100,63,70)
#56363C
(86,54,60)
#482D32
(72,45,50)
#3A2428
(58,36,40)
#2C1B1E
(44,27,30)
#1E1214
(30,18,20)
#10090A
(16,9,10)
#000000
(0,0,0)

Tints of #9C636E

#9C636E
(156,99,110)
#A5717B
(165,113,123)
#AE7F88
(174,127,136)
#B78D95
(183,141,149)
#C09BA2
(192,155,162)
#C9A9AF
(201,169,175)
#D2B7BC
(210,183,188)
#DBC5C9
(219,197,201)
#E4D3D6
(228,211,214)
#EDE1E3
(237,225,227)
#F6EFF0
(246,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C636E; }

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

This text font color is #9C636E.


Background Color

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

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

This div background color is #9C636E.


Border color

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

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

This div border color is #9C636E.


Opacity

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

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

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

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

This text has shadow with #9C636E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C636E on black background.


Color preview on white background

This text has color #9C636E on white background.



Black color preview on #9C636E background

This text has black color on #9C636E background.


White color preview on #9C636E background

This text has white color on #9C636E background.