COLOR #96846D

HEX: #96846D RGB: (150,132,109)

Color info

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

RGB color model

#96846D color RGB value is (150,132,109).

RGB: (150,132,109) (59%, 52%, 43%)

RGB channels and saturation

R 150 of 255 = 59%
G 132 of 255 = 52%
B 109 of 255 = 43%

150
132
109

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

Portions of RGB colors in percentages

R + G + B = 150 + 132 + 109 = 391 (100%)
R 150 of 391 ~ 38.36%
G 132 of 391 ~ 33.76%
B 109 of 391 ~ 27.88'%

%38.36
%33.76
%27.88

CMYK color model

#96846D color CMYK value is (0,12,27,41).

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 27.33%
  • key color value is 41.18%

CMYK: (0,12,27,41)
C0M12Y27K41 (0%, 12%, 27%, 41%)
(0.00 / 0.12 / 0.27 / 0.41)

CMYK percentages

%0
%12
%27.33
%41.18

Codes

Color #96846D in popluar color models

96 84 6D
RGB 150 132 109
HSL 34° 16.33% 50.78%
HSB/HSV 34° 27.33% 58.82%
CMYK 0.00% 12.00% 27.33%
41.18%

Color #96846D in popluar number systems.

HEX 96 84 6D
Decimal 150 132 109
Binary 10010110 10000100 1101101
Octal 226 204 155

Shades and tints

Shades of #96846D

#96846D
(150,132,109)
#897864
(137,120,100)
#7C6C5B
(124,108,91)
#6F6052
(111,96,82)
#625449
(98,84,73)
#554840
(85,72,64)
#483C37
(72,60,55)
#3B302E
(59,48,46)
#2E2425
(46,36,37)
#21181C
(33,24,28)
#140C13
(20,12,19)
#000000
(0,0,0)

Tints of #96846D

#96846D
(150,132,109)
#9F8F7A
(159,143,122)
#A89A87
(168,154,135)
#B1A594
(177,165,148)
#BAB0A1
(186,176,161)
#C3BBAE
(195,187,174)
#CCC6BB
(204,198,187)
#D5D1C8
(213,209,200)
#DEDCD5
(222,220,213)
#E7E7E2
(231,231,226)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96846D; }

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

This text font color is #96846D.

Background Color

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

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

This div background color is #96846D.

Border color

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

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

This div border color is #96846D.

Opacity

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

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

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

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

This text has shadow with #96846D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96846D.

Preview

Color preview on black background

This text has color #96846D on black background.


Color preview on white background

This text has color #96846D on white background.


Black color preview on #96846D background

This text has black color on #96846D background.


White color preview on #96846D background

This text has white color on #96846D background.


Related colors

Complementary color

Complementary color for #hex is #697B92.


I love getcolorcode.com

Triadic colors

1 #6D9684 and #846D96 with #96846D are triadic colors.

2 #6D8496 and #84966D with #96846D are triadic colors.