COLOR #996C49

HEX: #996C49 RGB: (153,108,73)

Color info

#996C49 contains mainly red and green colors. Web safe color of #996C49 is #996633 (or #963).

RGB color model

#996C49 color RGB value is (153,108,73).

RGB: (153,108,73) (60%, 42%, 29%)

RGB channels and saturation

R 153 of 255 = 60%
G 108 of 255 = 42%
B 73 of 255 = 29%

153
108
73

R + G + B ~ 44%. #996C49 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 108 + 73 = 334 (100%)
R 153 of 334 ~ 45.81%
G 108 of 334 ~ 32.34%
B 73 of 334 ~ 21.86'%

%45.81
%32.34
%21.86

CMYK color model

#996C49 color CMYK value is (0,29,52,40).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 52.29%
  • key color value is 40.00%
CMYK: (0,29,52,40) C0M29Y52K40 (0%,29%,52%,40%) (0.00/0.29/0.52/0.40) 

CMYK percentages

%0
%29.41
%52.29
%40

Codes

Color #996C49 in popluar color models

99 6C 49
RGB 153 108 73
HSL 26° 35.40% 44.31%
HSB/HSV 26° 52.29% 60.00%
CMYK 0.00% 29.41% 52.29%
40.00%

Color #996C49 in popluar number systems.

HEX 99 6C 49
Decimal 153 108 73
Binary 10011001 1101100 1001001
Octal 231 154 111

Shades and tints

Shades of #996C49

#996C49
(153,108,73)
#8C6343
(140,99,67)
#7F5A3D
(127,90,61)
#725137
(114,81,55)
#654831
(101,72,49)
#583F2B
(88,63,43)
#4B3625
(75,54,37)
#3E2D1F
(62,45,31)
#312419
(49,36,25)
#241B13
(36,27,19)
#17120D
(23,18,13)
#000000
(0,0,0)

Tints of #996C49

#996C49
(153,108,73)
#A27959
(162,121,89)
#AB8669
(171,134,105)
#B49379
(180,147,121)
#BDA089
(189,160,137)
#C6AD99
(198,173,153)
#CFBAA9
(207,186,169)
#D8C7B9
(216,199,185)
#E1D4C9
(225,212,201)
#EAE1D9
(234,225,217)
#F3EEE9
(243,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996C49 color. Also use rgb(153,108,73) instead hex code.

Text Font Color

.myTextColor { color: #996C49; }

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

This text font color is #996C49.

Background Color

.myBgColor { background-color: #996C49; }

<div style="background-color:#996C49">Inner text</div>

This div background color is #996C49.

Border color

.myBorderColor { border: 1px solid #996C49; }

<div style="border:3px solid #996C49">Div</div>

This div border color is #996C49.

Opacity

.myOpacity80 { color: #996C49; opacity: 0.8; }

<p style="color:#996C49;opacity:0.8;">80%</p>

Text with #996C49 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 #996C49;}

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

This text has shadow with #996C49 color.


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

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

This text has shadow with #996C49 primary color and red secondary color.


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

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

This text has shadow with #996C49 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #996C49.

Preview

Color preview on black background

This text has color #996C49 on black background.


Color preview on white background

This text has color #996C49 on white background.


Black color preview on #996C49 background

This text has black color on #996C49 background.


White color preview on #996C49 background

This text has white color on #996C49 background.


Related colors

Complementary color

Complementary color for #hex is #6693B6.


I love getcolorcode.com

Triadic colors

1 #49996C and #6C4999 with #996C49 are triadic colors.

2 #496C99 and #6C9949 with #996C49 are triadic colors.