COLOR #96866B

HEX: #96866B
RGB: (150,134,107)

Color info

#96866B contains red, green and blue colors in about the same proportion. Web safe color of #96866B is #999966 (or #996).

RGB color model

#96866B color RGB value is (150,134,107).

  • red value is 150;
  • green value is 134;
  • blue value is 107.
RGB:
(150,134,107)
(59%,53%,42%)

RGB channels and saturation

R 150 of 255 = 59%
G 134 of 255 = 53%
B 107 of 255 = 42%

150
134
107

R + G + B ~ 51%. #96866B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 134 + 107 = 391 (100%)
R 150 of 391 ~ 38.36%
G 134 of 391 ~ 34.27%
B 107 of 391 ~ 27.37%

%38.36
%34.27
%27.37

CMYK color model

#96866B color CMYK value is (0,11,29,41).

  • cyan value is 0.00%
  • magenta value is 10.67%
  • yellow value is 28.67%
  • key color value is 41.18%
CMYK:
(0,11,29,41)
C0M11Y29K41 
(0%,11%,29%,41%)
(0.00/0.11/0.29/0.41)	

CMYK percentages

%0
%10.67
%28.67
%41.18

Codes

Color #96866B in popluar color models

96866B
RGB150134107
HSL38°17.00%50.39%
HSB/HSV38°28.67%58.82%
CMYK0.00%10.67%28.67%
41.18%

Color #96866B in popluar number systems.

HEX96866B
Decimal150134107
Binary10010110100001101101011
Octal226206153

Shades and tints

Shades of #96866B

#96866B
(150,134,107)
#897A62
(137,122,98)
#7C6E59
(124,110,89)
#6F6250
(111,98,80)
#625647
(98,86,71)
#554A3E
(85,74,62)
#483E35
(72,62,53)
#3B322C
(59,50,44)
#2E2623
(46,38,35)
#211A1A
(33,26,26)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #96866B

#96866B
(150,134,107)
#9F9178
(159,145,120)
#A89C85
(168,156,133)
#B1A792
(177,167,146)
#BAB29F
(186,178,159)
#C3BDAC
(195,189,172)
#CCC8B9
(204,200,185)
#D5D3C6
(213,211,198)
#DEDED3
(222,222,211)
#E7E9E0
(231,233,224)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96866B color. Also use rgb(150,134,107) instead hex code.

Text Font Color

.myTextColor { color: #96866B; }

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

This text font color is #96866B.


Background Color

.myBgColor { background-color: #96866B; }

<div style="background-color:#96866B">Inner text</div>

This div background color is #96866B.


Border color

.myBorderColor { border: 1px solid #96866B; }

<div style="border:3px solid #96866B">Div</div>

This div border color is #96866B.


Opacity

.myOpacity80 { color: #96866B; opacity: 0.8; }

<p style="color:#96866B;opacity:0.8;">80%</p>

Text with #96866B 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 #96866B;}

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

This text has shadow with #96866B color.

.textShadow {text-shadow: 3px 3px 1px #96866B, 3px 3px 1px red;}

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

This text has shadow with #96866B primary color and red secondary color.


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

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

This text has shadow with #96866B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96866B on black background.


Color preview on white background

This text has color #96866B on white background.



Black color preview on #96866B background

This text has black color on #96866B background.


White color preview on #96866B background

This text has white color on #96866B background.