COLOR #9F6C74

HEX: #9F6C74
RGB: (159,108,116)

Color info

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

RGB color model

#9F6C74 color RGB value is (159,108,116).

  • red value is 159;
  • green value is 108;
  • blue value is 116.
RGB:
(159,108,116)
(62%,42%,45%)

RGB channels and saturation

R 159 of 255 = 62%
G 108 of 255 = 42%
B 116 of 255 = 45%

159
108
116

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

Portions of RGB colors in percentages

R + G + B =
159 + 108 + 116 = 383 (100%)
R 159 of 383 ~ 41.51%
G 108 of 383 ~ 28.2%
B 116 of 383 ~ 30.29%

%41.51
%28.2
%30.29

CMYK color model

#9F6C74 color CMYK value is (0,32,27,38).

  • cyan value is 0.00%
  • magenta value is 32.08%
  • yellow value is 27.04%
  • key color value is 37.65%
CMYK:
(0,32,27,38)
C0M32Y27K38 
(0%,32%,27%,38%)
(0.00/0.32/0.27/0.38)	

CMYK percentages

%0
%32.08
%27.04
%37.65

Codes

Color #9F6C74 in popluar color models

9F6C74
RGB159108116
HSL351°20.99%52.35%
HSB/HSV351°32.08%62.35%
CMYK0.00%32.08%27.04%
37.65%

Color #9F6C74 in popluar number systems.

HEX9F6C74
Decimal159108116
Binary1001111111011001110100
Octal237154164

Shades and tints

Shades of #9F6C74

#9F6C74
(159,108,116)
#91636A
(145,99,106)
#835A60
(131,90,96)
#755156
(117,81,86)
#67484C
(103,72,76)
#593F42
(89,63,66)
#4B3638
(75,54,56)
#3D2D2E
(61,45,46)
#2F2424
(47,36,36)
#211B1A
(33,27,26)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #9F6C74

#9F6C74
(159,108,116)
#A77980
(167,121,128)
#AF868C
(175,134,140)
#B79398
(183,147,152)
#BFA0A4
(191,160,164)
#C7ADB0
(199,173,176)
#CFBABC
(207,186,188)
#D7C7C8
(215,199,200)
#DFD4D4
(223,212,212)
#E7E1E0
(231,225,224)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6C74 color. Also use rgb(159,108,116) instead hex code.

Text Font Color

.myTextColor { color: #9F6C74; }

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

This text font color is #9F6C74.


Background Color

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

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

This div background color is #9F6C74.


Border color

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

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

This div border color is #9F6C74.


Opacity

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

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

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

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

This text has shadow with #9F6C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6C74 on black background.


Color preview on white background

This text has color #9F6C74 on white background.



Black color preview on #9F6C74 background

This text has black color on #9F6C74 background.


White color preview on #9F6C74 background

This text has white color on #9F6C74 background.