COLOR #9F6E44

HEX: #9F6E44
RGB: (159,110,68)

Color info

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

RGB color model

#9F6E44 color RGB value is (159,110,68).

  • red value is 159;
  • green value is 110;
  • blue value is 68.
RGB:
(159,110,68)
(62%,43%,27%)

RGB channels and saturation

R 159 of 255 = 62%
G 110 of 255 = 43%
B 68 of 255 = 27%

159
110
68

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

Portions of RGB colors in percentages

R + G + B =
159 + 110 + 68 = 337 (100%)
R 159 of 337 ~ 47.18%
G 110 of 337 ~ 32.64%
B 68 of 337 ~ 20.18%

%47.18
%32.64
%20.18

CMYK color model

#9F6E44 color CMYK value is (0,31,57,38).

  • cyan value is 0.00%
  • magenta value is 30.82%
  • yellow value is 57.23%
  • key color value is 37.65%
CMYK:
(0,31,57,38)
C0M31Y57K38 
(0%,31%,57%,38%)
(0.00/0.31/0.57/0.38)	

CMYK percentages

%0
%30.82
%57.23
%37.65

Codes

Color #9F6E44 in popluar color models

9F6E44
RGB15911068
HSL28°40.09%44.51%
HSB/HSV28°57.23%62.35%
CMYK0.00%30.82%57.23%
37.65%

Color #9F6E44 in popluar number systems.

HEX9F6E44
Decimal15911068
Binary1001111111011101000100
Octal237156104

Shades and tints

Shades of #9F6E44

#9F6E44
(159,110,68)
#91643E
(145,100,62)
#835A38
(131,90,56)
#755032
(117,80,50)
#67462C
(103,70,44)
#593C26
(89,60,38)
#4B3220
(75,50,32)
#3D281A
(61,40,26)
#2F1E14
(47,30,20)
#21140E
(33,20,14)
#130A08
(19,10,8)
#000000
(0,0,0)

Tints of #9F6E44

#9F6E44
(159,110,68)
#A77B55
(167,123,85)
#AF8866
(175,136,102)
#B79577
(183,149,119)
#BFA288
(191,162,136)
#C7AF99
(199,175,153)
#CFBCAA
(207,188,170)
#D7C9BB
(215,201,187)
#DFD6CC
(223,214,204)
#E7E3DD
(231,227,221)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6E44 color. Also use rgb(159,110,68) instead hex code.

Text Font Color

.myTextColor { color: #9F6E44; }

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

This text font color is #9F6E44.


Background Color

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

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

This div background color is #9F6E44.


Border color

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

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

This div border color is #9F6E44.


Opacity

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

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

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

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

This text has shadow with #9F6E44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6E44 on black background.


Color preview on white background

This text has color #9F6E44 on white background.



Black color preview on #9F6E44 background

This text has black color on #9F6E44 background.


White color preview on #9F6E44 background

This text has white color on #9F6E44 background.