COLOR #996E4B

HEX: #996E4B
RGB: (153,110,75)

Color info

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

RGB color model

#996E4B color RGB value is (153,110,75).

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

RGB channels and saturation

R 153 of 255 = 60%
G 110 of 255 = 43%
B 75 of 255 = 29%

153
110
75

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

Portions of RGB colors in percentages

R + G + B =
153 + 110 + 75 = 338 (100%)
R 153 of 338 ~ 45.27%
G 110 of 338 ~ 32.54%
B 75 of 338 ~ 22.19%

%45.27
%32.54
%22.19

CMYK color model

#996E4B color CMYK value is (0,28,51,40).

  • cyan value is 0.00%
  • magenta value is 28.10%
  • yellow value is 50.98%
  • key color value is 40.00%
CMYK:
(0,28,51,40)
C0M28Y51K40 
(0%,28%,51%,40%)
(0.00/0.28/0.51/0.40)	

CMYK percentages

%0
%28.1
%50.98
%40

Codes

Color #996E4B in popluar color models

996E4B
RGB15311075
HSL27°34.21%44.71%
HSB/HSV27°50.98%60.00%
CMYK0.00%28.10%50.98%
40.00%

Color #996E4B in popluar number systems.

HEX996E4B
Decimal15311075
Binary1001100111011101001011
Octal231156113

Shades and tints

Shades of #996E4B

#996E4B
(153,110,75)
#8C6445
(140,100,69)
#7F5A3F
(127,90,63)
#725039
(114,80,57)
#654633
(101,70,51)
#583C2D
(88,60,45)
#4B3227
(75,50,39)
#3E2821
(62,40,33)
#311E1B
(49,30,27)
#241415
(36,20,21)
#170A0F
(23,10,15)
#000000
(0,0,0)

Tints of #996E4B

#996E4B
(153,110,75)
#A27B5B
(162,123,91)
#AB886B
(171,136,107)
#B4957B
(180,149,123)
#BDA28B
(189,162,139)
#C6AF9B
(198,175,155)
#CFBCAB
(207,188,171)
#D8C9BB
(216,201,187)
#E1D6CB
(225,214,203)
#EAE3DB
(234,227,219)
#F3F0EB
(243,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996E4B; }

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

This text font color is #996E4B.


Background Color

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

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

This div background color is #996E4B.


Border color

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

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

This div border color is #996E4B.


Opacity

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

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

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

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

This text has shadow with #996E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996E4B on black background.


Color preview on white background

This text has color #996E4B on white background.



Black color preview on #996E4B background

This text has black color on #996E4B background.


White color preview on #996E4B background

This text has white color on #996E4B background.