COLOR #9A766A

HEX: #9A766A
RGB: (154,118,106)

Color info

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

RGB color model

#9A766A color RGB value is (154,118,106).

  • red value is 154;
  • green value is 118;
  • blue value is 106.
RGB:
(154,118,106)
(60%,46%,42%)

RGB channels and saturation

R 154 of 255 = 60%
G 118 of 255 = 46%
B 106 of 255 = 42%

154
118
106

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

Portions of RGB colors in percentages

R + G + B =
154 + 118 + 106 = 378 (100%)
R 154 of 378 ~ 40.74%
G 118 of 378 ~ 31.22%
B 106 of 378 ~ 28.04%

%40.74
%31.22
%28.04

CMYK color model

#9A766A color CMYK value is (0,23,31,40).

  • cyan value is 0.00%
  • magenta value is 23.38%
  • yellow value is 31.17%
  • key color value is 39.61%
CMYK:
(0,23,31,40)
C0M23Y31K40 
(0%,23%,31%,40%)
(0.00/0.23/0.31/0.40)	

CMYK percentages

%0
%23.38
%31.17
%39.61

Codes

Color #9A766A in popluar color models

9A766A
RGB154118106
HSL15°19.20%50.98%
HSB/HSV15°31.17%60.39%
CMYK0.00%23.38%31.17%
39.61%

Color #9A766A in popluar number systems.

HEX9A766A
Decimal154118106
Binary1001101011101101101010
Octal232166152

Shades and tints

Shades of #9A766A

#9A766A
(154,118,106)
#8C6C61
(140,108,97)
#7E6258
(126,98,88)
#70584F
(112,88,79)
#624E46
(98,78,70)
#54443D
(84,68,61)
#463A34
(70,58,52)
#38302B
(56,48,43)
#2A2622
(42,38,34)
#1C1C19
(28,28,25)
#0E1210
(14,18,16)
#000000
(0,0,0)

Tints of #9A766A

#9A766A
(154,118,106)
#A38277
(163,130,119)
#AC8E84
(172,142,132)
#B59A91
(181,154,145)
#BEA69E
(190,166,158)
#C7B2AB
(199,178,171)
#D0BEB8
(208,190,184)
#D9CAC5
(217,202,197)
#E2D6D2
(226,214,210)
#EBE2DF
(235,226,223)
#F4EEEC
(244,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A766A; }

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

This text font color is #9A766A.


Background Color

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

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

This div background color is #9A766A.


Border color

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

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

This div border color is #9A766A.


Opacity

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

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

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

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

This text has shadow with #9A766A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A766A on black background.


Color preview on white background

This text has color #9A766A on white background.



Black color preview on #9A766A background

This text has black color on #9A766A background.


White color preview on #9A766A background

This text has white color on #9A766A background.