COLOR #996B40

HEX: #996B40
RGB: (153,107,64)

Color info

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

RGB color model

#996B40 color RGB value is (153,107,64).

  • red value is 153;
  • green value is 107;
  • blue value is 64.
RGB:
(153,107,64)
(60%,42%,25%)

RGB channels and saturation

R 153 of 255 = 60%
G 107 of 255 = 42%
B 64 of 255 = 25%

153
107
64

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

Portions of RGB colors in percentages

R + G + B =
153 + 107 + 64 = 324 (100%)
R 153 of 324 ~ 47.22%
G 107 of 324 ~ 33.02%
B 64 of 324 ~ 19.75%

%47.22
%33.02
%19.75

CMYK color model

#996B40 color CMYK value is (0,30,58,40).

  • cyan value is 0.00%
  • magenta value is 30.07%
  • yellow value is 58.17%
  • key color value is 40.00%
CMYK:
(0,30,58,40)
C0M30Y58K40 
(0%,30%,58%,40%)
(0.00/0.30/0.58/0.40)	

CMYK percentages

%0
%30.07
%58.17
%40

Codes

Color #996B40 in popluar color models

996B40
RGB15310764
HSL29°41.01%42.55%
HSB/HSV29°58.17%60.00%
CMYK0.00%30.07%58.17%
40.00%

Color #996B40 in popluar number systems.

HEX996B40
Decimal15310764
Binary1001100111010111000000
Octal231153100

Shades and tints

Shades of #996B40

#996B40
(153,107,64)
#8C623B
(140,98,59)
#7F5936
(127,89,54)
#725031
(114,80,49)
#65472C
(101,71,44)
#583E27
(88,62,39)
#4B3522
(75,53,34)
#3E2C1D
(62,44,29)
#312318
(49,35,24)
#241A13
(36,26,19)
#17110E
(23,17,14)
#000000
(0,0,0)

Tints of #996B40

#996B40
(153,107,64)
#A27851
(162,120,81)
#AB8562
(171,133,98)
#B49273
(180,146,115)
#BD9F84
(189,159,132)
#C6AC95
(198,172,149)
#CFB9A6
(207,185,166)
#D8C6B7
(216,198,183)
#E1D3C8
(225,211,200)
#EAE0D9
(234,224,217)
#F3EDEA
(243,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996B40 color. Also use rgb(153,107,64) instead hex code.

Text Font Color

.myTextColor { color: #996B40; }

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

This text font color is #996B40.


Background Color

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

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

This div background color is #996B40.


Border color

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

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

This div border color is #996B40.


Opacity

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

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

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

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

This text has shadow with #996B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996B40 on black background.


Color preview on white background

This text has color #996B40 on white background.



Black color preview on #996B40 background

This text has black color on #996B40 background.


White color preview on #996B40 background

This text has white color on #996B40 background.