COLOR #9E6630

HEX: #9E6630
RGB: (158,102,48)

Color info

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

RGB color model

#9E6630 color RGB value is (158,102,48).

  • red value is 158;
  • green value is 102;
  • blue value is 48.
RGB:
(158,102,48)
(62%,40%,19%)

RGB channels and saturation

R 158 of 255 = 62%
G 102 of 255 = 40%
B 48 of 255 = 19%

158
102
48

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

Portions of RGB colors in percentages

R + G + B =
158 + 102 + 48 = 308 (100%)
R 158 of 308 ~ 51.3%
G 102 of 308 ~ 33.12%
B 48 of 308 ~ 15.58%

%51.3
%33.12
%15.58

CMYK color model

#9E6630 color CMYK value is (0,35,70,38).

  • cyan value is 0.00%
  • magenta value is 35.44%
  • yellow value is 69.62%
  • key color value is 38.04%
CMYK:
(0,35,70,38)
C0M35Y70K38 
(0%,35%,70%,38%)
(0.00/0.35/0.70/0.38)	

CMYK percentages

%0
%35.44
%69.62
%38.04

Codes

Color #9E6630 in popluar color models

9E6630
RGB15810248
HSL29°53.40%40.39%
HSB/HSV29°69.62%61.96%
CMYK0.00%35.44%69.62%
38.04%

Color #9E6630 in popluar number systems.

HEX9E6630
Decimal15810248
Binary100111101100110110000
Octal23614660

Shades and tints

Shades of #9E6630

#9E6630
(158,102,48)
#905D2C
(144,93,44)
#825428
(130,84,40)
#744B24
(116,75,36)
#664220
(102,66,32)
#58391C
(88,57,28)
#4A3018
(74,48,24)
#3C2714
(60,39,20)
#2E1E10
(46,30,16)
#20150C
(32,21,12)
#120C08
(18,12,8)
#000000
(0,0,0)

Tints of #9E6630

#9E6630
(158,102,48)
#A67342
(166,115,66)
#AE8054
(174,128,84)
#B68D66
(182,141,102)
#BE9A78
(190,154,120)
#C6A78A
(198,167,138)
#CEB49C
(206,180,156)
#D6C1AE
(214,193,174)
#DECEC0
(222,206,192)
#E6DBD2
(230,219,210)
#EEE8E4
(238,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E6630 color. Also use rgb(158,102,48) instead hex code.

Text Font Color

.myTextColor { color: #9E6630; }

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

This text font color is #9E6630.


Background Color

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

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

This div background color is #9E6630.


Border color

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

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

This div border color is #9E6630.


Opacity

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

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

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

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

This text has shadow with #9E6630 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6630 on black background.


Color preview on white background

This text has color #9E6630 on white background.



Black color preview on #9E6630 background

This text has black color on #9E6630 background.


White color preview on #9E6630 background

This text has white color on #9E6630 background.