COLOR #9E6251

HEX: #9E6251
RGB: (158,98,81)

Color info

#9E6251 contains mainly red color. Web safe color of #9E6251 is #996666 (or #966).

RGB color model

#9E6251 color RGB value is (158,98,81).

  • red value is 158;
  • green value is 98;
  • blue value is 81.
RGB:
(158,98,81)
(62%,38%,32%)

RGB channels and saturation

R 158 of 255 = 62%
G 98 of 255 = 38%
B 81 of 255 = 32%

158
98
81

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

Portions of RGB colors in percentages

R + G + B =
158 + 98 + 81 = 337 (100%)
R 158 of 337 ~ 46.88%
G 98 of 337 ~ 29.08%
B 81 of 337 ~ 24.04%

%46.88
%29.08
%24.04

CMYK color model

#9E6251 color CMYK value is (0,38,49,38).

  • cyan value is 0.00%
  • magenta value is 37.97%
  • yellow value is 48.73%
  • key color value is 38.04%
CMYK:
(0,38,49,38)
C0M38Y49K38 
(0%,38%,49%,38%)
(0.00/0.38/0.49/0.38)	

CMYK percentages

%0
%37.97
%48.73
%38.04

Codes

Color #9E6251 in popluar color models

9E6251
RGB1589881
HSL13°32.22%46.86%
HSB/HSV13°48.73%61.96%
CMYK0.00%37.97%48.73%
38.04%

Color #9E6251 in popluar number systems.

HEX9E6251
Decimal1589881
Binary1001111011000101010001
Octal236142121

Shades and tints

Shades of #9E6251

#9E6251
(158,98,81)
#905A4A
(144,90,74)
#825243
(130,82,67)
#744A3C
(116,74,60)
#664235
(102,66,53)
#583A2E
(88,58,46)
#4A3227
(74,50,39)
#3C2A20
(60,42,32)
#2E2219
(46,34,25)
#201A12
(32,26,18)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #9E6251

#9E6251
(158,98,81)
#A67060
(166,112,96)
#AE7E6F
(174,126,111)
#B68C7E
(182,140,126)
#BE9A8D
(190,154,141)
#C6A89C
(198,168,156)
#CEB6AB
(206,182,171)
#D6C4BA
(214,196,186)
#DED2C9
(222,210,201)
#E6E0D8
(230,224,216)
#EEEEE7
(238,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E6251; }

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

This text font color is #9E6251.


Background Color

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

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

This div background color is #9E6251.


Border color

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

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

This div border color is #9E6251.


Opacity

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

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

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

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

This text has shadow with #9E6251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6251 on black background.


Color preview on white background

This text has color #9E6251 on white background.



Black color preview on #9E6251 background

This text has black color on #9E6251 background.


White color preview on #9E6251 background

This text has white color on #9E6251 background.