COLOR #9B6B73

HEX: #9B6B73
RGB: (155,107,115)

Color info

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

RGB color model

#9B6B73 color RGB value is (155,107,115).

  • red value is 155;
  • green value is 107;
  • blue value is 115.
RGB:
(155,107,115)
(61%,42%,45%)

RGB channels and saturation

R 155 of 255 = 61%
G 107 of 255 = 42%
B 115 of 255 = 45%

155
107
115

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

Portions of RGB colors in percentages

R + G + B =
155 + 107 + 115 = 377 (100%)
R 155 of 377 ~ 41.11%
G 107 of 377 ~ 28.38%
B 115 of 377 ~ 30.5%

%41.11
%28.38
%30.5

CMYK color model

#9B6B73 color CMYK value is (0,31,26,39).

  • cyan value is 0.00%
  • magenta value is 30.97%
  • yellow value is 25.81%
  • key color value is 39.22%
CMYK:
(0,31,26,39)
C0M31Y26K39 
(0%,31%,26%,39%)
(0.00/0.31/0.26/0.39)	

CMYK percentages

%0
%30.97
%25.81
%39.22

Codes

Color #9B6B73 in popluar color models

9B6B73
RGB155107115
HSL350°19.35%51.37%
HSB/HSV350°30.97%60.78%
CMYK0.00%30.97%25.81%
39.22%

Color #9B6B73 in popluar number systems.

HEX9B6B73
Decimal155107115
Binary1001101111010111110011
Octal233153163

Shades and tints

Shades of #9B6B73

#9B6B73
(155,107,115)
#8D6269
(141,98,105)
#7F595F
(127,89,95)
#715055
(113,80,85)
#63474B
(99,71,75)
#553E41
(85,62,65)
#473537
(71,53,55)
#392C2D
(57,44,45)
#2B2323
(43,35,35)
#1D1A19
(29,26,25)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #9B6B73

#9B6B73
(155,107,115)
#A4787F
(164,120,127)
#AD858B
(173,133,139)
#B69297
(182,146,151)
#BF9FA3
(191,159,163)
#C8ACAF
(200,172,175)
#D1B9BB
(209,185,187)
#DAC6C7
(218,198,199)
#E3D3D3
(227,211,211)
#ECE0DF
(236,224,223)
#F5EDEB
(245,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B6B73; }

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

This text font color is #9B6B73.


Background Color

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

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

This div background color is #9B6B73.


Border color

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

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

This div border color is #9B6B73.


Opacity

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

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

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

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

This text has shadow with #9B6B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6B73 on black background.


Color preview on white background

This text has color #9B6B73 on white background.



Black color preview on #9B6B73 background

This text has black color on #9B6B73 background.


White color preview on #9B6B73 background

This text has white color on #9B6B73 background.