COLOR #99666A

HEX: #99666A
RGB: (153,102,106)

Color info

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

RGB color model

#99666A color RGB value is (153,102,106).

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

RGB channels and saturation

R 153 of 255 = 60%
G 102 of 255 = 40%
B 106 of 255 = 42%

153
102
106

R + G + B ~ 47%. #99666A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 102 + 106 = 361 (100%)
R 153 of 361 ~ 42.38%
G 102 of 361 ~ 28.25%
B 106 of 361 ~ 29.36%

%42.38
%28.25
%29.36

CMYK color model

#99666A color CMYK value is (0,33,31,40).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 30.72%
  • key color value is 40.00%
CMYK:
(0,33,31,40)
C0M33Y31K40 
(0%,33%,31%,40%)
(0.00/0.33/0.31/0.40)	

CMYK percentages

%0
%33.33
%30.72
%40

Codes

Color #99666A in popluar color models

99666A
RGB153102106
HSL355°20.00%50.00%
HSB/HSV355°33.33%60.00%
CMYK0.00%33.33%30.72%
40.00%

Color #99666A in popluar number systems.

HEX99666A
Decimal153102106
Binary1001100111001101101010
Octal231146152

Shades and tints

Shades of #99666A

#99666A
(153,102,106)
#8C5D61
(140,93,97)
#7F5458
(127,84,88)
#724B4F
(114,75,79)
#654246
(101,66,70)
#58393D
(88,57,61)
#4B3034
(75,48,52)
#3E272B
(62,39,43)
#311E22
(49,30,34)
#241519
(36,21,25)
#170C10
(23,12,16)
#000000
(0,0,0)

Tints of #99666A

#99666A
(153,102,106)
#A27377
(162,115,119)
#AB8084
(171,128,132)
#B48D91
(180,141,145)
#BD9A9E
(189,154,158)
#C6A7AB
(198,167,171)
#CFB4B8
(207,180,184)
#D8C1C5
(216,193,197)
#E1CED2
(225,206,210)
#EADBDF
(234,219,223)
#F3E8EC
(243,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99666A color. Also use rgb(153,102,106) instead hex code.

Text Font Color

.myTextColor { color: #99666A; }

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

This text font color is #99666A.


Background Color

.myBgColor { background-color: #99666A; }

<div style="background-color:#99666A">Inner text</div>

This div background color is #99666A.


Border color

.myBorderColor { border: 1px solid #99666A; }

<div style="border:3px solid #99666A">Div</div>

This div border color is #99666A.


Opacity

.myOpacity80 { color: #99666A; opacity: 0.8; }

<p style="color:#99666A;opacity:0.8;">80%</p>

Text with #99666A 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 #99666A;}

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

This text has shadow with #99666A color.

.textShadow {text-shadow: 3px 3px 1px #99666A, 3px 3px 1px red;}

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

This text has shadow with #99666A primary color and red secondary color.


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

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

This text has shadow with #99666A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99666A on black background.


Color preview on white background

This text has color #99666A on white background.



Black color preview on #99666A background

This text has black color on #99666A background.


White color preview on #99666A background

This text has white color on #99666A background.