COLOR #96686D

HEX: #96686D RGB: (150,104,109)

Color info

#96686D contains red, green and blue colors in about the same proportion. Web safe color of #96686D is #996666 (or #966).

RGB color model

#96686D color RGB value is (150,104,109).

RGB: (150,104,109) (59%, 41%, 43%)

RGB channels and saturation

R 150 of 255 = 59%
G 104 of 255 = 41%
B 109 of 255 = 43%

150
104
109

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

Portions of RGB colors in percentages

R + G + B = 150 + 104 + 109 = 363 (100%)
R 150 of 363 ~ 41.32%
G 104 of 363 ~ 28.65%
B 109 of 363 ~ 30.03'%

%41.32
%28.65
%30.03

CMYK color model

#96686D color CMYK value is (0,31,27,41).

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

CMYK: (0,31,27,41)
C0M31Y27K41 (0%, 31%, 27%, 41%)
(0.00 / 0.31 / 0.27 / 0.41)

CMYK percentages

%0
%30.67
%27.33
%41.18

Codes

Color #96686D in popluar color models

96 68 6D
RGB 150 104 109
HSL 353° 18.11% 49.80%
HSB/HSV 353° 30.67% 58.82%
CMYK 0.00% 30.67% 27.33%
41.18%

Color #96686D in popluar number systems.

HEX 96 68 6D
Decimal 150 104 109
Binary 10010110 1101000 1101101
Octal 226 150 155

Shades and tints

Shades of #96686D

#96686D
(150,104,109)
#895F64
(137,95,100)
#7C565B
(124,86,91)
#6F4D52
(111,77,82)
#624449
(98,68,73)
#553B40
(85,59,64)
#483237
(72,50,55)
#3B292E
(59,41,46)
#2E2025
(46,32,37)
#21171C
(33,23,28)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #96686D

#96686D
(150,104,109)
#9F757A
(159,117,122)
#A88287
(168,130,135)
#B18F94
(177,143,148)
#BA9CA1
(186,156,161)
#C3A9AE
(195,169,174)
#CCB6BB
(204,182,187)
#D5C3C8
(213,195,200)
#DED0D5
(222,208,213)
#E7DDE2
(231,221,226)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96686D; }

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

This text font color is #96686D.

Background Color

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

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

This div background color is #96686D.

Border color

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

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

This div border color is #96686D.

Opacity

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

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

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

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

This text has shadow with #96686D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96686D.

Preview

Color preview on black background

This text has color #96686D on black background.


Color preview on white background

This text has color #96686D on white background.


Black color preview on #96686D background

This text has black color on #96686D background.


White color preview on #96686D background

This text has white color on #96686D background.


Related colors

Complementary color

Complementary color for #hex is #699792.


I love getcolorcode.com

Triadic colors

1 #6D9668 and #686D96 with #96686D are triadic colors.

2 #6D6896 and #68966D with #96686D are triadic colors.