COLOR #96856E

HEX: #96856E RGB: (150,133,110)

Color info

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

RGB color model

#96856E color RGB value is (150,133,110).

RGB: (150,133,110) (59%, 52%, 43%)

RGB channels and saturation

R 150 of 255 = 59%
G 133 of 255 = 52%
B 110 of 255 = 43%

150
133
110

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

Portions of RGB colors in percentages

R + G + B = 150 + 133 + 110 = 393 (100%)
R 150 of 393 ~ 38.17%
G 133 of 393 ~ 33.84%
B 110 of 393 ~ 27.99'%

%38.17
%33.84
%27.99

CMYK color model

#96856E color CMYK value is (0,11,27,41).

  • cyan value is 0.00%
  • magenta value is 11.33%
  • yellow value is 26.67%
  • key color value is 41.18%

CMYK: (0,11,27,41)
C0M11Y27K41 (0%, 11%, 27%, 41%)
(0.00 / 0.11 / 0.27 / 0.41)

CMYK percentages

%0
%11.33
%26.67
%41.18

Codes

Color #96856E in popluar color models

96 85 6E
RGB 150 133 110
HSL 35° 16.00% 50.98%
HSB/HSV 35° 26.67% 58.82%
CMYK 0.00% 11.33% 26.67%
41.18%

Color #96856E in popluar number systems.

HEX 96 85 6E
Decimal 150 133 110
Binary 10010110 10000101 1101110
Octal 226 205 156

Shades and tints

Shades of #96856E

#96856E
(150,133,110)
#897964
(137,121,100)
#7C6D5A
(124,109,90)
#6F6150
(111,97,80)
#625546
(98,85,70)
#55493C
(85,73,60)
#483D32
(72,61,50)
#3B3128
(59,49,40)
#2E251E
(46,37,30)
#211914
(33,25,20)
#140D0A
(20,13,10)
#000000
(0,0,0)

Tints of #96856E

#96856E
(150,133,110)
#9F907B
(159,144,123)
#A89B88
(168,155,136)
#B1A695
(177,166,149)
#BAB1A2
(186,177,162)
#C3BCAF
(195,188,175)
#CCC7BC
(204,199,188)
#D5D2C9
(213,210,201)
#DEDDD6
(222,221,214)
#E7E8E3
(231,232,227)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96856E color. Also use rgb(150,133,110) instead hex code.

Text Font Color

.myTextColor { color: #96856E; }

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

This text font color is #96856E.

Background Color

.myBgColor { background-color: #96856E; }

<div style="background-color:#96856E">Inner text</div>

This div background color is #96856E.

Border color

.myBorderColor { border: 1px solid #96856E; }

<div style="border:3px solid #96856E">Div</div>

This div border color is #96856E.

Opacity

.myOpacity80 { color: #96856E; opacity: 0.8; }

<p style="color:#96856E;opacity:0.8;">80%</p>

Text with #96856E 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 #96856E;}

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

This text has shadow with #96856E color.


.textShadow {text-shadow: 3px 3px 1px #96856E', 3px 3px 1px red;}

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

This text has shadow with #96856E primary color and red secondary color.


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

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

This text has shadow with #96856E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #96856E; -webkit-box-shadow: 1px 1px 3px 2px #96856E; box-shadow:1px 1px 3px 2px #96856E;">
Div content here
</div>

This div box has shadow with color #96856E.

Preview

Color preview on black background

This text has color #96856E on black background.


Color preview on white background

This text has color #96856E on white background.


Black color preview on #96856E background

This text has black color on #96856E background.


White color preview on #96856E background

This text has white color on #96856E background.


Related colors

Complementary color

Complementary color for #hex is #697A91.


I love getcolorcode.com

Triadic colors

1 #6E9685 and #856E96 with #96856E are triadic colors.

2 #6E8596 and #85966E with #96856E are triadic colors.