COLOR #9A6E6E

HEX: #9A6E6E RGB: (154,110,110)

Color info

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

RGB color model

#9A6E6E color RGB value is (154,110,110).

RGB: (154,110,110) (60%, 43%, 43%)

RGB channels and saturation

R 154 of 255 = 60%
G 110 of 255 = 43%
B 110 of 255 = 43%

154
110
110

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

Portions of RGB colors in percentages

R + G + B = 154 + 110 + 110 = 374 (100%)
R 154 of 374 ~ 41.18%
G 110 of 374 ~ 29.41%
B 110 of 374 ~ 29.41'%

%41.18
%29.41
%29.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 28.57%
  • key color value is 39.61%

CMYK: (0,29,29,40)
C0M29Y29K40 (0%, 29%, 29%, 40%)
(0.00 / 0.29 / 0.29 / 0.40)

CMYK percentages

%0
%28.57
%28.57
%39.61

Codes

Color #9A6E6E in popluar color models

9A 6E 6E
RGB 154 110 110
HSL 17.89% 51.76%
HSB/HSV 28.57% 60.39%
CMYK 0.00% 28.57% 28.57%
39.61%

Color #9A6E6E in popluar number systems.

HEX 9A 6E 6E
Decimal 154 110 110
Binary 10011010 1101110 1101110
Octal 232 156 156

Shades and tints

Shades of #9A6E6E

#9A6E6E
(154,110,110)
#8C6464
(140,100,100)
#7E5A5A
(126,90,90)
#705050
(112,80,80)
#624646
(98,70,70)
#543C3C
(84,60,60)
#463232
(70,50,50)
#382828
(56,40,40)
#2A1E1E
(42,30,30)
#1C1414
(28,20,20)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #9A6E6E

#9A6E6E
(154,110,110)
#A37B7B
(163,123,123)
#AC8888
(172,136,136)
#B59595
(181,149,149)
#BEA2A2
(190,162,162)
#C7AFAF
(199,175,175)
#D0BCBC
(208,188,188)
#D9C9C9
(217,201,201)
#E2D6D6
(226,214,214)
#EBE3E3
(235,227,227)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A6E6E; }

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

This text font color is #9A6E6E.

Background Color

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

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

This div background color is #9A6E6E.

Border color

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

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

This div border color is #9A6E6E.

Opacity

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

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

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

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

This text has shadow with #9A6E6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A6E6E.

Preview

Color preview on black background

This text has color #9A6E6E on black background.


Color preview on white background

This text has color #9A6E6E on white background.


Black color preview on #9A6E6E background

This text has black color on #9A6E6E background.


White color preview on #9A6E6E background

This text has white color on #9A6E6E background.


Related colors

Complementary color

Complementary color for #hex is #659191.


I love getcolorcode.com