COLOR #96816F

HEX: #96816F RGB: (150,129,111)

Color info

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

RGB color model

#96816F color RGB value is (150,129,111).

RGB: (150,129,111) (59%, 51%, 44%)

RGB channels and saturation

R 150 of 255 = 59%
G 129 of 255 = 51%
B 111 of 255 = 44%

150
129
111

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

Portions of RGB colors in percentages

R + G + B = 150 + 129 + 111 = 390 (100%)
R 150 of 390 ~ 38.46%
G 129 of 390 ~ 33.08%
B 111 of 390 ~ 28.46'%

%38.46
%33.08
%28.46

CMYK color model

#96816F color CMYK value is (0,14,26,41).

  • cyan value is 0.00%
  • magenta value is 14.00%
  • yellow value is 26.00%
  • key color value is 41.18%
CMYK: (0,14,26,41) C0M14Y26K41 (0%,14%,26%,41%) (0.00/0.14/0.26/0.41) 

CMYK percentages

%0
%14
%26
%41.18

Codes

Color #96816F in popluar color models

96 81 6F
RGB 150 129 111
HSL 28° 15.66% 51.18%
HSB/HSV 28° 26.00% 58.82%
CMYK 0.00% 14.00% 26.00%
41.18%

Color #96816F in popluar number systems.

HEX 96 81 6F
Decimal 150 129 111
Binary 10010110 10000001 1101111
Octal 226 201 157

Shades and tints

Shades of #96816F

#96816F
(150,129,111)
#897665
(137,118,101)
#7C6B5B
(124,107,91)
#6F6051
(111,96,81)
#625547
(98,85,71)
#554A3D
(85,74,61)
#483F33
(72,63,51)
#3B3429
(59,52,41)
#2E291F
(46,41,31)
#211E15
(33,30,21)
#14130B
(20,19,11)
#000000
(0,0,0)

Tints of #96816F

#96816F
(150,129,111)
#9F8C7C
(159,140,124)
#A89789
(168,151,137)
#B1A296
(177,162,150)
#BAADA3
(186,173,163)
#C3B8B0
(195,184,176)
#CCC3BD
(204,195,189)
#D5CECA
(213,206,202)
#DED9D7
(222,217,215)
#E7E4E4
(231,228,228)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96816F color. Also use rgb(150,129,111) instead hex code.

Text Font Color

.myTextColor { color: #96816F; }

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

This text font color is #96816F.

Background Color

.myBgColor { background-color: #96816F; }

<div style="background-color:#96816F">Inner text</div>

This div background color is #96816F.

Border color

.myBorderColor { border: 1px solid #96816F; }

<div style="border:3px solid #96816F">Div</div>

This div border color is #96816F.

Opacity

.myOpacity80 { color: #96816F; opacity: 0.8; }

<p style="color:#96816F;opacity:0.8;">80%</p>

Text with #96816F 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 #96816F;}

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

This text has shadow with #96816F color.


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

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

This text has shadow with #96816F primary color and red secondary color.


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

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

This text has shadow with #96816F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #96816F.

Preview

Color preview on black background

This text has color #96816F on black background.


Color preview on white background

This text has color #96816F on white background.


Black color preview on #96816F background

This text has black color on #96816F background.


White color preview on #96816F background

This text has white color on #96816F background.


Related colors

Complementary color

Complementary color for #hex is #697E90.


I love getcolorcode.com

Triadic colors

1 #6F9681 and #816F96 with #96816F are triadic colors.

2 #6F8196 and #81966F with #96816F are triadic colors.