COLOR #96865E

HEX: #96865E RGB: (150,134,94)

Color info

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

RGB color model

#96865E color RGB value is (150,134,94).

RGB: (150,134,94) (59%, 53%, 37%)

RGB channels and saturation

R 150 of 255 = 59%
G 134 of 255 = 53%
B 94 of 255 = 37%

150
134
94

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

Portions of RGB colors in percentages

R + G + B = 150 + 134 + 94 = 378 (100%)
R 150 of 378 ~ 39.68%
G 134 of 378 ~ 35.45%
B 94 of 378 ~ 24.87'%

%39.68
%35.45
%24.87

CMYK color model

#96865E color CMYK value is (0,11,37,41).

  • cyan value is 0.00%
  • magenta value is 10.67%
  • yellow value is 37.33%
  • key color value is 41.18%

CMYK: (0,11,37,41)
C0M11Y37K41 (0%, 11%, 37%, 41%)
(0.00 / 0.11 / 0.37 / 0.41)

CMYK percentages

%0
%10.67
%37.33
%41.18

Codes

Color #96865E in popluar color models

96 86 5E
RGB 150 134 94
HSL 43° 22.95% 47.84%
HSB/HSV 43° 37.33% 58.82%
CMYK 0.00% 10.67% 37.33%
41.18%

Color #96865E in popluar number systems.

HEX 96 86 5E
Decimal 150 134 94
Binary 10010110 10000110 1011110
Octal 226 206 136

Shades and tints

Shades of #96865E

#96865E
(150,134,94)
#897A56
(137,122,86)
#7C6E4E
(124,110,78)
#6F6246
(111,98,70)
#62563E
(98,86,62)
#554A36
(85,74,54)
#483E2E
(72,62,46)
#3B3226
(59,50,38)
#2E261E
(46,38,30)
#211A16
(33,26,22)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #96865E

#96865E
(150,134,94)
#9F916C
(159,145,108)
#A89C7A
(168,156,122)
#B1A788
(177,167,136)
#BAB296
(186,178,150)
#C3BDA4
(195,189,164)
#CCC8B2
(204,200,178)
#D5D3C0
(213,211,192)
#DEDECE
(222,222,206)
#E7E9DC
(231,233,220)
#F0F4EA
(240,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96865E color. Also use rgb(150,134,94) instead hex code.

Text Font Color

.myTextColor { color: #96865E; }

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

This text font color is #96865E.

Background Color

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

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

This div background color is #96865E.

Border color

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

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

This div border color is #96865E.

Opacity

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

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

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

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

This text has shadow with #96865E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96865E.

Preview

Color preview on black background

This text has color #96865E on black background.


Color preview on white background

This text has color #96865E on white background.


Black color preview on #96865E background

This text has black color on #96865E background.


White color preview on #96865E background

This text has white color on #96865E background.


Related colors

Complementary color

Complementary color for #hex is #6979A1.


I love getcolorcode.com

Triadic colors

1 #5E9686 and #865E96 with #96865E are triadic colors.

2 #5E8696 and #86965E with #96865E are triadic colors.