COLOR #9B6462

HEX: #9B6462
RGB: (155,100,98)

Color info

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

RGB color model

#9B6462 color RGB value is (155,100,98).

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

RGB channels and saturation

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

155
100
98

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

Portions of RGB colors in percentages

R + G + B =
155 + 100 + 98 = 353 (100%)
R 155 of 353 ~ 43.91%
G 100 of 353 ~ 28.33%
B 98 of 353 ~ 27.76%

%43.91
%28.33
%27.76

CMYK color model

#9B6462 color CMYK value is (0,35,37,39).

  • cyan value is 0.00%
  • magenta value is 35.48%
  • yellow value is 36.77%
  • key color value is 39.22%
CMYK:
(0,35,37,39)
C0M35Y37K39 
(0%,35%,37%,39%)
(0.00/0.35/0.37/0.39)	

CMYK percentages

%0
%35.48
%36.77
%39.22

Codes

Color #9B6462 in popluar color models

9B6462
RGB15510098
HSL22.53%49.61%
HSB/HSV36.77%60.78%
CMYK0.00%35.48%36.77%
39.22%

Color #9B6462 in popluar number systems.

HEX9B6462
Decimal15510098
Binary1001101111001001100010
Octal233144142

Shades and tints

Shades of #9B6462

#9B6462
(155,100,98)
#8D5B5A
(141,91,90)
#7F5252
(127,82,82)
#71494A
(113,73,74)
#634042
(99,64,66)
#55373A
(85,55,58)
#472E32
(71,46,50)
#39252A
(57,37,42)
#2B1C22
(43,28,34)
#1D131A
(29,19,26)
#0F0A12
(15,10,18)
#000000
(0,0,0)

Tints of #9B6462

#9B6462
(155,100,98)
#A47270
(164,114,112)
#AD807E
(173,128,126)
#B68E8C
(182,142,140)
#BF9C9A
(191,156,154)
#C8AAA8
(200,170,168)
#D1B8B6
(209,184,182)
#DAC6C4
(218,198,196)
#E3D4D2
(227,212,210)
#ECE2E0
(236,226,224)
#F5F0EE
(245,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B6462; }

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

This text font color is #9B6462.


Background Color

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

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

This div background color is #9B6462.


Border color

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

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

This div border color is #9B6462.


Opacity

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

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

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

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

This text has shadow with #9B6462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6462 on black background.


Color preview on white background

This text has color #9B6462 on white background.



Black color preview on #9B6462 background

This text has black color on #9B6462 background.


White color preview on #9B6462 background

This text has white color on #9B6462 background.