COLOR #996E6C

HEX: #996E6C
RGB: (153,110,108)

Color info

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

RGB color model

#996E6C color RGB value is (153,110,108).

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

RGB channels and saturation

R 153 of 255 = 60%
G 110 of 255 = 43%
B 108 of 255 = 42%

153
110
108

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

Portions of RGB colors in percentages

R + G + B =
153 + 110 + 108 = 371 (100%)
R 153 of 371 ~ 41.24%
G 110 of 371 ~ 29.65%
B 108 of 371 ~ 29.11%

%41.24
%29.65
%29.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.10%
  • yellow value is 29.41%
  • key color value is 40.00%
CMYK:
(0,28,29,40)
C0M28Y29K40 
(0%,28%,29%,40%)
(0.00/0.28/0.29/0.40)	

CMYK percentages

%0
%28.1
%29.41
%40

Codes

Color #996E6C in popluar color models

996E6C
RGB153110108
HSL18.07%51.18%
HSB/HSV29.41%60.00%
CMYK0.00%28.10%29.41%
40.00%

Color #996E6C in popluar number systems.

HEX996E6C
Decimal153110108
Binary1001100111011101101100
Octal231156154

Shades and tints

Shades of #996E6C

#996E6C
(153,110,108)
#8C6463
(140,100,99)
#7F5A5A
(127,90,90)
#725051
(114,80,81)
#654648
(101,70,72)
#583C3F
(88,60,63)
#4B3236
(75,50,54)
#3E282D
(62,40,45)
#311E24
(49,30,36)
#24141B
(36,20,27)
#170A12
(23,10,18)
#000000
(0,0,0)

Tints of #996E6C

#996E6C
(153,110,108)
#A27B79
(162,123,121)
#AB8886
(171,136,134)
#B49593
(180,149,147)
#BDA2A0
(189,162,160)
#C6AFAD
(198,175,173)
#CFBCBA
(207,188,186)
#D8C9C7
(216,201,199)
#E1D6D4
(225,214,212)
#EAE3E1
(234,227,225)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996E6C; }

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

This text font color is #996E6C.


Background Color

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

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

This div background color is #996E6C.


Border color

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

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

This div border color is #996E6C.


Opacity

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

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

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

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

This text has shadow with #996E6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996E6C on black background.


Color preview on white background

This text has color #996E6C on white background.



Black color preview on #996E6C background

This text has black color on #996E6C background.


White color preview on #996E6C background

This text has white color on #996E6C background.