COLOR #9E6460

HEX: #9E6460
RGB: (158,100,96)

Color info

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

RGB color model

#9E6460 color RGB value is (158,100,96).

  • red value is 158;
  • green value is 100;
  • blue value is 96.
RGB:
(158,100,96)
(62%,39%,38%)

RGB channels and saturation

R 158 of 255 = 62%
G 100 of 255 = 39%
B 96 of 255 = 38%

158
100
96

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

Portions of RGB colors in percentages

R + G + B =
158 + 100 + 96 = 354 (100%)
R 158 of 354 ~ 44.63%
G 100 of 354 ~ 28.25%
B 96 of 354 ~ 27.12%

%44.63
%28.25
%27.12

CMYK color model

#9E6460 color CMYK value is (0,37,39,38).

  • cyan value is 0.00%
  • magenta value is 36.71%
  • yellow value is 39.24%
  • key color value is 38.04%
CMYK:
(0,37,39,38)
C0M37Y39K38 
(0%,37%,39%,38%)
(0.00/0.37/0.39/0.38)	

CMYK percentages

%0
%36.71
%39.24
%38.04

Codes

Color #9E6460 in popluar color models

9E6460
RGB15810096
HSL24.41%49.80%
HSB/HSV39.24%61.96%
CMYK0.00%36.71%39.24%
38.04%

Color #9E6460 in popluar number systems.

HEX9E6460
Decimal15810096
Binary1001111011001001100000
Octal236144140

Shades and tints

Shades of #9E6460

#9E6460
(158,100,96)
#905B58
(144,91,88)
#825250
(130,82,80)
#744948
(116,73,72)
#664040
(102,64,64)
#583738
(88,55,56)
#4A2E30
(74,46,48)
#3C2528
(60,37,40)
#2E1C20
(46,28,32)
#201318
(32,19,24)
#120A10
(18,10,16)
#000000
(0,0,0)

Tints of #9E6460

#9E6460
(158,100,96)
#A6726E
(166,114,110)
#AE807C
(174,128,124)
#B68E8A
(182,142,138)
#BE9C98
(190,156,152)
#C6AAA6
(198,170,166)
#CEB8B4
(206,184,180)
#D6C6C2
(214,198,194)
#DED4D0
(222,212,208)
#E6E2DE
(230,226,222)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E6460 color. Also use rgb(158,100,96) instead hex code.

Text Font Color

.myTextColor { color: #9E6460; }

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

This text font color is #9E6460.


Background Color

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

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

This div background color is #9E6460.


Border color

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

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

This div border color is #9E6460.


Opacity

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

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

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

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

This text has shadow with #9E6460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6460 on black background.


Color preview on white background

This text has color #9E6460 on white background.



Black color preview on #9E6460 background

This text has black color on #9E6460 background.


White color preview on #9E6460 background

This text has white color on #9E6460 background.