COLOR #91756B

HEX: #91756B RGB: (145,117,107)

Color info

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

RGB color model

#91756B color RGB value is (145,117,107).

RGB: (145,117,107) (57%, 46%, 42%)

RGB channels and saturation

R 145 of 255 = 57%
G 117 of 255 = 46%
B 107 of 255 = 42%

145
117
107

R + G + B ~ 48%. #91756B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 145 + 117 + 107 = 369 (100%)
R 145 of 369 ~ 39.3%
G 117 of 369 ~ 31.71%
B 107 of 369 ~ 29'%

%39.3
%31.71
%29

CMYK color model

#91756B color CMYK value is (0,19,26,43).

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

CMYK: (0,19,26,43)
C0M19Y26K43 (0%, 19%, 26%, 43%)
(0.00 / 0.19 / 0.26 / 0.43)

CMYK percentages

%0
%19.31
%26.21
%43.14

Codes

Color #91756B in popluar color models

91 75 6B
RGB 145 117 107
HSL 16° 15.08% 49.41%
HSB/HSV 16° 26.21% 56.86%
CMYK 0.00% 19.31% 26.21%
43.14%

Color #91756B in popluar number systems.

HEX 91 75 6B
Decimal 145 117 107
Binary 10010001 1110101 1101011
Octal 221 165 153

Shades and tints

Shades of #91756B

#91756B
(145,117,107)
#846B62
(132,107,98)
#776159
(119,97,89)
#6A5750
(106,87,80)
#5D4D47
(93,77,71)
#50433E
(80,67,62)
#433935
(67,57,53)
#362F2C
(54,47,44)
#292523
(41,37,35)
#1C1B1A
(28,27,26)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #91756B

#91756B
(145,117,107)
#9B8178
(155,129,120)
#A58D85
(165,141,133)
#AF9992
(175,153,146)
#B9A59F
(185,165,159)
#C3B1AC
(195,177,172)
#CDBDB9
(205,189,185)
#D7C9C6
(215,201,198)
#E1D5D3
(225,213,211)
#EBE1E0
(235,225,224)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91756B color. Also use rgb(145,117,107) instead hex code.

Text Font Color

.myTextColor { color: #91756B; }

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

This text font color is #91756B.

Background Color

.myBgColor { background-color: #91756B; }

<div style="background-color:#91756B">Inner text</div>

This div background color is #91756B.

Border color

.myBorderColor { border: 1px solid #91756B; }

<div style="border:3px solid #91756B">Div</div>

This div border color is #91756B.

Opacity

.myOpacity80 { color: #91756B; opacity: 0.8; }

<p style="color:#91756B;opacity:0.8;">80%</p>

Text with #91756B 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 #91756B;}

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

This text has shadow with #91756B color.


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

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

This text has shadow with #91756B primary color and red secondary color.


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

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

This text has shadow with #91756B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #91756B.

Preview

Color preview on black background

This text has color #91756B on black background.


Color preview on white background

This text has color #91756B on white background.


Black color preview on #91756B background

This text has black color on #91756B background.


White color preview on #91756B background

This text has white color on #91756B background.


Related colors

Complementary color

Complementary color for #hex is #6E8A94.


I love getcolorcode.com

Triadic colors

1 #6B9175 and #756B91 with #91756B are triadic colors.

2 #6B7591 and #75916B with #91756B are triadic colors.