COLOR #9A666D

HEX: #9A666D
RGB: (154,102,109)

Color info

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

RGB color model

#9A666D color RGB value is (154,102,109).

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

RGB channels and saturation

R 154 of 255 = 60%
G 102 of 255 = 40%
B 109 of 255 = 43%

154
102
109

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

Portions of RGB colors in percentages

R + G + B =
154 + 102 + 109 = 365 (100%)
R 154 of 365 ~ 42.19%
G 102 of 365 ~ 27.95%
B 109 of 365 ~ 29.86%

%42.19
%27.95
%29.86

CMYK color model

#9A666D color CMYK value is (0,34,29,40).

  • cyan value is 0.00%
  • magenta value is 33.77%
  • yellow value is 29.22%
  • key color value is 39.61%
CMYK:
(0,34,29,40)
C0M34Y29K40 
(0%,34%,29%,40%)
(0.00/0.34/0.29/0.40)	

CMYK percentages

%0
%33.77
%29.22
%39.61

Codes

Color #9A666D in popluar color models

9A666D
RGB154102109
HSL352°20.47%50.20%
HSB/HSV352°33.77%60.39%
CMYK0.00%33.77%29.22%
39.61%

Color #9A666D in popluar number systems.

HEX9A666D
Decimal154102109
Binary1001101011001101101101
Octal232146155

Shades and tints

Shades of #9A666D

#9A666D
(154,102,109)
#8C5D64
(140,93,100)
#7E545B
(126,84,91)
#704B52
(112,75,82)
#624249
(98,66,73)
#543940
(84,57,64)
#463037
(70,48,55)
#38272E
(56,39,46)
#2A1E25
(42,30,37)
#1C151C
(28,21,28)
#0E0C13
(14,12,19)
#000000
(0,0,0)

Tints of #9A666D

#9A666D
(154,102,109)
#A3737A
(163,115,122)
#AC8087
(172,128,135)
#B58D94
(181,141,148)
#BE9AA1
(190,154,161)
#C7A7AE
(199,167,174)
#D0B4BB
(208,180,187)
#D9C1C8
(217,193,200)
#E2CED5
(226,206,213)
#EBDBE2
(235,219,226)
#F4E8EF
(244,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A666D color. Also use rgb(154,102,109) instead hex code.

Text Font Color

.myTextColor { color: #9A666D; }

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

This text font color is #9A666D.


Background Color

.myBgColor { background-color: #9A666D; }

<div style="background-color:#9A666D">Inner text</div>

This div background color is #9A666D.


Border color

.myBorderColor { border: 1px solid #9A666D; }

<div style="border:3px solid #9A666D">Div</div>

This div border color is #9A666D.


Opacity

.myOpacity80 { color: #9A666D; opacity: 0.8; }

<p style="color:#9A666D;opacity:0.8;">80%</p>

Text with #9A666D 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 #9A666D;}

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

This text has shadow with #9A666D color.

.textShadow {text-shadow: 3px 3px 1px #9A666D, 3px 3px 1px red;}

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

This text has shadow with #9A666D primary color and red secondary color.


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

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

This text has shadow with #9A666D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A666D on black background.


Color preview on white background

This text has color #9A666D on white background.



Black color preview on #9A666D background

This text has black color on #9A666D background.


White color preview on #9A666D background

This text has white color on #9A666D background.