COLOR #9A766B

HEX: #9A766B RGB: (154,118,107)

Color info

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

RGB color model

#9A766B color RGB value is (154,118,107).

RGB: (154,118,107) (60%, 46%, 42%)

RGB channels and saturation

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

154
118
107

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

Portions of RGB colors in percentages

R + G + B = 154 + 118 + 107 = 379 (100%)
R 154 of 379 ~ 40.63%
G 118 of 379 ~ 31.13%
B 107 of 379 ~ 28.23'%

%40.63
%31.13
%28.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.38%
  • yellow value is 30.52%
  • 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
%30.52
%39.61

Codes

Color #9A766B in popluar color models

9A 76 6B
RGB 154 118 107
HSL 14° 18.88% 51.18%
HSB/HSV 14° 30.52% 60.39%
CMYK 0.00% 23.38% 30.52%
39.61%

Color #9A766B in popluar number systems.

HEX 9A 76 6B
Decimal 154 118 107
Binary 10011010 1110110 1101011
Octal 232 166 153

Shades and tints

Shades of #9A766B

#9A766B
(154,118,107)
#8C6C62
(140,108,98)
#7E6259
(126,98,89)
#705850
(112,88,80)
#624E47
(98,78,71)
#54443E
(84,68,62)
#463A35
(70,58,53)
#38302C
(56,48,44)
#2A2623
(42,38,35)
#1C1C1A
(28,28,26)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #9A766B

#9A766B
(154,118,107)
#A38278
(163,130,120)
#AC8E85
(172,142,133)
#B59A92
(181,154,146)
#BEA69F
(190,166,159)
#C7B2AC
(199,178,172)
#D0BEB9
(208,190,185)
#D9CAC6
(217,202,198)
#E2D6D3
(226,214,211)
#EBE2E0
(235,226,224)
#F4EEED
(244,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A766B; }

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

This text font color is #9A766B.

Background Color

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

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

This div background color is #9A766B.

Border color

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

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

This div border color is #9A766B.

Opacity

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

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

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

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

This text has shadow with #9A766B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A766B.

Preview

Color preview on black background

This text has color #9A766B on black background.


Color preview on white background

This text has color #9A766B on white background.


Black color preview on #9A766B background

This text has black color on #9A766B background.


White color preview on #9A766B background

This text has white color on #9A766B background.


Related colors

Complementary color

Complementary color for #hex is #658994.


I love getcolorcode.com

Triadic colors

1 #6B9A76 and #766B9A with #9A766B are triadic colors.

2 #6B769A and #769A6B with #9A766B are triadic colors.