COLOR #9B6437

HEX: #9B6437
RGB: (155,100,55)

Color info

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

RGB color model

#9B6437 color RGB value is (155,100,55).

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

RGB channels and saturation

R 155 of 255 = 61%
G 100 of 255 = 39%
B 55 of 255 = 22%

155
100
55

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

Portions of RGB colors in percentages

R + G + B =
155 + 100 + 55 = 310 (100%)
R 155 of 310 ~ 50%
G 100 of 310 ~ 32.26%
B 55 of 310 ~ 17.74%

%50
%32.26
%17.74

CMYK color model

#9B6437 color CMYK value is (0,35,65,39).

  • cyan value is 0.00%
  • magenta value is 35.48%
  • yellow value is 64.52%
  • key color value is 39.22%
CMYK:
(0,35,65,39)
C0M35Y65K39 
(0%,35%,65%,39%)
(0.00/0.35/0.65/0.39)	

CMYK percentages

%0
%35.48
%64.52
%39.22

Codes

Color #9B6437 in popluar color models

9B6437
RGB15510055
HSL27°47.62%41.18%
HSB/HSV27°64.52%60.78%
CMYK0.00%35.48%64.52%
39.22%

Color #9B6437 in popluar number systems.

HEX9B6437
Decimal15510055
Binary100110111100100110111
Octal23314467

Shades and tints

Shades of #9B6437

#9B6437
(155,100,55)
#8D5B32
(141,91,50)
#7F522D
(127,82,45)
#714928
(113,73,40)
#634023
(99,64,35)
#55371E
(85,55,30)
#472E19
(71,46,25)
#392514
(57,37,20)
#2B1C0F
(43,28,15)
#1D130A
(29,19,10)
#0F0A05
(15,10,5)
#000000
(0,0,0)

Tints of #9B6437

#9B6437
(155,100,55)
#A47249
(164,114,73)
#AD805B
(173,128,91)
#B68E6D
(182,142,109)
#BF9C7F
(191,156,127)
#C8AA91
(200,170,145)
#D1B8A3
(209,184,163)
#DAC6B5
(218,198,181)
#E3D4C7
(227,212,199)
#ECE2D9
(236,226,217)
#F5F0EB
(245,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B6437; }

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

This text font color is #9B6437.


Background Color

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

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

This div background color is #9B6437.


Border color

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

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

This div border color is #9B6437.


Opacity

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

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

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

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

This text has shadow with #9B6437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6437 on black background.


Color preview on white background

This text has color #9B6437 on white background.



Black color preview on #9B6437 background

This text has black color on #9B6437 background.


White color preview on #9B6437 background

This text has white color on #9B6437 background.