COLOR #9E6259

HEX: #9E6259 RGB: (158,98,89)

Color info

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

RGB color model

#9E6259 color RGB value is (158,98,89).

RGB: (158,98,89) (62%, 38%, 35%)

RGB channels and saturation

R 158 of 255 = 62%
G 98 of 255 = 38%
B 89 of 255 = 35%

158
98
89

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

Portions of RGB colors in percentages

R + G + B = 158 + 98 + 89 = 345 (100%)
R 158 of 345 ~ 45.8%
G 98 of 345 ~ 28.41%
B 89 of 345 ~ 25.8'%

%45.8
%28.41
%25.8

CMYK color model

#9E6259 color CMYK value is (0,38,44,38).

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

CMYK: (0,38,44,38)
C0M38Y44K38 (0%, 38%, 44%, 38%)
(0.00 / 0.38 / 0.44 / 0.38)

CMYK percentages

%0
%37.97
%43.67
%38.04

Codes

Color #9E6259 in popluar color models

9E 62 59
RGB 158 98 89
HSL 27.94% 48.43%
HSB/HSV 43.67% 61.96%
CMYK 0.00% 37.97% 43.67%
38.04%

Color #9E6259 in popluar number systems.

HEX 9E 62 59
Decimal 158 98 89
Binary 10011110 1100010 1011001
Octal 236 142 131

Shades and tints

Shades of #9E6259

#9E6259
(158,98,89)
#905A51
(144,90,81)
#825249
(130,82,73)
#744A41
(116,74,65)
#664239
(102,66,57)
#583A31
(88,58,49)
#4A3229
(74,50,41)
#3C2A21
(60,42,33)
#2E2219
(46,34,25)
#201A11
(32,26,17)
#121209
(18,18,9)
#000000
(0,0,0)

Tints of #9E6259

#9E6259
(158,98,89)
#A67068
(166,112,104)
#AE7E77
(174,126,119)
#B68C86
(182,140,134)
#BE9A95
(190,154,149)
#C6A8A4
(198,168,164)
#CEB6B3
(206,182,179)
#D6C4C2
(214,196,194)
#DED2D1
(222,210,209)
#E6E0E0
(230,224,224)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E6259; }

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

This text font color is #9E6259.

Background Color

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

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

This div background color is #9E6259.

Border color

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

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

This div border color is #9E6259.

Opacity

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

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

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

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

This text has shadow with #9E6259 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E6259.

Preview

Color preview on black background

This text has color #9E6259 on black background.


Color preview on white background

This text has color #9E6259 on white background.


Black color preview on #9E6259 background

This text has black color on #9E6259 background.


White color preview on #9E6259 background

This text has white color on #9E6259 background.


Related colors

Complementary color

Complementary color for #hex is #619DA6.


I love getcolorcode.com

Triadic colors

1 #599E62 and #62599E with #9E6259 are triadic colors.

2 #59629E and #629E59 with #9E6259 are triadic colors.