COLOR #9F6746

HEX: #9F6746
RGB: (159,103,70)

Color info

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

RGB color model

#9F6746 color RGB value is (159,103,70).

  • red value is 159;
  • green value is 103;
  • blue value is 70.
RGB:
(159,103,70)
(62%,40%,27%)

RGB channels and saturation

R 159 of 255 = 62%
G 103 of 255 = 40%
B 70 of 255 = 27%

159
103
70

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

Portions of RGB colors in percentages

R + G + B =
159 + 103 + 70 = 332 (100%)
R 159 of 332 ~ 47.89%
G 103 of 332 ~ 31.02%
B 70 of 332 ~ 21.08%

%47.89
%31.02
%21.08

CMYK color model

#9F6746 color CMYK value is (0,35,56,38).

  • cyan value is 0.00%
  • magenta value is 35.22%
  • yellow value is 55.97%
  • key color value is 37.65%
CMYK:
(0,35,56,38)
C0M35Y56K38 
(0%,35%,56%,38%)
(0.00/0.35/0.56/0.38)	

CMYK percentages

%0
%35.22
%55.97
%37.65

Codes

Color #9F6746 in popluar color models

9F6746
RGB15910370
HSL22°38.86%44.90%
HSB/HSV22°55.97%62.35%
CMYK0.00%35.22%55.97%
37.65%

Color #9F6746 in popluar number systems.

HEX9F6746
Decimal15910370
Binary1001111111001111000110
Octal237147106

Shades and tints

Shades of #9F6746

#9F6746
(159,103,70)
#915E40
(145,94,64)
#83553A
(131,85,58)
#754C34
(117,76,52)
#67432E
(103,67,46)
#593A28
(89,58,40)
#4B3122
(75,49,34)
#3D281C
(61,40,28)
#2F1F16
(47,31,22)
#211610
(33,22,16)
#130D0A
(19,13,10)
#000000
(0,0,0)

Tints of #9F6746

#9F6746
(159,103,70)
#A77456
(167,116,86)
#AF8166
(175,129,102)
#B78E76
(183,142,118)
#BF9B86
(191,155,134)
#C7A896
(199,168,150)
#CFB5A6
(207,181,166)
#D7C2B6
(215,194,182)
#DFCFC6
(223,207,198)
#E7DCD6
(231,220,214)
#EFE9E6
(239,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6746 color. Also use rgb(159,103,70) instead hex code.

Text Font Color

.myTextColor { color: #9F6746; }

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

This text font color is #9F6746.


Background Color

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

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

This div background color is #9F6746.


Border color

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

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

This div border color is #9F6746.


Opacity

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

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

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

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

This text has shadow with #9F6746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6746 on black background.


Color preview on white background

This text has color #9F6746 on white background.



Black color preview on #9F6746 background

This text has black color on #9F6746 background.


White color preview on #9F6746 background

This text has white color on #9F6746 background.