COLOR #96816D

HEX: #96816D
RGB: (150,129,109)

Color info

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

RGB color model

#96816D color RGB value is (150,129,109).

  • red value is 150;
  • green value is 129;
  • blue value is 109.
RGB:
(150,129,109)
(59%,51%,43%)

RGB channels and saturation

R 150 of 255 = 59%
G 129 of 255 = 51%
B 109 of 255 = 43%

150
129
109

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

Portions of RGB colors in percentages

R + G + B =
150 + 129 + 109 = 388 (100%)
R 150 of 388 ~ 38.66%
G 129 of 388 ~ 33.25%
B 109 of 388 ~ 28.09%

%38.66
%33.25
%28.09

CMYK color model

#96816D color CMYK value is (0,14,27,41).

  • cyan value is 0.00%
  • magenta value is 14.00%
  • yellow value is 27.33%
  • key color value is 41.18%
CMYK:
(0,14,27,41)
C0M14Y27K41 
(0%,14%,27%,41%)
(0.00/0.14/0.27/0.41)	

CMYK percentages

%0
%14
%27.33
%41.18

Codes

Color #96816D in popluar color models

96816D
RGB150129109
HSL29°16.33%50.78%
HSB/HSV29°27.33%58.82%
CMYK0.00%14.00%27.33%
41.18%

Color #96816D in popluar number systems.

HEX96816D
Decimal150129109
Binary10010110100000011101101
Octal226201155

Shades and tints

Shades of #96816D

#96816D
(150,129,109)
#897664
(137,118,100)
#7C6B5B
(124,107,91)
#6F6052
(111,96,82)
#625549
(98,85,73)
#554A40
(85,74,64)
#483F37
(72,63,55)
#3B342E
(59,52,46)
#2E2925
(46,41,37)
#211E1C
(33,30,28)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #96816D

#96816D
(150,129,109)
#9F8C7A
(159,140,122)
#A89787
(168,151,135)
#B1A294
(177,162,148)
#BAADA1
(186,173,161)
#C3B8AE
(195,184,174)
#CCC3BB
(204,195,187)
#D5CEC8
(213,206,200)
#DED9D5
(222,217,213)
#E7E4E2
(231,228,226)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96816D; }

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

This text font color is #96816D.


Background Color

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

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

This div background color is #96816D.


Border color

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

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

This div border color is #96816D.


Opacity

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

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

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

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

This text has shadow with #96816D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96816D on black background.


Color preview on white background

This text has color #96816D on white background.



Black color preview on #96816D background

This text has black color on #96816D background.


White color preview on #96816D background

This text has white color on #96816D background.