COLOR #9A686F

HEX: #9A686F RGB: (154,104,111)

Color info

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

RGB color model

#9A686F color RGB value is (154,104,111).

RGB: (154,104,111) (60%, 41%, 44%)

RGB channels and saturation

R 154 of 255 = 60%
G 104 of 255 = 41%
B 111 of 255 = 44%

154
104
111

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

Portions of RGB colors in percentages

R + G + B = 154 + 104 + 111 = 369 (100%)
R 154 of 369 ~ 41.73%
G 104 of 369 ~ 28.18%
B 111 of 369 ~ 30.08'%

%41.73
%28.18
%30.08

CMYK color model

#9A686F color CMYK value is (0,32,28,40).

  • cyan value is 0.00%
  • magenta value is 32.47%
  • yellow value is 27.92%
  • key color value is 39.61%
CMYK: (0,32,28,40) C0M32Y28K40 (0%,32%,28%,40%) (0.00/0.32/0.28/0.40) 

CMYK percentages

%0
%32.47
%27.92
%39.61

Codes

Color #9A686F in popluar color models

9A 68 6F
RGB 154 104 111
HSL 352° 19.84% 50.59%
HSB/HSV 352° 32.47% 60.39%
CMYK 0.00% 32.47% 27.92%
39.61%

Color #9A686F in popluar number systems.

HEX 9A 68 6F
Decimal 154 104 111
Binary 10011010 1101000 1101111
Octal 232 150 157

Shades and tints

Shades of #9A686F

#9A686F
(154,104,111)
#8C5F65
(140,95,101)
#7E565B
(126,86,91)
#704D51
(112,77,81)
#624447
(98,68,71)
#543B3D
(84,59,61)
#463233
(70,50,51)
#382929
(56,41,41)
#2A201F
(42,32,31)
#1C1715
(28,23,21)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #9A686F

#9A686F
(154,104,111)
#A3757C
(163,117,124)
#AC8289
(172,130,137)
#B58F96
(181,143,150)
#BE9CA3
(190,156,163)
#C7A9B0
(199,169,176)
#D0B6BD
(208,182,189)
#D9C3CA
(217,195,202)
#E2D0D7
(226,208,215)
#EBDDE4
(235,221,228)
#F4EAF1
(244,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A686F color. Also use rgb(154,104,111) instead hex code.

Text Font Color

.myTextColor { color: #9A686F; }

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

This text font color is #9A686F.

Background Color

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

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

This div background color is #9A686F.

Border color

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

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

This div border color is #9A686F.

Opacity

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

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

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

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

This text has shadow with #9A686F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A686F.

Preview

Color preview on black background

This text has color #9A686F on black background.


Color preview on white background

This text has color #9A686F on white background.


Black color preview on #9A686F background

This text has black color on #9A686F background.


White color preview on #9A686F background

This text has white color on #9A686F background.


Related colors

Complementary color

Complementary color for #hex is #659790.


I love getcolorcode.com

Triadic colors

1 #6F9A68 and #686F9A with #9A686F are triadic colors.

2 #6F689A and #689A6F with #9A686F are triadic colors.