COLOR #9F7469

HEX: #9F7469 RGB: (159,116,105)

Color info

#9F7469 contains red, green and blue colors in about the same proportion. Web safe color of #9F7469 is #996666 (or #966).

RGB color model

#9F7469 color RGB value is (159,116,105).

RGB: (159,116,105) (62%, 45%, 41%)

RGB channels and saturation

R 159 of 255 = 62%
G 116 of 255 = 45%
B 105 of 255 = 41%

159
116
105

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

Portions of RGB colors in percentages

R + G + B = 159 + 116 + 105 = 380 (100%)
R 159 of 380 ~ 41.84%
G 116 of 380 ~ 30.53%
B 105 of 380 ~ 27.63'%

%41.84
%30.53
%27.63

CMYK color model

#9F7469 color CMYK value is (0,27,34,38).

  • cyan value is 0.00%
  • magenta value is 27.04%
  • yellow value is 33.96%
  • key color value is 37.65%

CMYK: (0,27,34,38)
C0M27Y34K38 (0%, 27%, 34%, 38%)
(0.00 / 0.27 / 0.34 / 0.38)

CMYK percentages

%0
%27.04
%33.96
%37.65

Codes

Color #9F7469 in popluar color models

9F 74 69
RGB 159 116 105
HSL 12° 21.95% 51.76%
HSB/HSV 12° 33.96% 62.35%
CMYK 0.00% 27.04% 33.96%
37.65%

Color #9F7469 in popluar number systems.

HEX 9F 74 69
Decimal 159 116 105
Binary 10011111 1110100 1101001
Octal 237 164 151

Shades and tints

Shades of #9F7469

#9F7469
(159,116,105)
#916A60
(145,106,96)
#836057
(131,96,87)
#75564E
(117,86,78)
#674C45
(103,76,69)
#59423C
(89,66,60)
#4B3833
(75,56,51)
#3D2E2A
(61,46,42)
#2F2421
(47,36,33)
#211A18
(33,26,24)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #9F7469

#9F7469
(159,116,105)
#A78076
(167,128,118)
#AF8C83
(175,140,131)
#B79890
(183,152,144)
#BFA49D
(191,164,157)
#C7B0AA
(199,176,170)
#CFBCB7
(207,188,183)
#D7C8C4
(215,200,196)
#DFD4D1
(223,212,209)
#E7E0DE
(231,224,222)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F7469; }

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

This text font color is #9F7469.

Background Color

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

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

This div background color is #9F7469.

Border color

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

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

This div border color is #9F7469.

Opacity

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

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

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

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

This text has shadow with #9F7469 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F7469.

Preview

Color preview on black background

This text has color #9F7469 on black background.


Color preview on white background

This text has color #9F7469 on white background.


Black color preview on #9F7469 background

This text has black color on #9F7469 background.


White color preview on #9F7469 background

This text has white color on #9F7469 background.


Related colors

Complementary color

Complementary color for #hex is #608B96.


I love getcolorcode.com

Triadic colors

1 #699F74 and #74699F with #9F7469 are triadic colors.

2 #69749F and #749F69 with #9F7469 are triadic colors.