COLOR #9A6C6F

HEX: #9A6C6F
RGB: (154,108,111)

Color info

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

RGB color model

#9A6C6F color RGB value is (154,108,111).

  • red value is 154;
  • green value is 108;
  • blue value is 111.
RGB:
(154,108,111)
(60%,42%,44%)

RGB channels and saturation

R 154 of 255 = 60%
G 108 of 255 = 42%
B 111 of 255 = 44%

154
108
111

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

Portions of RGB colors in percentages

R + G + B =
154 + 108 + 111 = 373 (100%)
R 154 of 373 ~ 41.29%
G 108 of 373 ~ 28.95%
B 111 of 373 ~ 29.76%

%41.29
%28.95
%29.76

CMYK color model

#9A6C6F color CMYK value is (0,30,28,40).

  • cyan value is 0.00%
  • magenta value is 29.87%
  • yellow value is 27.92%
  • key color value is 39.61%
CMYK:
(0,30,28,40)
C0M30Y28K40 
(0%,30%,28%,40%)
(0.00/0.30/0.28/0.40)	

CMYK percentages

%0
%29.87
%27.92
%39.61

Codes

Color #9A6C6F in popluar color models

9A6C6F
RGB154108111
HSL356°18.55%51.37%
HSB/HSV356°29.87%60.39%
CMYK0.00%29.87%27.92%
39.61%

Color #9A6C6F in popluar number systems.

HEX9A6C6F
Decimal154108111
Binary1001101011011001101111
Octal232154157

Shades and tints

Shades of #9A6C6F

#9A6C6F
(154,108,111)
#8C6365
(140,99,101)
#7E5A5B
(126,90,91)
#705151
(112,81,81)
#624847
(98,72,71)
#543F3D
(84,63,61)
#463633
(70,54,51)
#382D29
(56,45,41)
#2A241F
(42,36,31)
#1C1B15
(28,27,21)
#0E120B
(14,18,11)
#000000
(0,0,0)

Tints of #9A6C6F

#9A6C6F
(154,108,111)
#A3797C
(163,121,124)
#AC8689
(172,134,137)
#B59396
(181,147,150)
#BEA0A3
(190,160,163)
#C7ADB0
(199,173,176)
#D0BABD
(208,186,189)
#D9C7CA
(217,199,202)
#E2D4D7
(226,212,215)
#EBE1E4
(235,225,228)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A6C6F; }

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

This text font color is #9A6C6F.


Background Color

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

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

This div background color is #9A6C6F.


Border color

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

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

This div border color is #9A6C6F.


Opacity

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

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

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

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

This text has shadow with #9A6C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6C6F on black background.


Color preview on white background

This text has color #9A6C6F on white background.



Black color preview on #9A6C6F background

This text has black color on #9A6C6F background.


White color preview on #9A6C6F background

This text has white color on #9A6C6F background.