COLOR #9F694C

HEX: #9F694C
RGB: (159,105,76)

Color info

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

RGB color model

#9F694C color RGB value is (159,105,76).

  • red value is 159;
  • green value is 105;
  • blue value is 76.
RGB:
(159,105,76)
(62%,41%,30%)

RGB channels and saturation

R 159 of 255 = 62%
G 105 of 255 = 41%
B 76 of 255 = 30%

159
105
76

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

Portions of RGB colors in percentages

R + G + B =
159 + 105 + 76 = 340 (100%)
R 159 of 340 ~ 46.76%
G 105 of 340 ~ 30.88%
B 76 of 340 ~ 22.35%

%46.76
%30.88
%22.35

CMYK color model

#9F694C color CMYK value is (0,34,52,38).

  • cyan value is 0.00%
  • magenta value is 33.96%
  • yellow value is 52.20%
  • key color value is 37.65%
CMYK:
(0,34,52,38)
C0M34Y52K38 
(0%,34%,52%,38%)
(0.00/0.34/0.52/0.38)	

CMYK percentages

%0
%33.96
%52.2
%37.65

Codes

Color #9F694C in popluar color models

9F694C
RGB15910576
HSL21°35.32%46.08%
HSB/HSV21°52.20%62.35%
CMYK0.00%33.96%52.20%
37.65%

Color #9F694C in popluar number systems.

HEX9F694C
Decimal15910576
Binary1001111111010011001100
Octal237151114

Shades and tints

Shades of #9F694C

#9F694C
(159,105,76)
#916046
(145,96,70)
#835740
(131,87,64)
#754E3A
(117,78,58)
#674534
(103,69,52)
#593C2E
(89,60,46)
#4B3328
(75,51,40)
#3D2A22
(61,42,34)
#2F211C
(47,33,28)
#211816
(33,24,22)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #9F694C

#9F694C
(159,105,76)
#A7765C
(167,118,92)
#AF836C
(175,131,108)
#B7907C
(183,144,124)
#BF9D8C
(191,157,140)
#C7AA9C
(199,170,156)
#CFB7AC
(207,183,172)
#D7C4BC
(215,196,188)
#DFD1CC
(223,209,204)
#E7DEDC
(231,222,220)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F694C color. Also use rgb(159,105,76) instead hex code.

Text Font Color

.myTextColor { color: #9F694C; }

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

This text font color is #9F694C.


Background Color

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

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

This div background color is #9F694C.


Border color

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

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

This div border color is #9F694C.


Opacity

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

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

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

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

This text has shadow with #9F694C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F694C on black background.


Color preview on white background

This text has color #9F694C on white background.



Black color preview on #9F694C background

This text has black color on #9F694C background.


White color preview on #9F694C background

This text has white color on #9F694C background.