COLOR #996B5F

HEX: #996B5F
RGB: (153,107,95)

Color info

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

RGB color model

#996B5F color RGB value is (153,107,95).

  • red value is 153;
  • green value is 107;
  • blue value is 95.
RGB:
(153,107,95)
(60%,42%,37%)

RGB channels and saturation

R 153 of 255 = 60%
G 107 of 255 = 42%
B 95 of 255 = 37%

153
107
95

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

Portions of RGB colors in percentages

R + G + B =
153 + 107 + 95 = 355 (100%)
R 153 of 355 ~ 43.1%
G 107 of 355 ~ 30.14%
B 95 of 355 ~ 26.76%

%43.1
%30.14
%26.76

CMYK color model

#996B5F color CMYK value is (0,30,38,40).

  • cyan value is 0.00%
  • magenta value is 30.07%
  • yellow value is 37.91%
  • key color value is 40.00%
CMYK:
(0,30,38,40)
C0M30Y38K40 
(0%,30%,38%,40%)
(0.00/0.30/0.38/0.40)	

CMYK percentages

%0
%30.07
%37.91
%40

Codes

Color #996B5F in popluar color models

996B5F
RGB15310795
HSL12°23.39%48.63%
HSB/HSV12°37.91%60.00%
CMYK0.00%30.07%37.91%
40.00%

Color #996B5F in popluar number systems.

HEX996B5F
Decimal15310795
Binary1001100111010111011111
Octal231153137

Shades and tints

Shades of #996B5F

#996B5F
(153,107,95)
#8C6257
(140,98,87)
#7F594F
(127,89,79)
#725047
(114,80,71)
#65473F
(101,71,63)
#583E37
(88,62,55)
#4B352F
(75,53,47)
#3E2C27
(62,44,39)
#31231F
(49,35,31)
#241A17
(36,26,23)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #996B5F

#996B5F
(153,107,95)
#A2786D
(162,120,109)
#AB857B
(171,133,123)
#B49289
(180,146,137)
#BD9F97
(189,159,151)
#C6ACA5
(198,172,165)
#CFB9B3
(207,185,179)
#D8C6C1
(216,198,193)
#E1D3CF
(225,211,207)
#EAE0DD
(234,224,221)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996B5F color. Also use rgb(153,107,95) instead hex code.

Text Font Color

.myTextColor { color: #996B5F; }

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

This text font color is #996B5F.


Background Color

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

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

This div background color is #996B5F.


Border color

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

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

This div border color is #996B5F.


Opacity

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

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

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

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

This text has shadow with #996B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996B5F on black background.


Color preview on white background

This text has color #996B5F on white background.



Black color preview on #996B5F background

This text has black color on #996B5F background.


White color preview on #996B5F background

This text has white color on #996B5F background.