COLOR #9E636C

HEX: #9E636C RGB: (158,99,108)

Color info

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

RGB color model

#9E636C color RGB value is (158,99,108).

RGB: (158,99,108) (62%, 39%, 42%)

RGB channels and saturation

R 158 of 255 = 62%
G 99 of 255 = 39%
B 108 of 255 = 42%

158
99
108

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

Portions of RGB colors in percentages

R + G + B = 158 + 99 + 108 = 365 (100%)
R 158 of 365 ~ 43.29%
G 99 of 365 ~ 27.12%
B 108 of 365 ~ 29.59'%

%43.29
%27.12
%29.59

CMYK color model

#9E636C color CMYK value is (0,37,32,38).

  • cyan value is 0.00%
  • magenta value is 37.34%
  • yellow value is 31.65%
  • key color value is 38.04%

CMYK: (0,37,32,38)
C0M37Y32K38 (0%, 37%, 32%, 38%)
(0.00 / 0.37 / 0.32 / 0.38)

CMYK percentages

%0
%37.34
%31.65
%38.04

Codes

Color #9E636C in popluar color models

9E 63 6C
RGB 158 99 108
HSL 351° 23.32% 50.39%
HSB/HSV 351° 37.34% 61.96%
CMYK 0.00% 37.34% 31.65%
38.04%

Color #9E636C in popluar number systems.

HEX 9E 63 6C
Decimal 158 99 108
Binary 10011110 1100011 1101100
Octal 236 143 154

Shades and tints

Shades of #9E636C

#9E636C
(158,99,108)
#905A63
(144,90,99)
#82515A
(130,81,90)
#744851
(116,72,81)
#663F48
(102,63,72)
#58363F
(88,54,63)
#4A2D36
(74,45,54)
#3C242D
(60,36,45)
#2E1B24
(46,27,36)
#20121B
(32,18,27)
#120912
(18,9,18)
#000000
(0,0,0)

Tints of #9E636C

#9E636C
(158,99,108)
#A67179
(166,113,121)
#AE7F86
(174,127,134)
#B68D93
(182,141,147)
#BE9BA0
(190,155,160)
#C6A9AD
(198,169,173)
#CEB7BA
(206,183,186)
#D6C5C7
(214,197,199)
#DED3D4
(222,211,212)
#E6E1E1
(230,225,225)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E636C color. Also use rgb(158,99,108) instead hex code.

Text Font Color

.myTextColor { color: #9E636C; }

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

This text font color is #9E636C.

Background Color

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

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

This div background color is #9E636C.

Border color

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

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

This div border color is #9E636C.

Opacity

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

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

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

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

This text has shadow with #9E636C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E636C.

Preview

Color preview on black background

This text has color #9E636C on black background.


Color preview on white background

This text has color #9E636C on white background.


Black color preview on #9E636C background

This text has black color on #9E636C background.


White color preview on #9E636C background

This text has white color on #9E636C background.


Related colors

Complementary color

Complementary color for #hex is #619C93.


I love getcolorcode.com

Triadic colors

1 #6C9E63 and #636C9E with #9E636C are triadic colors.

2 #6C639E and #639E6C with #9E636C are triadic colors.