COLOR #996E6A

HEX: #996E6A
RGB: (153,110,106)

Color info

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

RGB color model

#996E6A color RGB value is (153,110,106).

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

RGB channels and saturation

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

153
110
106

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

Portions of RGB colors in percentages

R + G + B =
153 + 110 + 106 = 369 (100%)
R 153 of 369 ~ 41.46%
G 110 of 369 ~ 29.81%
B 106 of 369 ~ 28.73%

%41.46
%29.81
%28.73

CMYK color model

#996E6A color CMYK value is (0,28,31,40).

  • cyan value is 0.00%
  • magenta value is 28.10%
  • yellow value is 30.72%
  • key color value is 40.00%
CMYK:
(0,28,31,40)
C0M28Y31K40 
(0%,28%,31%,40%)
(0.00/0.28/0.31/0.40)	

CMYK percentages

%0
%28.1
%30.72
%40

Codes

Color #996E6A in popluar color models

996E6A
RGB153110106
HSL18.73%50.78%
HSB/HSV30.72%60.00%
CMYK0.00%28.10%30.72%
40.00%

Color #996E6A in popluar number systems.

HEX996E6A
Decimal153110106
Binary1001100111011101101010
Octal231156152

Shades and tints

Shades of #996E6A

#996E6A
(153,110,106)
#8C6461
(140,100,97)
#7F5A58
(127,90,88)
#72504F
(114,80,79)
#654646
(101,70,70)
#583C3D
(88,60,61)
#4B3234
(75,50,52)
#3E282B
(62,40,43)
#311E22
(49,30,34)
#241419
(36,20,25)
#170A10
(23,10,16)
#000000
(0,0,0)

Tints of #996E6A

#996E6A
(153,110,106)
#A27B77
(162,123,119)
#AB8884
(171,136,132)
#B49591
(180,149,145)
#BDA29E
(189,162,158)
#C6AFAB
(198,175,171)
#CFBCB8
(207,188,184)
#D8C9C5
(216,201,197)
#E1D6D2
(225,214,210)
#EAE3DF
(234,227,223)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996E6A; }

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

This text font color is #996E6A.


Background Color

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

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

This div background color is #996E6A.


Border color

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

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

This div border color is #996E6A.


Opacity

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

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

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

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

This text has shadow with #996E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996E6A on black background.


Color preview on white background

This text has color #996E6A on white background.



Black color preview on #996E6A background

This text has black color on #996E6A background.


White color preview on #996E6A background

This text has white color on #996E6A background.