COLOR #9B6460

HEX: #9B6460
RGB: (155,100,96)

Color info

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

RGB color model

#9B6460 color RGB value is (155,100,96).

  • red value is 155;
  • green value is 100;
  • blue value is 96.
RGB:
(155,100,96)
(61%,39%,38%)

RGB channels and saturation

R 155 of 255 = 61%
G 100 of 255 = 39%
B 96 of 255 = 38%

155
100
96

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

Portions of RGB colors in percentages

R + G + B =
155 + 100 + 96 = 351 (100%)
R 155 of 351 ~ 44.16%
G 100 of 351 ~ 28.49%
B 96 of 351 ~ 27.35%

%44.16
%28.49
%27.35

CMYK color model

#9B6460 color CMYK value is (0,35,38,39).

  • cyan value is 0.00%
  • magenta value is 35.48%
  • yellow value is 38.06%
  • key color value is 39.22%
CMYK:
(0,35,38,39)
C0M35Y38K39 
(0%,35%,38%,39%)
(0.00/0.35/0.38/0.39)	

CMYK percentages

%0
%35.48
%38.06
%39.22

Codes

Color #9B6460 in popluar color models

9B6460
RGB15510096
HSL23.51%49.22%
HSB/HSV38.06%60.78%
CMYK0.00%35.48%38.06%
39.22%

Color #9B6460 in popluar number systems.

HEX9B6460
Decimal15510096
Binary1001101111001001100000
Octal233144140

Shades and tints

Shades of #9B6460

#9B6460
(155,100,96)
#8D5B58
(141,91,88)
#7F5250
(127,82,80)
#714948
(113,73,72)
#634040
(99,64,64)
#553738
(85,55,56)
#472E30
(71,46,48)
#392528
(57,37,40)
#2B1C20
(43,28,32)
#1D1318
(29,19,24)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #9B6460

#9B6460
(155,100,96)
#A4726E
(164,114,110)
#AD807C
(173,128,124)
#B68E8A
(182,142,138)
#BF9C98
(191,156,152)
#C8AAA6
(200,170,166)
#D1B8B4
(209,184,180)
#DAC6C2
(218,198,194)
#E3D4D0
(227,212,208)
#ECE2DE
(236,226,222)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6460 color. Also use rgb(155,100,96) instead hex code.

Text Font Color

.myTextColor { color: #9B6460; }

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

This text font color is #9B6460.


Background Color

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

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

This div background color is #9B6460.


Border color

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

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

This div border color is #9B6460.


Opacity

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

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

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

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

This text has shadow with #9B6460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6460 on black background.


Color preview on white background

This text has color #9B6460 on white background.



Black color preview on #9B6460 background

This text has black color on #9B6460 background.


White color preview on #9B6460 background

This text has white color on #9B6460 background.