COLOR #96886A

HEX: #96886A
RGB: (150,136,106)

Color info

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

RGB color model

#96886A color RGB value is (150,136,106).

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

RGB channels and saturation

R 150 of 255 = 59%
G 136 of 255 = 53%
B 106 of 255 = 42%

150
136
106

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

Portions of RGB colors in percentages

R + G + B =
150 + 136 + 106 = 392 (100%)
R 150 of 392 ~ 38.27%
G 136 of 392 ~ 34.69%
B 106 of 392 ~ 27.04%

%38.27
%34.69
%27.04

CMYK color model

#96886A color CMYK value is (0,9,29,41).

  • cyan value is 0.00%
  • magenta value is 9.33%
  • yellow value is 29.33%
  • key color value is 41.18%
CMYK:
(0,9,29,41)
C0M9Y29K41 
(0%,9%,29%,41%)
(0.00/0.09/0.29/0.41)	

CMYK percentages

%0
%9.33
%29.33
%41.18

Codes

Color #96886A in popluar color models

96886A
RGB150136106
HSL41°17.32%50.20%
HSB/HSV41°29.33%58.82%
CMYK0.00%9.33%29.33%
41.18%

Color #96886A in popluar number systems.

HEX96886A
Decimal150136106
Binary10010110100010001101010
Octal226210152

Shades and tints

Shades of #96886A

#96886A
(150,136,106)
#897C61
(137,124,97)
#7C7058
(124,112,88)
#6F644F
(111,100,79)
#625846
(98,88,70)
#554C3D
(85,76,61)
#484034
(72,64,52)
#3B342B
(59,52,43)
#2E2822
(46,40,34)
#211C19
(33,28,25)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #96886A

#96886A
(150,136,106)
#9F9277
(159,146,119)
#A89C84
(168,156,132)
#B1A691
(177,166,145)
#BAB09E
(186,176,158)
#C3BAAB
(195,186,171)
#CCC4B8
(204,196,184)
#D5CEC5
(213,206,197)
#DED8D2
(222,216,210)
#E7E2DF
(231,226,223)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96886A color. Also use rgb(150,136,106) instead hex code.

Text Font Color

.myTextColor { color: #96886A; }

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

This text font color is #96886A.


Background Color

.myBgColor { background-color: #96886A; }

<div style="background-color:#96886A">Inner text</div>

This div background color is #96886A.


Border color

.myBorderColor { border: 1px solid #96886A; }

<div style="border:3px solid #96886A">Div</div>

This div border color is #96886A.


Opacity

.myOpacity80 { color: #96886A; opacity: 0.8; }

<p style="color:#96886A;opacity:0.8;">80%</p>

Text with #96886A 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 #96886A;}

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

This text has shadow with #96886A color.

.textShadow {text-shadow: 3px 3px 1px #96886A, 3px 3px 1px red;}

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

This text has shadow with #96886A primary color and red secondary color.


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

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

This text has shadow with #96886A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96886A on black background.


Color preview on white background

This text has color #96886A on white background.



Black color preview on #96886A background

This text has black color on #96886A background.


White color preview on #96886A background

This text has white color on #96886A background.