COLOR #9B6832

HEX: #9B6832
RGB: (155,104,50)

Color info

#9B6832 contains mainly red and green colors. Web safe color of #9B6832 is #996633 (or #963).

RGB color model

#9B6832 color RGB value is (155,104,50).

  • red value is 155;
  • green value is 104;
  • blue value is 50.
RGB:
(155,104,50)
(61%,41%,20%)

RGB channels and saturation

R 155 of 255 = 61%
G 104 of 255 = 41%
B 50 of 255 = 20%

155
104
50

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

Portions of RGB colors in percentages

R + G + B =
155 + 104 + 50 = 309 (100%)
R 155 of 309 ~ 50.16%
G 104 of 309 ~ 33.66%
B 50 of 309 ~ 16.18%

%50.16
%33.66
%16.18

CMYK color model

#9B6832 color CMYK value is (0,33,68,39).

  • cyan value is 0.00%
  • magenta value is 32.90%
  • yellow value is 67.74%
  • key color value is 39.22%
CMYK:
(0,33,68,39)
C0M33Y68K39 
(0%,33%,68%,39%)
(0.00/0.33/0.68/0.39)	

CMYK percentages

%0
%32.9
%67.74
%39.22

Codes

Color #9B6832 in popluar color models

9B6832
RGB15510450
HSL31°51.22%40.20%
HSB/HSV31°67.74%60.78%
CMYK0.00%32.90%67.74%
39.22%

Color #9B6832 in popluar number systems.

HEX9B6832
Decimal15510450
Binary100110111101000110010
Octal23315062

Shades and tints

Shades of #9B6832

#9B6832
(155,104,50)
#8D5F2E
(141,95,46)
#7F562A
(127,86,42)
#714D26
(113,77,38)
#634422
(99,68,34)
#553B1E
(85,59,30)
#47321A
(71,50,26)
#392916
(57,41,22)
#2B2012
(43,32,18)
#1D170E
(29,23,14)
#0F0E0A
(15,14,10)
#000000
(0,0,0)

Tints of #9B6832

#9B6832
(155,104,50)
#A47544
(164,117,68)
#AD8256
(173,130,86)
#B68F68
(182,143,104)
#BF9C7A
(191,156,122)
#C8A98C
(200,169,140)
#D1B69E
(209,182,158)
#DAC3B0
(218,195,176)
#E3D0C2
(227,208,194)
#ECDDD4
(236,221,212)
#F5EAE6
(245,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6832 color. Also use rgb(155,104,50) instead hex code.

Text Font Color

.myTextColor { color: #9B6832; }

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

This text font color is #9B6832.


Background Color

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

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

This div background color is #9B6832.


Border color

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

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

This div border color is #9B6832.


Opacity

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

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

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

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

This text has shadow with #9B6832 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6832 on black background.


Color preview on white background

This text has color #9B6832 on white background.



Black color preview on #9B6832 background

This text has black color on #9B6832 background.


White color preview on #9B6832 background

This text has white color on #9B6832 background.