COLOR #9F6569

HEX: #9F6569 RGB: (159,101,105)

Color info

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

RGB color model

#9F6569 color RGB value is (159,101,105).

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

RGB channels and saturation

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

159
101
105

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

Portions of RGB colors in percentages

R + G + B = 159 + 101 + 105 = 365 (100%)
R 159 of 365 ~ 43.56%
G 101 of 365 ~ 27.67%
B 105 of 365 ~ 28.77'%

%43.56
%27.67
%28.77

CMYK color model

#9F6569 color CMYK value is (0,36,34,38).

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

CMYK: (0,36,34,38)
C0M36Y34K38 (0%, 36%, 34%, 38%)
(0.00 / 0.36 / 0.34 / 0.38)

CMYK percentages

%0
%36.48
%33.96
%37.65

Codes

Color #9F6569 in popluar color models

9F 65 69
RGB 159 101 105
HSL 356° 23.20% 50.98%
HSB/HSV 356° 36.48% 62.35%
CMYK 0.00% 36.48% 33.96%
37.65%

Color #9F6569 in popluar number systems.

HEX 9F 65 69
Decimal 159 101 105
Binary 10011111 1100101 1101001
Octal 237 145 151

Shades and tints

Shades of #9F6569

#9F6569
(159,101,105)
#915C60
(145,92,96)
#835357
(131,83,87)
#754A4E
(117,74,78)
#674145
(103,65,69)
#59383C
(89,56,60)
#4B2F33
(75,47,51)
#3D262A
(61,38,42)
#2F1D21
(47,29,33)
#211418
(33,20,24)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #9F6569

#9F6569
(159,101,105)
#A77376
(167,115,118)
#AF8183
(175,129,131)
#B78F90
(183,143,144)
#BF9D9D
(191,157,157)
#C7ABAA
(199,171,170)
#CFB9B7
(207,185,183)
#D7C7C4
(215,199,196)
#DFD5D1
(223,213,209)
#E7E3DE
(231,227,222)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F6569; }

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

This text font color is #9F6569.

Background Color

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

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

This div background color is #9F6569.

Border color

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

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

This div border color is #9F6569.

Opacity

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

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

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

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

This text has shadow with #9F6569 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F6569.

Preview

Color preview on black background

This text has color #9F6569 on black background.


Color preview on white background

This text has color #9F6569 on white background.


Black color preview on #9F6569 background

This text has black color on #9F6569 background.


White color preview on #9F6569 background

This text has white color on #9F6569 background.


Related colors

Complementary color

Complementary color for #hex is #609A96.


I love getcolorcode.com

Triadic colors

1 #699F65 and #65699F with #9F6569 are triadic colors.

2 #69659F and #659F69 with #9F6569 are triadic colors.