COLOR #9A7F66

HEX: #9A7F66
RGB: (154,127,102)

Color info

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

RGB color model

#9A7F66 color RGB value is (154,127,102).

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

RGB channels and saturation

R 154 of 255 = 60%
G 127 of 255 = 50%
B 102 of 255 = 40%

154
127
102

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

Portions of RGB colors in percentages

R + G + B =
154 + 127 + 102 = 383 (100%)
R 154 of 383 ~ 40.21%
G 127 of 383 ~ 33.16%
B 102 of 383 ~ 26.63%

%40.21
%33.16
%26.63

CMYK color model

#9A7F66 color CMYK value is (0,18,34,40).

  • cyan value is 0.00%
  • magenta value is 17.53%
  • yellow value is 33.77%
  • key color value is 39.61%
CMYK:
(0,18,34,40)
C0M18Y34K40 
(0%,18%,34%,40%)
(0.00/0.18/0.34/0.40)	

CMYK percentages

%0
%17.53
%33.77
%39.61

Codes

Color #9A7F66 in popluar color models

9A7F66
RGB154127102
HSL29°20.47%50.20%
HSB/HSV29°33.77%60.39%
CMYK0.00%17.53%33.77%
39.61%

Color #9A7F66 in popluar number systems.

HEX9A7F66
Decimal154127102
Binary1001101011111111100110
Octal232177146

Shades and tints

Shades of #9A7F66

#9A7F66
(154,127,102)
#8C745D
(140,116,93)
#7E6954
(126,105,84)
#705E4B
(112,94,75)
#625342
(98,83,66)
#544839
(84,72,57)
#463D30
(70,61,48)
#383227
(56,50,39)
#2A271E
(42,39,30)
#1C1C15
(28,28,21)
#0E110C
(14,17,12)
#000000
(0,0,0)

Tints of #9A7F66

#9A7F66
(154,127,102)
#A38A73
(163,138,115)
#AC9580
(172,149,128)
#B5A08D
(181,160,141)
#BEAB9A
(190,171,154)
#C7B6A7
(199,182,167)
#D0C1B4
(208,193,180)
#D9CCC1
(217,204,193)
#E2D7CE
(226,215,206)
#EBE2DB
(235,226,219)
#F4EDE8
(244,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A7F66; }

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

This text font color is #9A7F66.


Background Color

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

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

This div background color is #9A7F66.


Border color

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

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

This div border color is #9A7F66.


Opacity

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

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

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

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

This text has shadow with #9A7F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A7F66 on black background.


Color preview on white background

This text has color #9A7F66 on white background.



Black color preview on #9A7F66 background

This text has black color on #9A7F66 background.


White color preview on #9A7F66 background

This text has white color on #9A7F66 background.