COLOR #9F6F6A

HEX: #9F6F6A
RGB: (159,111,106)

Color info

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

RGB color model

#9F6F6A color RGB value is (159,111,106).

  • red value is 159;
  • green value is 111;
  • blue value is 106.
RGB:
(159,111,106)
(62%,44%,42%)

RGB channels and saturation

R 159 of 255 = 62%
G 111 of 255 = 44%
B 106 of 255 = 42%

159
111
106

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

Portions of RGB colors in percentages

R + G + B =
159 + 111 + 106 = 376 (100%)
R 159 of 376 ~ 42.29%
G 111 of 376 ~ 29.52%
B 106 of 376 ~ 28.19%

%42.29
%29.52
%28.19

CMYK color model

#9F6F6A color CMYK value is (0,30,33,38).

  • cyan value is 0.00%
  • magenta value is 30.19%
  • yellow value is 33.33%
  • key color value is 37.65%
CMYK:
(0,30,33,38)
C0M30Y33K38 
(0%,30%,33%,38%)
(0.00/0.30/0.33/0.38)	

CMYK percentages

%0
%30.19
%33.33
%37.65

Codes

Color #9F6F6A in popluar color models

9F6F6A
RGB159111106
HSL21.63%51.96%
HSB/HSV33.33%62.35%
CMYK0.00%30.19%33.33%
37.65%

Color #9F6F6A in popluar number systems.

HEX9F6F6A
Decimal159111106
Binary1001111111011111101010
Octal237157152

Shades and tints

Shades of #9F6F6A

#9F6F6A
(159,111,106)
#916561
(145,101,97)
#835B58
(131,91,88)
#75514F
(117,81,79)
#674746
(103,71,70)
#593D3D
(89,61,61)
#4B3334
(75,51,52)
#3D292B
(61,41,43)
#2F1F22
(47,31,34)
#211519
(33,21,25)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #9F6F6A

#9F6F6A
(159,111,106)
#A77C77
(167,124,119)
#AF8984
(175,137,132)
#B79691
(183,150,145)
#BFA39E
(191,163,158)
#C7B0AB
(199,176,171)
#CFBDB8
(207,189,184)
#D7CAC5
(215,202,197)
#DFD7D2
(223,215,210)
#E7E4DF
(231,228,223)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6F6A color. Also use rgb(159,111,106) instead hex code.

Text Font Color

.myTextColor { color: #9F6F6A; }

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

This text font color is #9F6F6A.


Background Color

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

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

This div background color is #9F6F6A.


Border color

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

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

This div border color is #9F6F6A.


Opacity

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

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

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

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

This text has shadow with #9F6F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6F6A on black background.


Color preview on white background

This text has color #9F6F6A on white background.



Black color preview on #9F6F6A background

This text has black color on #9F6F6A background.


White color preview on #9F6F6A background

This text has white color on #9F6F6A background.