COLOR #9C632E

HEX: #9C632E
RGB: (156,99,46)

Color info

#9C632E contains mainly red and green colors. Web safe color of #9C632E is #996633 (or #963).

RGB color model

#9C632E color RGB value is (156,99,46).

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

RGB channels and saturation

R 156 of 255 = 61%
G 99 of 255 = 39%
B 46 of 255 = 18%

156
99
46

R + G + B ~ 39%. #9C632E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
156 + 99 + 46 = 301 (100%)
R 156 of 301 ~ 51.83%
G 99 of 301 ~ 32.89%
B 46 of 301 ~ 15.28%

%51.83
%32.89
%15.28

CMYK color model

#9C632E color CMYK value is (0,37,71,39).

  • cyan value is 0.00%
  • magenta value is 36.54%
  • yellow value is 70.51%
  • key color value is 38.82%
CMYK:
(0,37,71,39)
C0M37Y71K39 
(0%,37%,71%,39%)
(0.00/0.37/0.71/0.39)	

CMYK percentages

%0
%36.54
%70.51
%38.82

Codes

Color #9C632E in popluar color models

9C632E
RGB1569946
HSL29°54.46%39.61%
HSB/HSV29°70.51%61.18%
CMYK0.00%36.54%70.51%
38.82%

Color #9C632E in popluar number systems.

HEX9C632E
Decimal1569946
Binary100111001100011101110
Octal23414356

Shades and tints

Shades of #9C632E

#9C632E
(156,99,46)
#8E5A2A
(142,90,42)
#805126
(128,81,38)
#724822
(114,72,34)
#643F1E
(100,63,30)
#56361A
(86,54,26)
#482D16
(72,45,22)
#3A2412
(58,36,18)
#2C1B0E
(44,27,14)
#1E120A
(30,18,10)
#100906
(16,9,6)
#000000
(0,0,0)

Tints of #9C632E

#9C632E
(156,99,46)
#A57141
(165,113,65)
#AE7F54
(174,127,84)
#B78D67
(183,141,103)
#C09B7A
(192,155,122)
#C9A98D
(201,169,141)
#D2B7A0
(210,183,160)
#DBC5B3
(219,197,179)
#E4D3C6
(228,211,198)
#EDE1D9
(237,225,217)
#F6EFEC
(246,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C632E; }

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

This text font color is #9C632E.


Background Color

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

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

This div background color is #9C632E.


Border color

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

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

This div border color is #9C632E.


Opacity

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

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

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

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

This text has shadow with #9C632E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C632E on black background.


Color preview on white background

This text has color #9C632E on white background.



Black color preview on #9C632E background

This text has black color on #9C632E background.


White color preview on #9C632E background

This text has white color on #9C632E background.