COLOR #9F6853

HEX: #9F6853
RGB: (159,104,83)

Color info

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

RGB color model

#9F6853 color RGB value is (159,104,83).

  • red value is 159;
  • green value is 104;
  • blue value is 83.
RGB:
(159,104,83)
(62%,41%,33%)

RGB channels and saturation

R 159 of 255 = 62%
G 104 of 255 = 41%
B 83 of 255 = 33%

159
104
83

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

Portions of RGB colors in percentages

R + G + B =
159 + 104 + 83 = 346 (100%)
R 159 of 346 ~ 45.95%
G 104 of 346 ~ 30.06%
B 83 of 346 ~ 23.99%

%45.95
%30.06
%23.99

CMYK color model

#9F6853 color CMYK value is (0,35,48,38).

  • cyan value is 0.00%
  • magenta value is 34.59%
  • yellow value is 47.80%
  • key color value is 37.65%
CMYK:
(0,35,48,38)
C0M35Y48K38 
(0%,35%,48%,38%)
(0.00/0.35/0.48/0.38)	

CMYK percentages

%0
%34.59
%47.8
%37.65

Codes

Color #9F6853 in popluar color models

9F6853
RGB15910483
HSL17°31.40%47.45%
HSB/HSV17°47.80%62.35%
CMYK0.00%34.59%47.80%
37.65%

Color #9F6853 in popluar number systems.

HEX9F6853
Decimal15910483
Binary1001111111010001010011
Octal237150123

Shades and tints

Shades of #9F6853

#9F6853
(159,104,83)
#915F4C
(145,95,76)
#835645
(131,86,69)
#754D3E
(117,77,62)
#674437
(103,68,55)
#593B30
(89,59,48)
#4B3229
(75,50,41)
#3D2922
(61,41,34)
#2F201B
(47,32,27)
#211714
(33,23,20)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #9F6853

#9F6853
(159,104,83)
#A77562
(167,117,98)
#AF8271
(175,130,113)
#B78F80
(183,143,128)
#BF9C8F
(191,156,143)
#C7A99E
(199,169,158)
#CFB6AD
(207,182,173)
#D7C3BC
(215,195,188)
#DFD0CB
(223,208,203)
#E7DDDA
(231,221,218)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6853 color. Also use rgb(159,104,83) instead hex code.

Text Font Color

.myTextColor { color: #9F6853; }

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

This text font color is #9F6853.


Background Color

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

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

This div background color is #9F6853.


Border color

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

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

This div border color is #9F6853.


Opacity

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

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

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

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

This text has shadow with #9F6853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6853 on black background.


Color preview on white background

This text has color #9F6853 on white background.



Black color preview on #9F6853 background

This text has black color on #9F6853 background.


White color preview on #9F6853 background

This text has white color on #9F6853 background.