COLOR #9E6221

HEX: #9E6221 RGB: (158,98,33)

Color info

#9E6221 contains mainly red color. Web safe color of #9E6221 is #996633 (or #963).

RGB color model

#9E6221 color RGB value is (158,98,33).

RGB: (158,98,33) (62%, 38%, 13%)

RGB channels and saturation

R 158 of 255 = 62%
G 98 of 255 = 38%
B 33 of 255 = 13%

158
98
33

R + G + B ~ 38%. #9E6221 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 158 + 98 + 33 = 289 (100%)
R 158 of 289 ~ 54.67%
G 98 of 289 ~ 33.91%
B 33 of 289 ~ 11.42'%

%54.67
%33.91
%11.42

CMYK color model

#9E6221 color CMYK value is (0,38,79,38).

  • cyan value is 0.00%
  • magenta value is 37.97%
  • yellow value is 79.11%
  • key color value is 38.04%

CMYK: (0,38,79,38)
C0M38Y79K38 (0%, 38%, 79%, 38%)
(0.00 / 0.38 / 0.79 / 0.38)

CMYK percentages

%0
%37.97
%79.11
%38.04

Codes

Color #9E6221 in popluar color models

9E 62 21
RGB 158 98 33
HSL 31° 65.45% 37.45%
HSB/HSV 31° 79.11% 61.96%
CMYK 0.00% 37.97% 79.11%
38.04%

Color #9E6221 in popluar number systems.

HEX 9E 62 21
Decimal 158 98 33
Binary 10011110 1100010 100001
Octal 236 142 41

Shades and tints

Shades of #9E6221

#9E6221
(158,98,33)
#905A1E
(144,90,30)
#82521B
(130,82,27)
#744A18
(116,74,24)
#664215
(102,66,21)
#583A12
(88,58,18)
#4A320F
(74,50,15)
#3C2A0C
(60,42,12)
#2E2209
(46,34,9)
#201A06
(32,26,6)
#121203
(18,18,3)
#000000
(0,0,0)

Tints of #9E6221

#9E6221
(158,98,33)
#A67035
(166,112,53)
#AE7E49
(174,126,73)
#B68C5D
(182,140,93)
#BE9A71
(190,154,113)
#C6A885
(198,168,133)
#CEB699
(206,182,153)
#D6C4AD
(214,196,173)
#DED2C1
(222,210,193)
#E6E0D5
(230,224,213)
#EEEEE9
(238,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E6221 color. Also use rgb(158,98,33) instead hex code.

Text Font Color

.myTextColor { color: #9E6221; }

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

This text font color is #9E6221.

Background Color

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

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

This div background color is #9E6221.

Border color

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

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

This div border color is #9E6221.

Opacity

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

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

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

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

This text has shadow with #9E6221 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E6221.

Preview

Color preview on black background

This text has color #9E6221 on black background.


Color preview on white background

This text has color #9E6221 on white background.


Black color preview on #9E6221 background

This text has black color on #9E6221 background.


White color preview on #9E6221 background

This text has white color on #9E6221 background.


Related colors

Complementary color

Complementary color for #hex is #619DDE.


I love getcolorcode.com

Triadic colors

1 #219E62 and #62219E with #9E6221 are triadic colors.

2 #21629E and #629E21 with #9E6221 are triadic colors.