COLOR #9F6C65

HEX: #9F6C65
RGB: (159,108,101)

Color info

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

RGB color model

#9F6C65 color RGB value is (159,108,101).

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

RGB channels and saturation

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

159
108
101

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

Portions of RGB colors in percentages

R + G + B =
159 + 108 + 101 = 368 (100%)
R 159 of 368 ~ 43.21%
G 108 of 368 ~ 29.35%
B 101 of 368 ~ 27.45%

%43.21
%29.35
%27.45

CMYK color model

#9F6C65 color CMYK value is (0,32,36,38).

  • cyan value is 0.00%
  • magenta value is 32.08%
  • yellow value is 36.48%
  • key color value is 37.65%
CMYK:
(0,32,36,38)
C0M32Y36K38 
(0%,32%,36%,38%)
(0.00/0.32/0.36/0.38)	

CMYK percentages

%0
%32.08
%36.48
%37.65

Codes

Color #9F6C65 in popluar color models

9F6C65
RGB159108101
HSL23.20%50.98%
HSB/HSV36.48%62.35%
CMYK0.00%32.08%36.48%
37.65%

Color #9F6C65 in popluar number systems.

HEX9F6C65
Decimal159108101
Binary1001111111011001100101
Octal237154145

Shades and tints

Shades of #9F6C65

#9F6C65
(159,108,101)
#91635C
(145,99,92)
#835A53
(131,90,83)
#75514A
(117,81,74)
#674841
(103,72,65)
#593F38
(89,63,56)
#4B362F
(75,54,47)
#3D2D26
(61,45,38)
#2F241D
(47,36,29)
#211B14
(33,27,20)
#13120B
(19,18,11)
#000000
(0,0,0)

Tints of #9F6C65

#9F6C65
(159,108,101)
#A77973
(167,121,115)
#AF8681
(175,134,129)
#B7938F
(183,147,143)
#BFA09D
(191,160,157)
#C7ADAB
(199,173,171)
#CFBAB9
(207,186,185)
#D7C7C7
(215,199,199)
#DFD4D5
(223,212,213)
#E7E1E3
(231,225,227)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F6C65; }

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

This text font color is #9F6C65.


Background Color

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

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

This div background color is #9F6C65.


Border color

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

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

This div border color is #9F6C65.


Opacity

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

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

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

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

This text has shadow with #9F6C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6C65 on black background.


Color preview on white background

This text has color #9F6C65 on white background.



Black color preview on #9F6C65 background

This text has black color on #9F6C65 background.


White color preview on #9F6C65 background

This text has white color on #9F6C65 background.