COLOR #9B6962

HEX: #9B6962
RGB: (155,105,98)

Color info

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

RGB color model

#9B6962 color RGB value is (155,105,98).

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

RGB channels and saturation

R 155 of 255 = 61%
G 105 of 255 = 41%
B 98 of 255 = 38%

155
105
98

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

Portions of RGB colors in percentages

R + G + B =
155 + 105 + 98 = 358 (100%)
R 155 of 358 ~ 43.3%
G 105 of 358 ~ 29.33%
B 98 of 358 ~ 27.37%

%43.3
%29.33
%27.37

CMYK color model

#9B6962 color CMYK value is (0,32,37,39).

  • cyan value is 0.00%
  • magenta value is 32.26%
  • yellow value is 36.77%
  • key color value is 39.22%
CMYK:
(0,32,37,39)
C0M32Y37K39 
(0%,32%,37%,39%)
(0.00/0.32/0.37/0.39)	

CMYK percentages

%0
%32.26
%36.77
%39.22

Codes

Color #9B6962 in popluar color models

9B6962
RGB15510598
HSL22.53%49.61%
HSB/HSV36.77%60.78%
CMYK0.00%32.26%36.77%
39.22%

Color #9B6962 in popluar number systems.

HEX9B6962
Decimal15510598
Binary1001101111010011100010
Octal233151142

Shades and tints

Shades of #9B6962

#9B6962
(155,105,98)
#8D605A
(141,96,90)
#7F5752
(127,87,82)
#714E4A
(113,78,74)
#634542
(99,69,66)
#553C3A
(85,60,58)
#473332
(71,51,50)
#392A2A
(57,42,42)
#2B2122
(43,33,34)
#1D181A
(29,24,26)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #9B6962

#9B6962
(155,105,98)
#A47670
(164,118,112)
#AD837E
(173,131,126)
#B6908C
(182,144,140)
#BF9D9A
(191,157,154)
#C8AAA8
(200,170,168)
#D1B7B6
(209,183,182)
#DAC4C4
(218,196,196)
#E3D1D2
(227,209,210)
#ECDEE0
(236,222,224)
#F5EBEE
(245,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B6962; }

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

This text font color is #9B6962.


Background Color

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

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

This div background color is #9B6962.


Border color

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

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

This div border color is #9B6962.


Opacity

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

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

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

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

This text has shadow with #9B6962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6962 on black background.


Color preview on white background

This text has color #9B6962 on white background.



Black color preview on #9B6962 background

This text has black color on #9B6962 background.


White color preview on #9B6962 background

This text has white color on #9B6962 background.