COLOR #996C4A

HEX: #996C4A RGB: (153,108,74)

Color info

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

RGB color model

#996C4A color RGB value is (153,108,74).

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

RGB channels and saturation

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

153
108
74

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

Portions of RGB colors in percentages

R + G + B = 153 + 108 + 74 = 335 (100%)
R 153 of 335 ~ 45.67%
G 108 of 335 ~ 32.24%
B 74 of 335 ~ 22.09'%

%45.67
%32.24
%22.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 51.63%
  • 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
%51.63
%40

Codes

Color #996C4A in popluar color models

99 6C 4A
RGB 153 108 74
HSL 26° 34.80% 44.51%
HSB/HSV 26° 51.63% 60.00%
CMYK 0.00% 29.41% 51.63%
40.00%

Color #996C4A in popluar number systems.

HEX 99 6C 4A
Decimal 153 108 74
Binary 10011001 1101100 1001010
Octal 231 154 112

Shades and tints

Shades of #996C4A

#996C4A
(153,108,74)
#8C6344
(140,99,68)
#7F5A3E
(127,90,62)
#725138
(114,81,56)
#654832
(101,72,50)
#583F2C
(88,63,44)
#4B3626
(75,54,38)
#3E2D20
(62,45,32)
#31241A
(49,36,26)
#241B14
(36,27,20)
#17120E
(23,18,14)
#000000
(0,0,0)

Tints of #996C4A

#996C4A
(153,108,74)
#A2795A
(162,121,90)
#AB866A
(171,134,106)
#B4937A
(180,147,122)
#BDA08A
(189,160,138)
#C6AD9A
(198,173,154)
#CFBAAA
(207,186,170)
#D8C7BA
(216,199,186)
#E1D4CA
(225,212,202)
#EAE1DA
(234,225,218)
#F3EEEA
(243,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996C4A; }

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

This text font color is #996C4A.

Background Color

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

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

This div background color is #996C4A.

Border color

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

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

This div border color is #996C4A.

Opacity

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

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

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

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

This text has shadow with #996C4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #996C4A.

Preview

Color preview on black background

This text has color #996C4A on black background.


Color preview on white background

This text has color #996C4A on white background.


Black color preview on #996C4A background

This text has black color on #996C4A background.


White color preview on #996C4A background

This text has white color on #996C4A background.


Related colors

Complementary color

Complementary color for #hex is #6693B5.


I love getcolorcode.com

Triadic colors

1 #4A996C and #6C4A99 with #996C4A are triadic colors.

2 #4A6C99 and #6C994A with #996C4A are triadic colors.