COLOR #9F696D

HEX: #9F696D
RGB: (159,105,109)

Color info

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

RGB color model

#9F696D color RGB value is (159,105,109).

  • red value is 159;
  • green value is 105;
  • blue value is 109.
RGB:
(159,105,109)
(62%,41%,43%)

RGB channels and saturation

R 159 of 255 = 62%
G 105 of 255 = 41%
B 109 of 255 = 43%

159
105
109

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

Portions of RGB colors in percentages

R + G + B =
159 + 105 + 109 = 373 (100%)
R 159 of 373 ~ 42.63%
G 105 of 373 ~ 28.15%
B 109 of 373 ~ 29.22%

%42.63
%28.15
%29.22

CMYK color model

#9F696D color CMYK value is (0,34,31,38).

  • cyan value is 0.00%
  • magenta value is 33.96%
  • yellow value is 31.45%
  • key color value is 37.65%
CMYK:
(0,34,31,38)
C0M34Y31K38 
(0%,34%,31%,38%)
(0.00/0.34/0.31/0.38)	

CMYK percentages

%0
%33.96
%31.45
%37.65

Codes

Color #9F696D in popluar color models

9F696D
RGB159105109
HSL356°21.95%51.76%
HSB/HSV356°33.96%62.35%
CMYK0.00%33.96%31.45%
37.65%

Color #9F696D in popluar number systems.

HEX9F696D
Decimal159105109
Binary1001111111010011101101
Octal237151155

Shades and tints

Shades of #9F696D

#9F696D
(159,105,109)
#916064
(145,96,100)
#83575B
(131,87,91)
#754E52
(117,78,82)
#674549
(103,69,73)
#593C40
(89,60,64)
#4B3337
(75,51,55)
#3D2A2E
(61,42,46)
#2F2125
(47,33,37)
#21181C
(33,24,28)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #9F696D

#9F696D
(159,105,109)
#A7767A
(167,118,122)
#AF8387
(175,131,135)
#B79094
(183,144,148)
#BF9DA1
(191,157,161)
#C7AAAE
(199,170,174)
#CFB7BB
(207,183,187)
#D7C4C8
(215,196,200)
#DFD1D5
(223,209,213)
#E7DEE2
(231,222,226)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F696D color. Also use rgb(159,105,109) instead hex code.

Text Font Color

.myTextColor { color: #9F696D; }

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

This text font color is #9F696D.


Background Color

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

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

This div background color is #9F696D.


Border color

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

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

This div border color is #9F696D.


Opacity

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

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

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

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

This text has shadow with #9F696D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F696D on black background.


Color preview on white background

This text has color #9F696D on white background.



Black color preview on #9F696D background

This text has black color on #9F696D background.


White color preview on #9F696D background

This text has white color on #9F696D background.