COLOR #9F6B39

HEX: #9F6B39
RGB: (159,107,57)

Color info

#9F6B39 contains mainly red and green colors. Web safe color of #9F6B39 is #996633 (or #963).

RGB color model

#9F6B39 color RGB value is (159,107,57).

  • red value is 159;
  • green value is 107;
  • blue value is 57.
RGB:
(159,107,57)
(62%,42%,22%)

RGB channels and saturation

R 159 of 255 = 62%
G 107 of 255 = 42%
B 57 of 255 = 22%

159
107
57

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

Portions of RGB colors in percentages

R + G + B =
159 + 107 + 57 = 323 (100%)
R 159 of 323 ~ 49.23%
G 107 of 323 ~ 33.13%
B 57 of 323 ~ 17.65%

%49.23
%33.13
%17.65

CMYK color model

#9F6B39 color CMYK value is (0,33,64,38).

  • cyan value is 0.00%
  • magenta value is 32.70%
  • yellow value is 64.15%
  • key color value is 37.65%
CMYK:
(0,33,64,38)
C0M33Y64K38 
(0%,33%,64%,38%)
(0.00/0.33/0.64/0.38)	

CMYK percentages

%0
%32.7
%64.15
%37.65

Codes

Color #9F6B39 in popluar color models

9F6B39
RGB15910757
HSL29°47.22%42.35%
HSB/HSV29°64.15%62.35%
CMYK0.00%32.70%64.15%
37.65%

Color #9F6B39 in popluar number systems.

HEX9F6B39
Decimal15910757
Binary100111111101011111001
Octal23715371

Shades and tints

Shades of #9F6B39

#9F6B39
(159,107,57)
#916234
(145,98,52)
#83592F
(131,89,47)
#75502A
(117,80,42)
#674725
(103,71,37)
#593E20
(89,62,32)
#4B351B
(75,53,27)
#3D2C16
(61,44,22)
#2F2311
(47,35,17)
#211A0C
(33,26,12)
#131107
(19,17,7)
#000000
(0,0,0)

Tints of #9F6B39

#9F6B39
(159,107,57)
#A7784B
(167,120,75)
#AF855D
(175,133,93)
#B7926F
(183,146,111)
#BF9F81
(191,159,129)
#C7AC93
(199,172,147)
#CFB9A5
(207,185,165)
#D7C6B7
(215,198,183)
#DFD3C9
(223,211,201)
#E7E0DB
(231,224,219)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6B39 color. Also use rgb(159,107,57) instead hex code.

Text Font Color

.myTextColor { color: #9F6B39; }

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

This text font color is #9F6B39.


Background Color

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

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

This div background color is #9F6B39.


Border color

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

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

This div border color is #9F6B39.


Opacity

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

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

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

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

This text has shadow with #9F6B39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6B39 on black background.


Color preview on white background

This text has color #9F6B39 on white background.



Black color preview on #9F6B39 background

This text has black color on #9F6B39 background.


White color preview on #9F6B39 background

This text has white color on #9F6B39 background.