COLOR #996D6D

HEX: #996D6D
RGB: (153,109,109)

Color info

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

RGB color model

#996D6D color RGB value is (153,109,109).

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

RGB channels and saturation

R 153 of 255 = 60%
G 109 of 255 = 43%
B 109 of 255 = 43%

153
109
109

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

Portions of RGB colors in percentages

R + G + B =
153 + 109 + 109 = 371 (100%)
R 153 of 371 ~ 41.24%
G 109 of 371 ~ 29.38%
B 109 of 371 ~ 29.38%

%41.24
%29.38
%29.38

CMYK color model

#996D6D color CMYK value is (0,29,29,40).

  • cyan value is 0.00%
  • magenta value is 28.76%
  • yellow value is 28.76%
  • key color value is 40.00%
CMYK:
(0,29,29,40)
C0M29Y29K40 
(0%,29%,29%,40%)
(0.00/0.29/0.29/0.40)	

CMYK percentages

%0
%28.76
%28.76
%40

Codes

Color #996D6D in popluar color models

996D6D
RGB153109109
HSL17.74%51.37%
HSB/HSV28.76%60.00%
CMYK0.00%28.76%28.76%
40.00%

Color #996D6D in popluar number systems.

HEX996D6D
Decimal153109109
Binary1001100111011011101101
Octal231155155

Shades and tints

Shades of #996D6D

#996D6D
(153,109,109)
#8C6464
(140,100,100)
#7F5B5B
(127,91,91)
#725252
(114,82,82)
#654949
(101,73,73)
#584040
(88,64,64)
#4B3737
(75,55,55)
#3E2E2E
(62,46,46)
#312525
(49,37,37)
#241C1C
(36,28,28)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #996D6D

#996D6D
(153,109,109)
#A27A7A
(162,122,122)
#AB8787
(171,135,135)
#B49494
(180,148,148)
#BDA1A1
(189,161,161)
#C6AEAE
(198,174,174)
#CFBBBB
(207,187,187)
#D8C8C8
(216,200,200)
#E1D5D5
(225,213,213)
#EAE2E2
(234,226,226)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996D6D; }

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

This text font color is #996D6D.


Background Color

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

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

This div background color is #996D6D.


Border color

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

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

This div border color is #996D6D.


Opacity

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

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

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

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

This text has shadow with #996D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996D6D on black background.


Color preview on white background

This text has color #996D6D on white background.



Black color preview on #996D6D background

This text has black color on #996D6D background.


White color preview on #996D6D background

This text has white color on #996D6D background.