COLOR #9F8665

HEX: #9F8665
RGB: (159,134,101)

Color info

#9F8665 contains red, green and blue colors in about the same proportion. Web safe color of #9F8665 is #999966 (or #996).

RGB color model

#9F8665 color RGB value is (159,134,101).

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

RGB channels and saturation

R 159 of 255 = 62%
G 134 of 255 = 53%
B 101 of 255 = 40%

159
134
101

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

Portions of RGB colors in percentages

R + G + B =
159 + 134 + 101 = 394 (100%)
R 159 of 394 ~ 40.36%
G 134 of 394 ~ 34.01%
B 101 of 394 ~ 25.63%

%40.36
%34.01
%25.63

CMYK color model

#9F8665 color CMYK value is (0,16,36,38).

  • cyan value is 0.00%
  • magenta value is 15.72%
  • yellow value is 36.48%
  • key color value is 37.65%
CMYK:
(0,16,36,38)
C0M16Y36K38 
(0%,16%,36%,38%)
(0.00/0.16/0.36/0.38)	

CMYK percentages

%0
%15.72
%36.48
%37.65

Codes

Color #9F8665 in popluar color models

9F8665
RGB159134101
HSL34°23.20%50.98%
HSB/HSV34°36.48%62.35%
CMYK0.00%15.72%36.48%
37.65%

Color #9F8665 in popluar number systems.

HEX9F8665
Decimal159134101
Binary10011111100001101100101
Octal237206145

Shades and tints

Shades of #9F8665

#9F8665
(159,134,101)
#917A5C
(145,122,92)
#836E53
(131,110,83)
#75624A
(117,98,74)
#675641
(103,86,65)
#594A38
(89,74,56)
#4B3E2F
(75,62,47)
#3D3226
(61,50,38)
#2F261D
(47,38,29)
#211A14
(33,26,20)
#130E0B
(19,14,11)
#000000
(0,0,0)

Tints of #9F8665

#9F8665
(159,134,101)
#A79173
(167,145,115)
#AF9C81
(175,156,129)
#B7A78F
(183,167,143)
#BFB29D
(191,178,157)
#C7BDAB
(199,189,171)
#CFC8B9
(207,200,185)
#D7D3C7
(215,211,199)
#DFDED5
(223,222,213)
#E7E9E3
(231,233,227)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F8665; }

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

This text font color is #9F8665.


Background Color

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

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

This div background color is #9F8665.


Border color

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

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

This div border color is #9F8665.


Opacity

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

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

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

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

This text has shadow with #9F8665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8665 on black background.


Color preview on white background

This text has color #9F8665 on white background.



Black color preview on #9F8665 background

This text has black color on #9F8665 background.


White color preview on #9F8665 background

This text has white color on #9F8665 background.