COLOR #996E75

HEX: #996E75
RGB: (153,110,117)

Color info

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

RGB color model

#996E75 color RGB value is (153,110,117).

  • red value is 153;
  • green value is 110;
  • blue value is 117.
RGB:
(153,110,117)
(60%,43%,46%)

RGB channels and saturation

R 153 of 255 = 60%
G 110 of 255 = 43%
B 117 of 255 = 46%

153
110
117

R + G + B ~ 50%. #996E75 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 110 + 117 = 380 (100%)
R 153 of 380 ~ 40.26%
G 110 of 380 ~ 28.95%
B 117 of 380 ~ 30.79%

%40.26
%28.95
%30.79

CMYK color model

#996E75 color CMYK value is (0,28,24,40).

  • cyan value is 0.00%
  • magenta value is 28.10%
  • yellow value is 23.53%
  • key color value is 40.00%
CMYK:
(0,28,24,40)
C0M28Y24K40 
(0%,28%,24%,40%)
(0.00/0.28/0.24/0.40)	

CMYK percentages

%0
%28.1
%23.53
%40

Codes

Color #996E75 in popluar color models

996E75
RGB153110117
HSL350°17.41%51.57%
HSB/HSV350°28.10%60.00%
CMYK0.00%28.10%23.53%
40.00%

Color #996E75 in popluar number systems.

HEX996E75
Decimal153110117
Binary1001100111011101110101
Octal231156165

Shades and tints

Shades of #996E75

#996E75
(153,110,117)
#8C646B
(140,100,107)
#7F5A61
(127,90,97)
#725057
(114,80,87)
#65464D
(101,70,77)
#583C43
(88,60,67)
#4B3239
(75,50,57)
#3E282F
(62,40,47)
#311E25
(49,30,37)
#24141B
(36,20,27)
#170A11
(23,10,17)
#000000
(0,0,0)

Tints of #996E75

#996E75
(153,110,117)
#A27B81
(162,123,129)
#AB888D
(171,136,141)
#B49599
(180,149,153)
#BDA2A5
(189,162,165)
#C6AFB1
(198,175,177)
#CFBCBD
(207,188,189)
#D8C9C9
(216,201,201)
#E1D6D5
(225,214,213)
#EAE3E1
(234,227,225)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996E75 color. Also use rgb(153,110,117) instead hex code.

Text Font Color

.myTextColor { color: #996E75; }

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

This text font color is #996E75.


Background Color

.myBgColor { background-color: #996E75; }

<div style="background-color:#996E75">Inner text</div>

This div background color is #996E75.


Border color

.myBorderColor { border: 1px solid #996E75; }

<div style="border:3px solid #996E75">Div</div>

This div border color is #996E75.


Opacity

.myOpacity80 { color: #996E75; opacity: 0.8; }

<p style="color:#996E75;opacity:0.8;">80%</p>

Text with #996E75 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 #996E75;}

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

This text has shadow with #996E75 color.

.textShadow {text-shadow: 3px 3px 1px #996E75, 3px 3px 1px red;}

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

This text has shadow with #996E75 primary color and red secondary color.


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

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

This text has shadow with #996E75 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996E75 on black background.


Color preview on white background

This text has color #996E75 on white background.



Black color preview on #996E75 background

This text has black color on #996E75 background.


White color preview on #996E75 background

This text has white color on #996E75 background.