COLOR #9C635E

HEX: #9C635E RGB: (156,99,94)

Color info

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

RGB color model

#9C635E color RGB value is (156,99,94).

RGB: (156,99,94) (61%, 39%, 37%)

RGB channels and saturation

R 156 of 255 = 61%
G 99 of 255 = 39%
B 94 of 255 = 37%

156
99
94

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

Portions of RGB colors in percentages

R + G + B = 156 + 99 + 94 = 349 (100%)
R 156 of 349 ~ 44.7%
G 99 of 349 ~ 28.37%
B 94 of 349 ~ 26.93'%

%44.7
%28.37
%26.93

CMYK color model

#9C635E color CMYK value is (0,37,40,39).

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

CMYK: (0,37,40,39)
C0M37Y40K39 (0%, 37%, 40%, 39%)
(0.00 / 0.37 / 0.40 / 0.39)

CMYK percentages

%0
%36.54
%39.74
%38.82

Codes

Color #9C635E in popluar color models

9C 63 5E
RGB 156 99 94
HSL 24.80% 49.02%
HSB/HSV 39.74% 61.18%
CMYK 0.00% 36.54% 39.74%
38.82%

Color #9C635E in popluar number systems.

HEX 9C 63 5E
Decimal 156 99 94
Binary 10011100 1100011 1011110
Octal 234 143 136

Shades and tints

Shades of #9C635E

#9C635E
(156,99,94)
#8E5A56
(142,90,86)
#80514E
(128,81,78)
#724846
(114,72,70)
#643F3E
(100,63,62)
#563636
(86,54,54)
#482D2E
(72,45,46)
#3A2426
(58,36,38)
#2C1B1E
(44,27,30)
#1E1216
(30,18,22)
#10090E
(16,9,14)
#000000
(0,0,0)

Tints of #9C635E

#9C635E
(156,99,94)
#A5716C
(165,113,108)
#AE7F7A
(174,127,122)
#B78D88
(183,141,136)
#C09B96
(192,155,150)
#C9A9A4
(201,169,164)
#D2B7B2
(210,183,178)
#DBC5C0
(219,197,192)
#E4D3CE
(228,211,206)
#EDE1DC
(237,225,220)
#F6EFEA
(246,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C635E; }

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

This text font color is #9C635E.

Background Color

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

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

This div background color is #9C635E.

Border color

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

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

This div border color is #9C635E.

Opacity

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

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

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

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

This text has shadow with #9C635E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C635E.

Preview

Color preview on black background

This text has color #9C635E on black background.


Color preview on white background

This text has color #9C635E on white background.


Black color preview on #9C635E background

This text has black color on #9C635E background.


White color preview on #9C635E background

This text has white color on #9C635E background.


Related colors

Complementary color

Complementary color for #hex is #639CA1.


I love getcolorcode.com

Triadic colors

1 #5E9C63 and #635E9C with #9C635E are triadic colors.

2 #5E639C and #639C5E with #9C635E are triadic colors.