COLOR #9F6C60

HEX: #9F6C60
RGB: (159,108,96)

Color info

#9F6C60 contains mainly red and green colors. Web safe color of #9F6C60 is #996666 (or #966).

RGB color model

#9F6C60 color RGB value is (159,108,96).

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

RGB channels and saturation

R 159 of 255 = 62%
G 108 of 255 = 42%
B 96 of 255 = 38%

159
108
96

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

Portions of RGB colors in percentages

R + G + B =
159 + 108 + 96 = 363 (100%)
R 159 of 363 ~ 43.8%
G 108 of 363 ~ 29.75%
B 96 of 363 ~ 26.45%

%43.8
%29.75
%26.45

CMYK color model

#9F6C60 color CMYK value is (0,32,40,38).

  • cyan value is 0.00%
  • magenta value is 32.08%
  • yellow value is 39.62%
  • key color value is 37.65%
CMYK:
(0,32,40,38)
C0M32Y40K38 
(0%,32%,40%,38%)
(0.00/0.32/0.40/0.38)	

CMYK percentages

%0
%32.08
%39.62
%37.65

Codes

Color #9F6C60 in popluar color models

9F6C60
RGB15910896
HSL11°24.71%50.00%
HSB/HSV11°39.62%62.35%
CMYK0.00%32.08%39.62%
37.65%

Color #9F6C60 in popluar number systems.

HEX9F6C60
Decimal15910896
Binary1001111111011001100000
Octal237154140

Shades and tints

Shades of #9F6C60

#9F6C60
(159,108,96)
#916358
(145,99,88)
#835A50
(131,90,80)
#755148
(117,81,72)
#674840
(103,72,64)
#593F38
(89,63,56)
#4B3630
(75,54,48)
#3D2D28
(61,45,40)
#2F2420
(47,36,32)
#211B18
(33,27,24)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #9F6C60

#9F6C60
(159,108,96)
#A7796E
(167,121,110)
#AF867C
(175,134,124)
#B7938A
(183,147,138)
#BFA098
(191,160,152)
#C7ADA6
(199,173,166)
#CFBAB4
(207,186,180)
#D7C7C2
(215,199,194)
#DFD4D0
(223,212,208)
#E7E1DE
(231,225,222)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F6C60; }

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

This text font color is #9F6C60.


Background Color

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

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

This div background color is #9F6C60.


Border color

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

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

This div border color is #9F6C60.


Opacity

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

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

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

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

This text has shadow with #9F6C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6C60 on black background.


Color preview on white background

This text has color #9F6C60 on white background.



Black color preview on #9F6C60 background

This text has black color on #9F6C60 background.


White color preview on #9F6C60 background

This text has white color on #9F6C60 background.