COLOR #9B6240

HEX: #9B6240
RGB: (155,98,64)

Color info

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

RGB color model

#9B6240 color RGB value is (155,98,64).

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

RGB channels and saturation

R 155 of 255 = 61%
G 98 of 255 = 38%
B 64 of 255 = 25%

155
98
64

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

Portions of RGB colors in percentages

R + G + B =
155 + 98 + 64 = 317 (100%)
R 155 of 317 ~ 48.9%
G 98 of 317 ~ 30.91%
B 64 of 317 ~ 20.19%

%48.9
%30.91
%20.19

CMYK color model

#9B6240 color CMYK value is (0,37,59,39).

  • cyan value is 0.00%
  • magenta value is 36.77%
  • yellow value is 58.71%
  • key color value is 39.22%
CMYK:
(0,37,59,39)
C0M37Y59K39 
(0%,37%,59%,39%)
(0.00/0.37/0.59/0.39)	

CMYK percentages

%0
%36.77
%58.71
%39.22

Codes

Color #9B6240 in popluar color models

9B6240
RGB1559864
HSL22°41.55%42.94%
HSB/HSV22°58.71%60.78%
CMYK0.00%36.77%58.71%
39.22%

Color #9B6240 in popluar number systems.

HEX9B6240
Decimal1559864
Binary1001101111000101000000
Octal233142100

Shades and tints

Shades of #9B6240

#9B6240
(155,98,64)
#8D5A3B
(141,90,59)
#7F5236
(127,82,54)
#714A31
(113,74,49)
#63422C
(99,66,44)
#553A27
(85,58,39)
#473222
(71,50,34)
#392A1D
(57,42,29)
#2B2218
(43,34,24)
#1D1A13
(29,26,19)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #9B6240

#9B6240
(155,98,64)
#A47051
(164,112,81)
#AD7E62
(173,126,98)
#B68C73
(182,140,115)
#BF9A84
(191,154,132)
#C8A895
(200,168,149)
#D1B6A6
(209,182,166)
#DAC4B7
(218,196,183)
#E3D2C8
(227,210,200)
#ECE0D9
(236,224,217)
#F5EEEA
(245,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B6240; }

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

This text font color is #9B6240.


Background Color

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

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

This div background color is #9B6240.


Border color

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

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

This div border color is #9B6240.


Opacity

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

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

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

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

This text has shadow with #9B6240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6240 on black background.


Color preview on white background

This text has color #9B6240 on white background.



Black color preview on #9B6240 background

This text has black color on #9B6240 background.


White color preview on #9B6240 background

This text has white color on #9B6240 background.