COLOR #96686A

HEX: #96686A RGB: (150,104,106)

Color info

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

RGB color model

#96686A color RGB value is (150,104,106).

RGB: (150,104,106) (59%, 41%, 42%)

RGB channels and saturation

R 150 of 255 = 59%
G 104 of 255 = 41%
B 106 of 255 = 42%

150
104
106

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

Portions of RGB colors in percentages

R + G + B = 150 + 104 + 106 = 360 (100%)
R 150 of 360 ~ 41.67%
G 104 of 360 ~ 28.89%
B 106 of 360 ~ 29.44'%

%41.67
%28.89
%29.44

CMYK color model

#96686A color CMYK value is (0,31,29,41).

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

CMYK: (0,31,29,41)
C0M31Y29K41 (0%, 31%, 29%, 41%)
(0.00 / 0.31 / 0.29 / 0.41)

CMYK percentages

%0
%30.67
%29.33
%41.18

Codes

Color #96686A in popluar color models

96 68 6A
RGB 150 104 106
HSL 357° 18.11% 49.80%
HSB/HSV 357° 30.67% 58.82%
CMYK 0.00% 30.67% 29.33%
41.18%

Color #96686A in popluar number systems.

HEX 96 68 6A
Decimal 150 104 106
Binary 10010110 1101000 1101010
Octal 226 150 152

Shades and tints

Shades of #96686A

#96686A
(150,104,106)
#895F61
(137,95,97)
#7C5658
(124,86,88)
#6F4D4F
(111,77,79)
#624446
(98,68,70)
#553B3D
(85,59,61)
#483234
(72,50,52)
#3B292B
(59,41,43)
#2E2022
(46,32,34)
#211719
(33,23,25)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #96686A

#96686A
(150,104,106)
#9F7577
(159,117,119)
#A88284
(168,130,132)
#B18F91
(177,143,145)
#BA9C9E
(186,156,158)
#C3A9AB
(195,169,171)
#CCB6B8
(204,182,184)
#D5C3C5
(213,195,197)
#DED0D2
(222,208,210)
#E7DDDF
(231,221,223)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96686A; }

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

This text font color is #96686A.

Background Color

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

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

This div background color is #96686A.

Border color

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

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

This div border color is #96686A.

Opacity

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

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

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

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

This text has shadow with #96686A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96686A.

Preview

Color preview on black background

This text has color #96686A on black background.


Color preview on white background

This text has color #96686A on white background.


Black color preview on #96686A background

This text has black color on #96686A background.


White color preview on #96686A background

This text has white color on #96686A background.


Related colors

Complementary color

Complementary color for #hex is #699795.


I love getcolorcode.com

Triadic colors

1 #6A9668 and #686A96 with #96686A are triadic colors.

2 #6A6896 and #68966A with #96686A are triadic colors.