COLOR #9A6F74

HEX: #9A6F74
RGB: (154,111,116)

Color info

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

RGB color model

#9A6F74 color RGB value is (154,111,116).

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

RGB channels and saturation

R 154 of 255 = 60%
G 111 of 255 = 44%
B 116 of 255 = 45%

154
111
116

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

Portions of RGB colors in percentages

R + G + B =
154 + 111 + 116 = 381 (100%)
R 154 of 381 ~ 40.42%
G 111 of 381 ~ 29.13%
B 116 of 381 ~ 30.45%

%40.42
%29.13
%30.45

CMYK color model

#9A6F74 color CMYK value is (0,28,25,40).

  • cyan value is 0.00%
  • magenta value is 27.92%
  • yellow value is 24.68%
  • key color value is 39.61%
CMYK:
(0,28,25,40)
C0M28Y25K40 
(0%,28%,25%,40%)
(0.00/0.28/0.25/0.40)	

CMYK percentages

%0
%27.92
%24.68
%39.61

Codes

Color #9A6F74 in popluar color models

9A6F74
RGB154111116
HSL353°17.55%51.96%
HSB/HSV353°27.92%60.39%
CMYK0.00%27.92%24.68%
39.61%

Color #9A6F74 in popluar number systems.

HEX9A6F74
Decimal154111116
Binary1001101011011111110100
Octal232157164

Shades and tints

Shades of #9A6F74

#9A6F74
(154,111,116)
#8C656A
(140,101,106)
#7E5B60
(126,91,96)
#705156
(112,81,86)
#62474C
(98,71,76)
#543D42
(84,61,66)
#463338
(70,51,56)
#38292E
(56,41,46)
#2A1F24
(42,31,36)
#1C151A
(28,21,26)
#0E0B10
(14,11,16)
#000000
(0,0,0)

Tints of #9A6F74

#9A6F74
(154,111,116)
#A37C80
(163,124,128)
#AC898C
(172,137,140)
#B59698
(181,150,152)
#BEA3A4
(190,163,164)
#C7B0B0
(199,176,176)
#D0BDBC
(208,189,188)
#D9CAC8
(217,202,200)
#E2D7D4
(226,215,212)
#EBE4E0
(235,228,224)
#F4F1EC
(244,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A6F74; }

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

This text font color is #9A6F74.


Background Color

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

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

This div background color is #9A6F74.


Border color

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

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

This div border color is #9A6F74.


Opacity

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

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

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

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

This text has shadow with #9A6F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6F74 on black background.


Color preview on white background

This text has color #9A6F74 on white background.



Black color preview on #9A6F74 background

This text has black color on #9A6F74 background.


White color preview on #9A6F74 background

This text has white color on #9A6F74 background.