COLOR #9F6D57

HEX: #9F6D57
RGB: (159,109,87)

Color info

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

RGB color model

#9F6D57 color RGB value is (159,109,87).

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

RGB channels and saturation

R 159 of 255 = 62%
G 109 of 255 = 43%
B 87 of 255 = 34%

159
109
87

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

Portions of RGB colors in percentages

R + G + B =
159 + 109 + 87 = 355 (100%)
R 159 of 355 ~ 44.79%
G 109 of 355 ~ 30.7%
B 87 of 355 ~ 24.51%

%44.79
%30.7
%24.51

CMYK color model

#9F6D57 color CMYK value is (0,31,45,38).

  • cyan value is 0.00%
  • magenta value is 31.45%
  • yellow value is 45.28%
  • key color value is 37.65%
CMYK:
(0,31,45,38)
C0M31Y45K38 
(0%,31%,45%,38%)
(0.00/0.31/0.45/0.38)	

CMYK percentages

%0
%31.45
%45.28
%37.65

Codes

Color #9F6D57 in popluar color models

9F6D57
RGB15910987
HSL18°29.27%48.24%
HSB/HSV18°45.28%62.35%
CMYK0.00%31.45%45.28%
37.65%

Color #9F6D57 in popluar number systems.

HEX9F6D57
Decimal15910987
Binary1001111111011011010111
Octal237155127

Shades and tints

Shades of #9F6D57

#9F6D57
(159,109,87)
#916450
(145,100,80)
#835B49
(131,91,73)
#755242
(117,82,66)
#67493B
(103,73,59)
#594034
(89,64,52)
#4B372D
(75,55,45)
#3D2E26
(61,46,38)
#2F251F
(47,37,31)
#211C18
(33,28,24)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #9F6D57

#9F6D57
(159,109,87)
#A77A66
(167,122,102)
#AF8775
(175,135,117)
#B79484
(183,148,132)
#BFA193
(191,161,147)
#C7AEA2
(199,174,162)
#CFBBB1
(207,187,177)
#D7C8C0
(215,200,192)
#DFD5CF
(223,213,207)
#E7E2DE
(231,226,222)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F6D57; }

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

This text font color is #9F6D57.


Background Color

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

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

This div background color is #9F6D57.


Border color

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

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

This div border color is #9F6D57.


Opacity

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

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

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

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

This text has shadow with #9F6D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6D57 on black background.


Color preview on white background

This text has color #9F6D57 on white background.



Black color preview on #9F6D57 background

This text has black color on #9F6D57 background.


White color preview on #9F6D57 background

This text has white color on #9F6D57 background.