COLOR #9F6F54

HEX: #9F6F54
RGB: (159,111,84)

Color info

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

RGB color model

#9F6F54 color RGB value is (159,111,84).

  • red value is 159;
  • green value is 111;
  • blue value is 84.
RGB:
(159,111,84)
(62%,44%,33%)

RGB channels and saturation

R 159 of 255 = 62%
G 111 of 255 = 44%
B 84 of 255 = 33%

159
111
84

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

Portions of RGB colors in percentages

R + G + B =
159 + 111 + 84 = 354 (100%)
R 159 of 354 ~ 44.92%
G 111 of 354 ~ 31.36%
B 84 of 354 ~ 23.73%

%44.92
%31.36
%23.73

CMYK color model

#9F6F54 color CMYK value is (0,30,47,38).

  • cyan value is 0.00%
  • magenta value is 30.19%
  • yellow value is 47.17%
  • key color value is 37.65%
CMYK:
(0,30,47,38)
C0M30Y47K38 
(0%,30%,47%,38%)
(0.00/0.30/0.47/0.38)	

CMYK percentages

%0
%30.19
%47.17
%37.65

Codes

Color #9F6F54 in popluar color models

9F6F54
RGB15911184
HSL22°30.86%47.65%
HSB/HSV22°47.17%62.35%
CMYK0.00%30.19%47.17%
37.65%

Color #9F6F54 in popluar number systems.

HEX9F6F54
Decimal15911184
Binary1001111111011111010100
Octal237157124

Shades and tints

Shades of #9F6F54

#9F6F54
(159,111,84)
#91654D
(145,101,77)
#835B46
(131,91,70)
#75513F
(117,81,63)
#674738
(103,71,56)
#593D31
(89,61,49)
#4B332A
(75,51,42)
#3D2923
(61,41,35)
#2F1F1C
(47,31,28)
#211515
(33,21,21)
#130B0E
(19,11,14)
#000000
(0,0,0)

Tints of #9F6F54

#9F6F54
(159,111,84)
#A77C63
(167,124,99)
#AF8972
(175,137,114)
#B79681
(183,150,129)
#BFA390
(191,163,144)
#C7B09F
(199,176,159)
#CFBDAE
(207,189,174)
#D7CABD
(215,202,189)
#DFD7CC
(223,215,204)
#E7E4DB
(231,228,219)
#EFF1EA
(239,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6F54 color. Also use rgb(159,111,84) instead hex code.

Text Font Color

.myTextColor { color: #9F6F54; }

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

This text font color is #9F6F54.


Background Color

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

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

This div background color is #9F6F54.


Border color

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

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

This div border color is #9F6F54.


Opacity

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

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

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

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

This text has shadow with #9F6F54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6F54 on black background.


Color preview on white background

This text has color #9F6F54 on white background.



Black color preview on #9F6F54 background

This text has black color on #9F6F54 background.


White color preview on #9F6F54 background

This text has white color on #9F6F54 background.