COLOR #9F746A

HEX: #9F746A RGB: (159,116,106)

Color info

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

RGB color model

#9F746A color RGB value is (159,116,106).

RGB: (159,116,106) (62%, 45%, 42%)

RGB channels and saturation

R 159 of 255 = 62%
G 116 of 255 = 45%
B 106 of 255 = 42%

159
116
106

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

Portions of RGB colors in percentages

R + G + B = 159 + 116 + 106 = 381 (100%)
R 159 of 381 ~ 41.73%
G 116 of 381 ~ 30.45%
B 106 of 381 ~ 27.82'%

%41.73
%30.45
%27.82

CMYK color model

#9F746A color CMYK value is (0,27,33,38).

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

CMYK: (0,27,33,38)
C0M27Y33K38 (0%, 27%, 33%, 38%)
(0.00 / 0.27 / 0.33 / 0.38)

CMYK percentages

%0
%27.04
%33.33
%37.65

Codes

Color #9F746A in popluar color models

9F 74 6A
RGB 159 116 106
HSL 11° 21.63% 51.96%
HSB/HSV 11° 33.33% 62.35%
CMYK 0.00% 27.04% 33.33%
37.65%

Color #9F746A in popluar number systems.

HEX 9F 74 6A
Decimal 159 116 106
Binary 10011111 1110100 1101010
Octal 237 164 152

Shades and tints

Shades of #9F746A

#9F746A
(159,116,106)
#916A61
(145,106,97)
#836058
(131,96,88)
#75564F
(117,86,79)
#674C46
(103,76,70)
#59423D
(89,66,61)
#4B3834
(75,56,52)
#3D2E2B
(61,46,43)
#2F2422
(47,36,34)
#211A19
(33,26,25)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #9F746A

#9F746A
(159,116,106)
#A78077
(167,128,119)
#AF8C84
(175,140,132)
#B79891
(183,152,145)
#BFA49E
(191,164,158)
#C7B0AB
(199,176,171)
#CFBCB8
(207,188,184)
#D7C8C5
(215,200,197)
#DFD4D2
(223,212,210)
#E7E0DF
(231,224,223)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F746A; }

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

This text font color is #9F746A.

Background Color

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

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

This div background color is #9F746A.

Border color

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

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

This div border color is #9F746A.

Opacity

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

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

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

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

This text has shadow with #9F746A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F746A.

Preview

Color preview on black background

This text has color #9F746A on black background.


Color preview on white background

This text has color #9F746A on white background.


Black color preview on #9F746A background

This text has black color on #9F746A background.


White color preview on #9F746A background

This text has white color on #9F746A background.


Related colors

Complementary color

Complementary color for #hex is #608B95.


I love getcolorcode.com

Triadic colors

1 #6A9F74 and #746A9F with #9F746A are triadic colors.

2 #6A749F and #749F6A with #9F746A are triadic colors.