COLOR #996C4B

HEX: #996C4B
RGB: (153,108,75)

Color info

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

RGB color model

#996C4B color RGB value is (153,108,75).

  • red value is 153;
  • green value is 108;
  • blue value is 75.
RGB:
(153,108,75)
(60%,42%,29%)

RGB channels and saturation

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

153
108
75

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

Portions of RGB colors in percentages

R + G + B =
153 + 108 + 75 = 336 (100%)
R 153 of 336 ~ 45.54%
G 108 of 336 ~ 32.14%
B 75 of 336 ~ 22.32%

%45.54
%32.14
%22.32

CMYK color model

#996C4B color CMYK value is (0,29,51,40).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 50.98%
  • key color value is 40.00%
CMYK:
(0,29,51,40)
C0M29Y51K40 
(0%,29%,51%,40%)
(0.00/0.29/0.51/0.40)	

CMYK percentages

%0
%29.41
%50.98
%40

Codes

Color #996C4B in popluar color models

996C4B
RGB15310875
HSL25°34.21%44.71%
HSB/HSV25°50.98%60.00%
CMYK0.00%29.41%50.98%
40.00%

Color #996C4B in popluar number systems.

HEX996C4B
Decimal15310875
Binary1001100111011001001011
Octal231154113

Shades and tints

Shades of #996C4B

#996C4B
(153,108,75)
#8C6345
(140,99,69)
#7F5A3F
(127,90,63)
#725139
(114,81,57)
#654833
(101,72,51)
#583F2D
(88,63,45)
#4B3627
(75,54,39)
#3E2D21
(62,45,33)
#31241B
(49,36,27)
#241B15
(36,27,21)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #996C4B

#996C4B
(153,108,75)
#A2795B
(162,121,91)
#AB866B
(171,134,107)
#B4937B
(180,147,123)
#BDA08B
(189,160,139)
#C6AD9B
(198,173,155)
#CFBAAB
(207,186,171)
#D8C7BB
(216,199,187)
#E1D4CB
(225,212,203)
#EAE1DB
(234,225,219)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996C4B; }

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

This text font color is #996C4B.


Background Color

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

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

This div background color is #996C4B.


Border color

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

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

This div border color is #996C4B.


Opacity

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

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

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

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

This text has shadow with #996C4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996C4B on black background.


Color preview on white background

This text has color #996C4B on white background.



Black color preview on #996C4B background

This text has black color on #996C4B background.


White color preview on #996C4B background

This text has white color on #996C4B background.