COLOR #9B6573

HEX: #9B6573 RGB: (155,101,115)

Color info

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

RGB color model

#9B6573 color RGB value is (155,101,115).

RGB: (155,101,115) (61%, 40%, 45%)

RGB channels and saturation

R 155 of 255 = 61%
G 101 of 255 = 40%
B 115 of 255 = 45%

155
101
115

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

Portions of RGB colors in percentages

R + G + B = 155 + 101 + 115 = 371 (100%)
R 155 of 371 ~ 41.78%
G 101 of 371 ~ 27.22%
B 115 of 371 ~ 31'%

%41.78
%27.22
%31

CMYK color model

#9B6573 color CMYK value is (0,35,26,39).

  • cyan value is 0.00%
  • magenta value is 34.84%
  • yellow value is 25.81%
  • key color value is 39.22%

CMYK: (0,35,26,39)
C0M35Y26K39 (0%, 35%, 26%, 39%)
(0.00 / 0.35 / 0.26 / 0.39)

CMYK percentages

%0
%34.84
%25.81
%39.22

Codes

Color #9B6573 in popluar color models

9B 65 73
RGB 155 101 115
HSL 344° 21.26% 50.20%
HSB/HSV 344° 34.84% 60.78%
CMYK 0.00% 34.84% 25.81%
39.22%

Color #9B6573 in popluar number systems.

HEX 9B 65 73
Decimal 155 101 115
Binary 10011011 1100101 1110011
Octal 233 145 163

Shades and tints

Shades of #9B6573

#9B6573
(155,101,115)
#8D5C69
(141,92,105)
#7F535F
(127,83,95)
#714A55
(113,74,85)
#63414B
(99,65,75)
#553841
(85,56,65)
#472F37
(71,47,55)
#39262D
(57,38,45)
#2B1D23
(43,29,35)
#1D1419
(29,20,25)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #9B6573

#9B6573
(155,101,115)
#A4737F
(164,115,127)
#AD818B
(173,129,139)
#B68F97
(182,143,151)
#BF9DA3
(191,157,163)
#C8ABAF
(200,171,175)
#D1B9BB
(209,185,187)
#DAC7C7
(218,199,199)
#E3D5D3
(227,213,211)
#ECE3DF
(236,227,223)
#F5F1EB
(245,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6573 color. Also use rgb(155,101,115) instead hex code.

Text Font Color

.myTextColor { color: #9B6573; }

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

This text font color is #9B6573.

Background Color

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

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

This div background color is #9B6573.

Border color

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

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

This div border color is #9B6573.

Opacity

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

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

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

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

This text has shadow with #9B6573 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B6573.

Preview

Color preview on black background

This text has color #9B6573 on black background.


Color preview on white background

This text has color #9B6573 on white background.


Black color preview on #9B6573 background

This text has black color on #9B6573 background.


White color preview on #9B6573 background

This text has white color on #9B6573 background.


Related colors

Complementary color

Complementary color for #hex is #649A8C.


I love getcolorcode.com

Triadic colors

1 #739B65 and #65739B with #9B6573 are triadic colors.

2 #73659B and #659B73 with #9B6573 are triadic colors.