COLOR #9A996E

HEX: #9A996E RGB: (154,153,110)

Color info

#9A996E contains red, green and blue colors in about the same proportion. Web safe color of #9A996E is #999966 (or #996).

RGB color model

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

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

RGB channels and saturation

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

154
153
110

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

Portions of RGB colors in percentages

R + G + B = 154 + 153 + 110 = 417 (100%)
R 154 of 417 ~ 36.93%
G 153 of 417 ~ 36.69%
B 110 of 417 ~ 26.38'%

%36.93
%36.69
%26.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.65%
  • yellow value is 28.57%
  • key color value is 39.61%
CMYK: (0,1,29,40) C0M1Y29K40 (0%,1%,29%,40%) (0.00/0.01/0.29/0.40) 

CMYK percentages

%0
%0.65
%28.57
%39.61

Codes

Color #9A996E in popluar color models

9A 99 6E
RGB 154 153 110
HSL 59° 17.89% 51.76%
HSB/HSV 59° 28.57% 60.39%
CMYK 0.00% 0.65% 28.57%
39.61%

Color #9A996E in popluar number systems.

HEX 9A 99 6E
Decimal 154 153 110
Binary 10011010 10011001 1101110
Octal 232 231 156

Shades and tints

Shades of #9A996E

#9A996E
(154,153,110)
#8C8C64
(140,140,100)
#7E7F5A
(126,127,90)
#707250
(112,114,80)
#626546
(98,101,70)
#54583C
(84,88,60)
#464B32
(70,75,50)
#383E28
(56,62,40)
#2A311E
(42,49,30)
#1C2414
(28,36,20)
#0E170A
(14,23,10)
#000000
(0,0,0)

Tints of #9A996E

#9A996E
(154,153,110)
#A3A27B
(163,162,123)
#ACAB88
(172,171,136)
#B5B495
(181,180,149)
#BEBDA2
(190,189,162)
#C7C6AF
(199,198,175)
#D0CFBC
(208,207,188)
#D9D8C9
(217,216,201)
#E2E1D6
(226,225,214)
#EBEAE3
(235,234,227)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A996E; }

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

This text font color is #9A996E.

Background Color

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

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

This div background color is #9A996E.

Border color

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

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

This div border color is #9A996E.

Opacity

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

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

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

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

This text has shadow with #9A996E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A996E.

Preview

Color preview on black background

This text has color #9A996E on black background.


Color preview on white background

This text has color #9A996E on white background.


Black color preview on #9A996E background

This text has black color on #9A996E background.


White color preview on #9A996E background

This text has white color on #9A996E background.


Related colors

Complementary color

Complementary color for #hex is #656691.


I love getcolorcode.com

Triadic colors

1 #6E9A99 and #996E9A with #9A996E are triadic colors.

2 #6E999A and #999A6E with #9A996E are triadic colors.