COLOR #9F684B

HEX: #9F684B RGB: (159,104,75)

Color info

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

RGB color model

#9F684B color RGB value is (159,104,75).

RGB: (159,104,75) (62%, 41%, 29%)

RGB channels and saturation

R 159 of 255 = 62%
G 104 of 255 = 41%
B 75 of 255 = 29%

159
104
75

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

Portions of RGB colors in percentages

R + G + B = 159 + 104 + 75 = 338 (100%)
R 159 of 338 ~ 47.04%
G 104 of 338 ~ 30.77%
B 75 of 338 ~ 22.19'%

%47.04
%30.77
%22.19

CMYK color model

#9F684B color CMYK value is (0,35,53,38).

  • cyan value is 0.00%
  • magenta value is 34.59%
  • yellow value is 52.83%
  • key color value is 37.65%
CMYK: (0,35,53,38) C0M35Y53K38 (0%,35%,53%,38%) (0.00/0.35/0.53/0.38) 

CMYK percentages

%0
%34.59
%52.83
%37.65

Codes

Color #9F684B in popluar color models

9F 68 4B
RGB 159 104 75
HSL 21° 35.90% 45.88%
HSB/HSV 21° 52.83% 62.35%
CMYK 0.00% 34.59% 52.83%
37.65%

Color #9F684B in popluar number systems.

HEX 9F 68 4B
Decimal 159 104 75
Binary 10011111 1101000 1001011
Octal 237 150 113

Shades and tints

Shades of #9F684B

#9F684B
(159,104,75)
#915F45
(145,95,69)
#83563F
(131,86,63)
#754D39
(117,77,57)
#674433
(103,68,51)
#593B2D
(89,59,45)
#4B3227
(75,50,39)
#3D2921
(61,41,33)
#2F201B
(47,32,27)
#211715
(33,23,21)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #9F684B

#9F684B
(159,104,75)
#A7755B
(167,117,91)
#AF826B
(175,130,107)
#B78F7B
(183,143,123)
#BF9C8B
(191,156,139)
#C7A99B
(199,169,155)
#CFB6AB
(207,182,171)
#D7C3BB
(215,195,187)
#DFD0CB
(223,208,203)
#E7DDDB
(231,221,219)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F684B color. Also use rgb(159,104,75) instead hex code.

Text Font Color

.myTextColor { color: #9F684B; }

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

This text font color is #9F684B.

Background Color

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

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

This div background color is #9F684B.

Border color

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

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

This div border color is #9F684B.

Opacity

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

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

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

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

This text has shadow with #9F684B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F684B.

Preview

Color preview on black background

This text has color #9F684B on black background.


Color preview on white background

This text has color #9F684B on white background.


Black color preview on #9F684B background

This text has black color on #9F684B background.


White color preview on #9F684B background

This text has white color on #9F684B background.


Related colors

Complementary color

Complementary color for #hex is #6097B4.


I love getcolorcode.com

Triadic colors

1 #4B9F68 and #684B9F with #9F684B are triadic colors.

2 #4B689F and #689F4B with #9F684B are triadic colors.