COLOR #9F656A

HEX: #9F656A
RGB: (159,101,106)

Color info

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

RGB color model

#9F656A color RGB value is (159,101,106).

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

RGB channels and saturation

R 159 of 255 = 62%
G 101 of 255 = 40%
B 106 of 255 = 42%

159
101
106

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

Portions of RGB colors in percentages

R + G + B =
159 + 101 + 106 = 366 (100%)
R 159 of 366 ~ 43.44%
G 101 of 366 ~ 27.6%
B 106 of 366 ~ 28.96%

%43.44
%27.6
%28.96

CMYK color model

#9F656A color CMYK value is (0,36,33,38).

  • cyan value is 0.00%
  • magenta value is 36.48%
  • yellow value is 33.33%
  • key color value is 37.65%
CMYK:
(0,36,33,38)
C0M36Y33K38 
(0%,36%,33%,38%)
(0.00/0.36/0.33/0.38)	

CMYK percentages

%0
%36.48
%33.33
%37.65

Codes

Color #9F656A in popluar color models

9F656A
RGB159101106
HSL355°23.20%50.98%
HSB/HSV355°36.48%62.35%
CMYK0.00%36.48%33.33%
37.65%

Color #9F656A in popluar number systems.

HEX9F656A
Decimal159101106
Binary1001111111001011101010
Octal237145152

Shades and tints

Shades of #9F656A

#9F656A
(159,101,106)
#915C61
(145,92,97)
#835358
(131,83,88)
#754A4F
(117,74,79)
#674146
(103,65,70)
#59383D
(89,56,61)
#4B2F34
(75,47,52)
#3D262B
(61,38,43)
#2F1D22
(47,29,34)
#211419
(33,20,25)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #9F656A

#9F656A
(159,101,106)
#A77377
(167,115,119)
#AF8184
(175,129,132)
#B78F91
(183,143,145)
#BF9D9E
(191,157,158)
#C7ABAB
(199,171,171)
#CFB9B8
(207,185,184)
#D7C7C5
(215,199,197)
#DFD5D2
(223,213,210)
#E7E3DF
(231,227,223)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F656A; }

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

This text font color is #9F656A.


Background Color

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

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

This div background color is #9F656A.


Border color

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

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

This div border color is #9F656A.


Opacity

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

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

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

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

This text has shadow with #9F656A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F656A on black background.


Color preview on white background

This text has color #9F656A on white background.



Black color preview on #9F656A background

This text has black color on #9F656A background.


White color preview on #9F656A background

This text has white color on #9F656A background.