COLOR #9B6966

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

155
105
102

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

Portions of RGB colors in percentages

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

%42.82
%29.01
%28.18

CMYK color model

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

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

CMYK percentages

%0
%32.26
%34.19
%39.22

Codes

Color #9B6966 in popluar color models

9B6966
RGB155105102
HSL20.95%50.39%
HSB/HSV34.19%60.78%
CMYK0.00%32.26%34.19%
39.22%

Color #9B6966 in popluar number systems.

HEX9B6966
Decimal155105102
Binary1001101111010011100110
Octal233151146

Shades and tints

Shades of #9B6966

#9B6966
(155,105,102)
#8D605D
(141,96,93)
#7F5754
(127,87,84)
#714E4B
(113,78,75)
#634542
(99,69,66)
#553C39
(85,60,57)
#473330
(71,51,48)
#392A27
(57,42,39)
#2B211E
(43,33,30)
#1D1815
(29,24,21)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #9B6966

#9B6966
(155,105,102)
#A47673
(164,118,115)
#AD8380
(173,131,128)
#B6908D
(182,144,141)
#BF9D9A
(191,157,154)
#C8AAA7
(200,170,167)
#D1B7B4
(209,183,180)
#DAC4C1
(218,196,193)
#E3D1CE
(227,209,206)
#ECDEDB
(236,222,219)
#F5EBE8
(245,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B6966; }

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

This text font color is #9B6966.


Background Color

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

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

This div background color is #9B6966.


Border color

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

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

This div border color is #9B6966.


Opacity

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

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

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

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

This text has shadow with #9B6966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6966 on black background.


Color preview on white background

This text has color #9B6966 on white background.



Black color preview on #9B6966 background

This text has black color on #9B6966 background.


White color preview on #9B6966 background

This text has white color on #9B6966 background.