COLOR #9B6E43

HEX: #9B6E43
RGB: (155,110,67)

Color info

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

RGB color model

#9B6E43 color RGB value is (155,110,67).

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

RGB channels and saturation

R 155 of 255 = 61%
G 110 of 255 = 43%
B 67 of 255 = 26%

155
110
67

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

Portions of RGB colors in percentages

R + G + B =
155 + 110 + 67 = 332 (100%)
R 155 of 332 ~ 46.69%
G 110 of 332 ~ 33.13%
B 67 of 332 ~ 20.18%

%46.69
%33.13
%20.18

CMYK color model

#9B6E43 color CMYK value is (0,29,57,39).

  • cyan value is 0.00%
  • magenta value is 29.03%
  • yellow value is 56.77%
  • key color value is 39.22%
CMYK:
(0,29,57,39)
C0M29Y57K39 
(0%,29%,57%,39%)
(0.00/0.29/0.57/0.39)	

CMYK percentages

%0
%29.03
%56.77
%39.22

Codes

Color #9B6E43 in popluar color models

9B6E43
RGB15511067
HSL29°39.64%43.53%
HSB/HSV29°56.77%60.78%
CMYK0.00%29.03%56.77%
39.22%

Color #9B6E43 in popluar number systems.

HEX9B6E43
Decimal15511067
Binary1001101111011101000011
Octal233156103

Shades and tints

Shades of #9B6E43

#9B6E43
(155,110,67)
#8D643D
(141,100,61)
#7F5A37
(127,90,55)
#715031
(113,80,49)
#63462B
(99,70,43)
#553C25
(85,60,37)
#47321F
(71,50,31)
#392819
(57,40,25)
#2B1E13
(43,30,19)
#1D140D
(29,20,13)
#0F0A07
(15,10,7)
#000000
(0,0,0)

Tints of #9B6E43

#9B6E43
(155,110,67)
#A47B54
(164,123,84)
#AD8865
(173,136,101)
#B69576
(182,149,118)
#BFA287
(191,162,135)
#C8AF98
(200,175,152)
#D1BCA9
(209,188,169)
#DAC9BA
(218,201,186)
#E3D6CB
(227,214,203)
#ECE3DC
(236,227,220)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B6E43; }

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

This text font color is #9B6E43.


Background Color

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

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

This div background color is #9B6E43.


Border color

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

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

This div border color is #9B6E43.


Opacity

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

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

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

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

This text has shadow with #9B6E43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6E43 on black background.


Color preview on white background

This text has color #9B6E43 on white background.



Black color preview on #9B6E43 background

This text has black color on #9B6E43 background.


White color preview on #9B6E43 background

This text has white color on #9B6E43 background.