COLOR #96996C

HEX: #96996C RGB: (150,153,108)

Color info

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

RGB color model

#96996C color RGB value is (150,153,108).

RGB: (150,153,108) (59%, 60%, 42%)

RGB channels and saturation

R 150 of 255 = 59%
G 153 of 255 = 60%
B 108 of 255 = 42%

150
153
108

R + G + B ~ 54%. #96996C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 153 + 108 = 411 (100%)
R 150 of 411 ~ 36.5%
G 153 of 411 ~ 37.23%
B 108 of 411 ~ 26.28'%

%36.5
%37.23
%26.28

CMYK color model

#96996C color CMYK value is (2,0,29,40).

  • cyan value is 1.96%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 40.00%

CMYK: (2,0,29,40)
C2M0Y29K40 (2%, 0%, 29%, 40%)
(0.02 / 0.00 / 0.29 / 0.40)

CMYK percentages

%1.96
%0
%29.41
%40

Codes

Color #96996C in popluar color models

96 99 6C
RGB 150 153 108
HSL 64° 18.07% 51.18%
HSB/HSV 64° 29.41% 60.00%
CMYK 1.96% 0.00% 29.41%
40.00%

Color #96996C in popluar number systems.

HEX 96 99 6C
Decimal 150 153 108
Binary 10010110 10011001 1101100
Octal 226 231 154

Shades and tints

Shades of #96996C

#96996C
(150,153,108)
#898C63
(137,140,99)
#7C7F5A
(124,127,90)
#6F7251
(111,114,81)
#626548
(98,101,72)
#55583F
(85,88,63)
#484B36
(72,75,54)
#3B3E2D
(59,62,45)
#2E3124
(46,49,36)
#21241B
(33,36,27)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #96996C

#96996C
(150,153,108)
#9FA279
(159,162,121)
#A8AB86
(168,171,134)
#B1B493
(177,180,147)
#BABDA0
(186,189,160)
#C3C6AD
(195,198,173)
#CCCFBA
(204,207,186)
#D5D8C7
(213,216,199)
#DEE1D4
(222,225,212)
#E7EAE1
(231,234,225)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96996C color. Also use rgb(150,153,108) instead hex code.

Text Font Color

.myTextColor { color: #96996C; }

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

This text font color is #96996C.

Background Color

.myBgColor { background-color: #96996C; }

<div style="background-color:#96996C">Inner text</div>

This div background color is #96996C.

Border color

.myBorderColor { border: 1px solid #96996C; }

<div style="border:3px solid #96996C">Div</div>

This div border color is #96996C.

Opacity

.myOpacity80 { color: #96996C; opacity: 0.8; }

<p style="color:#96996C;opacity:0.8;">80%</p>

Text with #96996C 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 #96996C;}

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

This text has shadow with #96996C color.


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

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

This text has shadow with #96996C primary color and red secondary color.


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

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

This text has shadow with #96996C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #96996C.

Preview

Color preview on black background

This text has color #96996C on black background.


Color preview on white background

This text has color #96996C on white background.


Black color preview on #96996C background

This text has black color on #96996C background.


White color preview on #96996C background

This text has white color on #96996C background.


Related colors

Complementary color

Complementary color for #hex is #696693.


I love getcolorcode.com

Triadic colors

1 #6C9699 and #996C96 with #96996C are triadic colors.

2 #6C9996 and #99966C with #96996C are triadic colors.