COLOR #9E654D

HEX: #9E654D RGB: (158,101,77)

Color info

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

RGB color model

#9E654D color RGB value is (158,101,77).

RGB: (158,101,77) (62%, 40%, 30%)

RGB channels and saturation

R 158 of 255 = 62%
G 101 of 255 = 40%
B 77 of 255 = 30%

158
101
77

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

Portions of RGB colors in percentages

R + G + B = 158 + 101 + 77 = 336 (100%)
R 158 of 336 ~ 47.02%
G 101 of 336 ~ 30.06%
B 77 of 336 ~ 22.92'%

%47.02
%30.06
%22.92

CMYK color model

#9E654D color CMYK value is (0,36,51,38).

  • cyan value is 0.00%
  • magenta value is 36.08%
  • yellow value is 51.27%
  • key color value is 38.04%

CMYK: (0,36,51,38)
C0M36Y51K38 (0%, 36%, 51%, 38%)
(0.00 / 0.36 / 0.51 / 0.38)

CMYK percentages

%0
%36.08
%51.27
%38.04

Codes

Color #9E654D in popluar color models

9E 65 4D
RGB 158 101 77
HSL 18° 34.47% 46.08%
HSB/HSV 18° 51.27% 61.96%
CMYK 0.00% 36.08% 51.27%
38.04%

Color #9E654D in popluar number systems.

HEX 9E 65 4D
Decimal 158 101 77
Binary 10011110 1100101 1001101
Octal 236 145 115

Shades and tints

Shades of #9E654D

#9E654D
(158,101,77)
#905C46
(144,92,70)
#82533F
(130,83,63)
#744A38
(116,74,56)
#664131
(102,65,49)
#58382A
(88,56,42)
#4A2F23
(74,47,35)
#3C261C
(60,38,28)
#2E1D15
(46,29,21)
#20140E
(32,20,14)
#120B07
(18,11,7)
#000000
(0,0,0)

Tints of #9E654D

#9E654D
(158,101,77)
#A6735D
(166,115,93)
#AE816D
(174,129,109)
#B68F7D
(182,143,125)
#BE9D8D
(190,157,141)
#C6AB9D
(198,171,157)
#CEB9AD
(206,185,173)
#D6C7BD
(214,199,189)
#DED5CD
(222,213,205)
#E6E3DD
(230,227,221)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E654D color. Also use rgb(158,101,77) instead hex code.

Text Font Color

.myTextColor { color: #9E654D; }

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

This text font color is #9E654D.

Background Color

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

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

This div background color is #9E654D.

Border color

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

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

This div border color is #9E654D.

Opacity

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

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

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

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

This text has shadow with #9E654D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E654D.

Preview

Color preview on black background

This text has color #9E654D on black background.


Color preview on white background

This text has color #9E654D on white background.


Black color preview on #9E654D background

This text has black color on #9E654D background.


White color preview on #9E654D background

This text has white color on #9E654D background.


Related colors

Complementary color

Complementary color for #hex is #619AB2.


I love getcolorcode.com

Triadic colors

1 #4D9E65 and #654D9E with #9E654D are triadic colors.

2 #4D659E and #659E4D with #9E654D are triadic colors.