COLOR #9B6D6E

HEX: #9B6D6E
RGB: (155,109,110)

Color info

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

RGB color model

#9B6D6E color RGB value is (155,109,110).

  • red value is 155;
  • green value is 109;
  • blue value is 110.
RGB:
(155,109,110)
(61%,43%,43%)

RGB channels and saturation

R 155 of 255 = 61%
G 109 of 255 = 43%
B 110 of 255 = 43%

155
109
110

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

Portions of RGB colors in percentages

R + G + B =
155 + 109 + 110 = 374 (100%)
R 155 of 374 ~ 41.44%
G 109 of 374 ~ 29.14%
B 110 of 374 ~ 29.41%

%41.44
%29.14
%29.41

CMYK color model

#9B6D6E color CMYK value is (0,30,29,39).

  • cyan value is 0.00%
  • magenta value is 29.68%
  • yellow value is 29.03%
  • key color value is 39.22%
CMYK:
(0,30,29,39)
C0M30Y29K39 
(0%,30%,29%,39%)
(0.00/0.30/0.29/0.39)	

CMYK percentages

%0
%29.68
%29.03
%39.22

Codes

Color #9B6D6E in popluar color models

9B6D6E
RGB155109110
HSL359°18.70%51.76%
HSB/HSV359°29.68%60.78%
CMYK0.00%29.68%29.03%
39.22%

Color #9B6D6E in popluar number systems.

HEX9B6D6E
Decimal155109110
Binary1001101111011011101110
Octal233155156

Shades and tints

Shades of #9B6D6E

#9B6D6E
(155,109,110)
#8D6464
(141,100,100)
#7F5B5A
(127,91,90)
#715250
(113,82,80)
#634946
(99,73,70)
#55403C
(85,64,60)
#473732
(71,55,50)
#392E28
(57,46,40)
#2B251E
(43,37,30)
#1D1C14
(29,28,20)
#0F130A
(15,19,10)
#000000
(0,0,0)

Tints of #9B6D6E

#9B6D6E
(155,109,110)
#A47A7B
(164,122,123)
#AD8788
(173,135,136)
#B69495
(182,148,149)
#BFA1A2
(191,161,162)
#C8AEAF
(200,174,175)
#D1BBBC
(209,187,188)
#DAC8C9
(218,200,201)
#E3D5D6
(227,213,214)
#ECE2E3
(236,226,227)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6D6E color. Also use rgb(155,109,110) instead hex code.

Text Font Color

.myTextColor { color: #9B6D6E; }

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

This text font color is #9B6D6E.


Background Color

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

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

This div background color is #9B6D6E.


Border color

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

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

This div border color is #9B6D6E.


Opacity

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

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

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

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

This text has shadow with #9B6D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6D6E on black background.


Color preview on white background

This text has color #9B6D6E on white background.



Black color preview on #9B6D6E background

This text has black color on #9B6D6E background.


White color preview on #9B6D6E background

This text has white color on #9B6D6E background.