COLOR #9F9A66

HEX: #9F9A66
RGB: (159,154,102)

Color info

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

RGB color model

#9F9A66 color RGB value is (159,154,102).

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

RGB channels and saturation

R 159 of 255 = 62%
G 154 of 255 = 60%
B 102 of 255 = 40%

159
154
102

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

Portions of RGB colors in percentages

R + G + B =
159 + 154 + 102 = 415 (100%)
R 159 of 415 ~ 38.31%
G 154 of 415 ~ 37.11%
B 102 of 415 ~ 24.58%

%38.31
%37.11
%24.58

CMYK color model

#9F9A66 color CMYK value is (0,3,36,38).

  • cyan value is 0.00%
  • magenta value is 3.14%
  • yellow value is 35.85%
  • key color value is 37.65%
CMYK:
(0,3,36,38)
C0M3Y36K38 
(0%,3%,36%,38%)
(0.00/0.03/0.36/0.38)	

CMYK percentages

%0
%3.14
%35.85
%37.65

Codes

Color #9F9A66 in popluar color models

9F9A66
RGB159154102
HSL55°22.89%51.18%
HSB/HSV55°35.85%62.35%
CMYK0.00%3.14%35.85%
37.65%

Color #9F9A66 in popluar number systems.

HEX9F9A66
Decimal159154102
Binary10011111100110101100110
Octal237232146

Shades and tints

Shades of #9F9A66

#9F9A66
(159,154,102)
#918C5D
(145,140,93)
#837E54
(131,126,84)
#75704B
(117,112,75)
#676242
(103,98,66)
#595439
(89,84,57)
#4B4630
(75,70,48)
#3D3827
(61,56,39)
#2F2A1E
(47,42,30)
#211C15
(33,28,21)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #9F9A66

#9F9A66
(159,154,102)
#A7A373
(167,163,115)
#AFAC80
(175,172,128)
#B7B58D
(183,181,141)
#BFBE9A
(191,190,154)
#C7C7A7
(199,199,167)
#CFD0B4
(207,208,180)
#D7D9C1
(215,217,193)
#DFE2CE
(223,226,206)
#E7EBDB
(231,235,219)
#EFF4E8
(239,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9A66; }

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

This text font color is #9F9A66.


Background Color

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

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

This div background color is #9F9A66.


Border color

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

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

This div border color is #9F9A66.


Opacity

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

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

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

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

This text has shadow with #9F9A66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9A66 on black background.


Color preview on white background

This text has color #9F9A66 on white background.



Black color preview on #9F9A66 background

This text has black color on #9F9A66 background.


White color preview on #9F9A66 background

This text has white color on #9F9A66 background.