COLOR #9B865C

HEX: #9B865C
RGB: (155,134,92)

Color info

#9B865C contains mainly red and green colors. Web safe color of #9B865C is #999966 (or #996).

RGB color model

#9B865C color RGB value is (155,134,92).

  • red value is 155;
  • green value is 134;
  • blue value is 92.
RGB:
(155,134,92)
(61%,53%,36%)

RGB channels and saturation

R 155 of 255 = 61%
G 134 of 255 = 53%
B 92 of 255 = 36%

155
134
92

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

Portions of RGB colors in percentages

R + G + B =
155 + 134 + 92 = 381 (100%)
R 155 of 381 ~ 40.68%
G 134 of 381 ~ 35.17%
B 92 of 381 ~ 24.15%

%40.68
%35.17
%24.15

CMYK color model

#9B865C color CMYK value is (0,14,41,39).

  • cyan value is 0.00%
  • magenta value is 13.55%
  • yellow value is 40.65%
  • key color value is 39.22%
CMYK:
(0,14,41,39)
C0M14Y41K39 
(0%,14%,41%,39%)
(0.00/0.14/0.41/0.39)	

CMYK percentages

%0
%13.55
%40.65
%39.22

Codes

Color #9B865C in popluar color models

9B865C
RGB15513492
HSL40°25.51%48.43%
HSB/HSV40°40.65%60.78%
CMYK0.00%13.55%40.65%
39.22%

Color #9B865C in popluar number systems.

HEX9B865C
Decimal15513492
Binary10011011100001101011100
Octal233206134

Shades and tints

Shades of #9B865C

#9B865C
(155,134,92)
#8D7A54
(141,122,84)
#7F6E4C
(127,110,76)
#716244
(113,98,68)
#63563C
(99,86,60)
#554A34
(85,74,52)
#473E2C
(71,62,44)
#393224
(57,50,36)
#2B261C
(43,38,28)
#1D1A14
(29,26,20)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #9B865C

#9B865C
(155,134,92)
#A4916A
(164,145,106)
#AD9C78
(173,156,120)
#B6A786
(182,167,134)
#BFB294
(191,178,148)
#C8BDA2
(200,189,162)
#D1C8B0
(209,200,176)
#DAD3BE
(218,211,190)
#E3DECC
(227,222,204)
#ECE9DA
(236,233,218)
#F5F4E8
(245,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B865C color. Also use rgb(155,134,92) instead hex code.

Text Font Color

.myTextColor { color: #9B865C; }

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

This text font color is #9B865C.


Background Color

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

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

This div background color is #9B865C.


Border color

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

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

This div border color is #9B865C.


Opacity

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

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

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

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

This text has shadow with #9B865C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B865C on black background.


Color preview on white background

This text has color #9B865C on white background.



Black color preview on #9B865C background

This text has black color on #9B865C background.


White color preview on #9B865C background

This text has white color on #9B865C background.