COLOR #917E6B

HEX: #917E6B RGB: (145,126,107)

Color info

#917E6B contains red, green and blue colors in about the same proportion. Web safe color of #917E6B is #996666 (or #966).

RGB color model

#917E6B color RGB value is (145,126,107).

RGB: (145,126,107) (57%, 49%, 42%)

RGB channels and saturation

R 145 of 255 = 57%
G 126 of 255 = 49%
B 107 of 255 = 42%

145
126
107

R + G + B ~ 49%. #917E6B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 145 + 126 + 107 = 378 (100%)
R 145 of 378 ~ 38.36%
G 126 of 378 ~ 33.33%
B 107 of 378 ~ 28.31'%

%38.36
%33.33
%28.31

CMYK color model

#917E6B color CMYK value is (0,13,26,43).

  • cyan value is 0.00%
  • magenta value is 13.10%
  • yellow value is 26.21%
  • key color value is 43.14%

CMYK: (0,13,26,43)
C0M13Y26K43 (0%, 13%, 26%, 43%)
(0.00 / 0.13 / 0.26 / 0.43)

CMYK percentages

%0
%13.1
%26.21
%43.14

Codes

Color #917E6B in popluar color models

91 7E 6B
RGB 145 126 107
HSL 30° 15.08% 49.41%
HSB/HSV 30° 26.21% 56.86%
CMYK 0.00% 13.10% 26.21%
43.14%

Color #917E6B in popluar number systems.

HEX 91 7E 6B
Decimal 145 126 107
Binary 10010001 1111110 1101011
Octal 221 176 153

Shades and tints

Shades of #917E6B

#917E6B
(145,126,107)
#847362
(132,115,98)
#776859
(119,104,89)
#6A5D50
(106,93,80)
#5D5247
(93,82,71)
#50473E
(80,71,62)
#433C35
(67,60,53)
#36312C
(54,49,44)
#292623
(41,38,35)
#1C1B1A
(28,27,26)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #917E6B

#917E6B
(145,126,107)
#9B8978
(155,137,120)
#A59485
(165,148,133)
#AF9F92
(175,159,146)
#B9AA9F
(185,170,159)
#C3B5AC
(195,181,172)
#CDC0B9
(205,192,185)
#D7CBC6
(215,203,198)
#E1D6D3
(225,214,211)
#EBE1E0
(235,225,224)
#F5ECED
(245,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #917E6B color. Also use rgb(145,126,107) instead hex code.

Text Font Color

.myTextColor { color: #917E6B; }

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

This text font color is #917E6B.

Background Color

.myBgColor { background-color: #917E6B; }

<div style="background-color:#917E6B">Inner text</div>

This div background color is #917E6B.

Border color

.myBorderColor { border: 1px solid #917E6B; }

<div style="border:3px solid #917E6B">Div</div>

This div border color is #917E6B.

Opacity

.myOpacity80 { color: #917E6B; opacity: 0.8; }

<p style="color:#917E6B;opacity:0.8;">80%</p>

Text with #917E6B 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 #917E6B;}

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

This text has shadow with #917E6B color.


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

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

This text has shadow with #917E6B primary color and red secondary color.


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

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

This text has shadow with #917E6B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #917E6B.

Preview

Color preview on black background

This text has color #917E6B on black background.


Color preview on white background

This text has color #917E6B on white background.


Black color preview on #917E6B background

This text has black color on #917E6B background.


White color preview on #917E6B background

This text has white color on #917E6B background.


Related colors

Complementary color

Complementary color for #hex is #6E8194.


I love getcolorcode.com

Triadic colors

1 #6B917E and #7E6B91 with #917E6B are triadic colors.

2 #6B7E91 and #7E916B with #917E6B are triadic colors.