COLOR #9B6F4C

HEX: #9B6F4C
RGB: (155,111,76)

Color info

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

RGB color model

#9B6F4C color RGB value is (155,111,76).

  • red value is 155;
  • green value is 111;
  • blue value is 76.
RGB:
(155,111,76)
(61%,44%,30%)

RGB channels and saturation

R 155 of 255 = 61%
G 111 of 255 = 44%
B 76 of 255 = 30%

155
111
76

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

Portions of RGB colors in percentages

R + G + B =
155 + 111 + 76 = 342 (100%)
R 155 of 342 ~ 45.32%
G 111 of 342 ~ 32.46%
B 76 of 342 ~ 22.22%

%45.32
%32.46
%22.22

CMYK color model

#9B6F4C color CMYK value is (0,28,51,39).

  • cyan value is 0.00%
  • magenta value is 28.39%
  • yellow value is 50.97%
  • key color value is 39.22%
CMYK:
(0,28,51,39)
C0M28Y51K39 
(0%,28%,51%,39%)
(0.00/0.28/0.51/0.39)	

CMYK percentages

%0
%28.39
%50.97
%39.22

Codes

Color #9B6F4C in popluar color models

9B6F4C
RGB15511176
HSL27°34.20%45.29%
HSB/HSV27°50.97%60.78%
CMYK0.00%28.39%50.97%
39.22%

Color #9B6F4C in popluar number systems.

HEX9B6F4C
Decimal15511176
Binary1001101111011111001100
Octal233157114

Shades and tints

Shades of #9B6F4C

#9B6F4C
(155,111,76)
#8D6546
(141,101,70)
#7F5B40
(127,91,64)
#71513A
(113,81,58)
#634734
(99,71,52)
#553D2E
(85,61,46)
#473328
(71,51,40)
#392922
(57,41,34)
#2B1F1C
(43,31,28)
#1D1516
(29,21,22)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #9B6F4C

#9B6F4C
(155,111,76)
#A47C5C
(164,124,92)
#AD896C
(173,137,108)
#B6967C
(182,150,124)
#BFA38C
(191,163,140)
#C8B09C
(200,176,156)
#D1BDAC
(209,189,172)
#DACABC
(218,202,188)
#E3D7CC
(227,215,204)
#ECE4DC
(236,228,220)
#F5F1EC
(245,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6F4C color. Also use rgb(155,111,76) instead hex code.

Text Font Color

.myTextColor { color: #9B6F4C; }

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

This text font color is #9B6F4C.


Background Color

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

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

This div background color is #9B6F4C.


Border color

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

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

This div border color is #9B6F4C.


Opacity

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

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

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

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

This text has shadow with #9B6F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6F4C on black background.


Color preview on white background

This text has color #9B6F4C on white background.



Black color preview on #9B6F4C background

This text has black color on #9B6F4C background.


White color preview on #9B6F4C background

This text has white color on #9B6F4C background.