COLOR #9F6769

HEX: #9F6769 RGB: (159,103,105)

Color info

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

RGB color model

#9F6769 color RGB value is (159,103,105).

RGB: (159,103,105) (62%, 40%, 41%)

RGB channels and saturation

R 159 of 255 = 62%
G 103 of 255 = 40%
B 105 of 255 = 41%

159
103
105

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

Portions of RGB colors in percentages

R + G + B = 159 + 103 + 105 = 367 (100%)
R 159 of 367 ~ 43.32%
G 103 of 367 ~ 28.07%
B 105 of 367 ~ 28.61'%

%43.32
%28.07
%28.61

CMYK color model

#9F6769 color CMYK value is (0,35,34,38).

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

CMYK: (0,35,34,38)
C0M35Y34K38 (0%, 35%, 34%, 38%)
(0.00 / 0.35 / 0.34 / 0.38)

CMYK percentages

%0
%35.22
%33.96
%37.65

Codes

Color #9F6769 in popluar color models

9F 67 69
RGB 159 103 105
HSL 358° 22.58% 51.37%
HSB/HSV 358° 35.22% 62.35%
CMYK 0.00% 35.22% 33.96%
37.65%

Color #9F6769 in popluar number systems.

HEX 9F 67 69
Decimal 159 103 105
Binary 10011111 1100111 1101001
Octal 237 147 151

Shades and tints

Shades of #9F6769

#9F6769
(159,103,105)
#915E60
(145,94,96)
#835557
(131,85,87)
#754C4E
(117,76,78)
#674345
(103,67,69)
#593A3C
(89,58,60)
#4B3133
(75,49,51)
#3D282A
(61,40,42)
#2F1F21
(47,31,33)
#211618
(33,22,24)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #9F6769

#9F6769
(159,103,105)
#A77476
(167,116,118)
#AF8183
(175,129,131)
#B78E90
(183,142,144)
#BF9B9D
(191,155,157)
#C7A8AA
(199,168,170)
#CFB5B7
(207,181,183)
#D7C2C4
(215,194,196)
#DFCFD1
(223,207,209)
#E7DCDE
(231,220,222)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F6769; }

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

This text font color is #9F6769.

Background Color

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

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

This div background color is #9F6769.

Border color

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

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

This div border color is #9F6769.

Opacity

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

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

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

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

This text has shadow with #9F6769 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F6769.

Preview

Color preview on black background

This text has color #9F6769 on black background.


Color preview on white background

This text has color #9F6769 on white background.


Black color preview on #9F6769 background

This text has black color on #9F6769 background.


White color preview on #9F6769 background

This text has white color on #9F6769 background.


Related colors

Complementary color

Complementary color for #hex is #609896.


I love getcolorcode.com

Triadic colors

1 #699F67 and #67699F with #9F6769 are triadic colors.

2 #69679F and #679F69 with #9F6769 are triadic colors.