COLOR #9B6669

HEX: #9B6669
RGB: (155,102,105)

Color info

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

RGB color model

#9B6669 color RGB value is (155,102,105).

  • red value is 155;
  • green value is 102;
  • blue value is 105.
RGB:
(155,102,105)
(61%,40%,41%)

RGB channels and saturation

R 155 of 255 = 61%
G 102 of 255 = 40%
B 105 of 255 = 41%

155
102
105

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

Portions of RGB colors in percentages

R + G + B =
155 + 102 + 105 = 362 (100%)
R 155 of 362 ~ 42.82%
G 102 of 362 ~ 28.18%
B 105 of 362 ~ 29.01%

%42.82
%28.18
%29.01

CMYK color model

#9B6669 color CMYK value is (0,34,32,39).

  • cyan value is 0.00%
  • magenta value is 34.19%
  • yellow value is 32.26%
  • key color value is 39.22%
CMYK:
(0,34,32,39)
C0M34Y32K39 
(0%,34%,32%,39%)
(0.00/0.34/0.32/0.39)	

CMYK percentages

%0
%34.19
%32.26
%39.22

Codes

Color #9B6669 in popluar color models

9B6669
RGB155102105
HSL357°20.95%50.39%
HSB/HSV357°34.19%60.78%
CMYK0.00%34.19%32.26%
39.22%

Color #9B6669 in popluar number systems.

HEX9B6669
Decimal155102105
Binary1001101111001101101001
Octal233146151

Shades and tints

Shades of #9B6669

#9B6669
(155,102,105)
#8D5D60
(141,93,96)
#7F5457
(127,84,87)
#714B4E
(113,75,78)
#634245
(99,66,69)
#55393C
(85,57,60)
#473033
(71,48,51)
#39272A
(57,39,42)
#2B1E21
(43,30,33)
#1D1518
(29,21,24)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #9B6669

#9B6669
(155,102,105)
#A47376
(164,115,118)
#AD8083
(173,128,131)
#B68D90
(182,141,144)
#BF9A9D
(191,154,157)
#C8A7AA
(200,167,170)
#D1B4B7
(209,180,183)
#DAC1C4
(218,193,196)
#E3CED1
(227,206,209)
#ECDBDE
(236,219,222)
#F5E8EB
(245,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6669 color. Also use rgb(155,102,105) instead hex code.

Text Font Color

.myTextColor { color: #9B6669; }

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

This text font color is #9B6669.


Background Color

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

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

This div background color is #9B6669.


Border color

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

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

This div border color is #9B6669.


Opacity

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

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

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

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

This text has shadow with #9B6669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6669 on black background.


Color preview on white background

This text has color #9B6669 on white background.



Black color preview on #9B6669 background

This text has black color on #9B6669 background.


White color preview on #9B6669 background

This text has white color on #9B6669 background.