COLOR #9B6667

HEX: #9B6667
RGB: (155,102,103)

Color info

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

RGB color model

#9B6667 color RGB value is (155,102,103).

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

RGB channels and saturation

R 155 of 255 = 61%
G 102 of 255 = 40%
B 103 of 255 = 40%

155
102
103

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

Portions of RGB colors in percentages

R + G + B =
155 + 102 + 103 = 360 (100%)
R 155 of 360 ~ 43.06%
G 102 of 360 ~ 28.33%
B 103 of 360 ~ 28.61%

%43.06
%28.33
%28.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.19%
  • yellow value is 33.55%
  • key color value is 39.22%
CMYK:
(0,34,34,39)
C0M34Y34K39 
(0%,34%,34%,39%)
(0.00/0.34/0.34/0.39)	

CMYK percentages

%0
%34.19
%33.55
%39.22

Codes

Color #9B6667 in popluar color models

9B6667
RGB155102103
HSL359°20.95%50.39%
HSB/HSV359°34.19%60.78%
CMYK0.00%34.19%33.55%
39.22%

Color #9B6667 in popluar number systems.

HEX9B6667
Decimal155102103
Binary1001101111001101100111
Octal233146147

Shades and tints

Shades of #9B6667

#9B6667
(155,102,103)
#8D5D5E
(141,93,94)
#7F5455
(127,84,85)
#714B4C
(113,75,76)
#634243
(99,66,67)
#55393A
(85,57,58)
#473031
(71,48,49)
#392728
(57,39,40)
#2B1E1F
(43,30,31)
#1D1516
(29,21,22)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #9B6667

#9B6667
(155,102,103)
#A47374
(164,115,116)
#AD8081
(173,128,129)
#B68D8E
(182,141,142)
#BF9A9B
(191,154,155)
#C8A7A8
(200,167,168)
#D1B4B5
(209,180,181)
#DAC1C2
(218,193,194)
#E3CECF
(227,206,207)
#ECDBDC
(236,219,220)
#F5E8E9
(245,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B6667; }

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

This text font color is #9B6667.


Background Color

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

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

This div background color is #9B6667.


Border color

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

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

This div border color is #9B6667.


Opacity

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

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

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

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

This text has shadow with #9B6667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6667 on black background.


Color preview on white background

This text has color #9B6667 on white background.



Black color preview on #9B6667 background

This text has black color on #9B6667 background.


White color preview on #9B6667 background

This text has white color on #9B6667 background.