COLOR #9B6E49

HEX: #9B6E49
RGB: (155,110,73)

Color info

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

RGB color model

#9B6E49 color RGB value is (155,110,73).

  • red value is 155;
  • green value is 110;
  • blue value is 73.
RGB:
(155,110,73)
(61%,43%,29%)

RGB channels and saturation

R 155 of 255 = 61%
G 110 of 255 = 43%
B 73 of 255 = 29%

155
110
73

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

Portions of RGB colors in percentages

R + G + B =
155 + 110 + 73 = 338 (100%)
R 155 of 338 ~ 45.86%
G 110 of 338 ~ 32.54%
B 73 of 338 ~ 21.6%

%45.86
%32.54
%21.6

CMYK color model

#9B6E49 color CMYK value is (0,29,53,39).

  • cyan value is 0.00%
  • magenta value is 29.03%
  • yellow value is 52.90%
  • key color value is 39.22%
CMYK:
(0,29,53,39)
C0M29Y53K39 
(0%,29%,53%,39%)
(0.00/0.29/0.53/0.39)	

CMYK percentages

%0
%29.03
%52.9
%39.22

Codes

Color #9B6E49 in popluar color models

9B6E49
RGB15511073
HSL27°35.96%44.71%
HSB/HSV27°52.90%60.78%
CMYK0.00%29.03%52.90%
39.22%

Color #9B6E49 in popluar number systems.

HEX9B6E49
Decimal15511073
Binary1001101111011101001001
Octal233156111

Shades and tints

Shades of #9B6E49

#9B6E49
(155,110,73)
#8D6443
(141,100,67)
#7F5A3D
(127,90,61)
#715037
(113,80,55)
#634631
(99,70,49)
#553C2B
(85,60,43)
#473225
(71,50,37)
#39281F
(57,40,31)
#2B1E19
(43,30,25)
#1D1413
(29,20,19)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #9B6E49

#9B6E49
(155,110,73)
#A47B59
(164,123,89)
#AD8869
(173,136,105)
#B69579
(182,149,121)
#BFA289
(191,162,137)
#C8AF99
(200,175,153)
#D1BCA9
(209,188,169)
#DAC9B9
(218,201,185)
#E3D6C9
(227,214,201)
#ECE3D9
(236,227,217)
#F5F0E9
(245,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6E49 color. Also use rgb(155,110,73) instead hex code.

Text Font Color

.myTextColor { color: #9B6E49; }

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

This text font color is #9B6E49.


Background Color

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

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

This div background color is #9B6E49.


Border color

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

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

This div border color is #9B6E49.


Opacity

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

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

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

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

This text has shadow with #9B6E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6E49 on black background.


Color preview on white background

This text has color #9B6E49 on white background.



Black color preview on #9B6E49 background

This text has black color on #9B6E49 background.


White color preview on #9B6E49 background

This text has white color on #9B6E49 background.