COLOR #996515

HEX: #996515
RGB: (153,101,21)

Color info

#996515 contains mainly red and green colors. Web safe color of #996515 is #996600 (or #960).

RGB color model

#996515 color RGB value is (153,101,21).

  • red value is 153;
  • green value is 101;
  • blue value is 21.
RGB:
(153,101,21)
(60%,40%,8%)

RGB channels and saturation

R 153 of 255 = 60%
G 101 of 255 = 40%
B 21 of 255 = 8%

153
101
21

R + G + B ~ 36%. #996515 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 101 + 21 = 275 (100%)
R 153 of 275 ~ 55.64%
G 101 of 275 ~ 36.73%
B 21 of 275 ~ 7.64%

%55.64
%36.73

CMYK color model

#996515 color CMYK value is (0,34,86,40).

  • cyan value is 0.00%
  • magenta value is 33.99%
  • yellow value is 86.27%
  • key color value is 40.00%
CMYK:
(0,34,86,40)
C0M34Y86K40 
(0%,34%,86%,40%)
(0.00/0.34/0.86/0.40)	

CMYK percentages

%0
%33.99
%86.27
%40

Codes

Color #996515 in popluar color models

996515
RGB15310121
HSL36°75.86%34.12%
HSB/HSV36°86.27%60.00%
CMYK0.00%33.99%86.27%
40.00%

Color #996515 in popluar number systems.

HEX996515
Decimal15310121
Binary10011001110010110101
Octal23114525

Shades and tints

Shades of #996515

#996515
(153,101,21)
#8C5C14
(140,92,20)
#7F5313
(127,83,19)
#724A12
(114,74,18)
#654111
(101,65,17)
#583810
(88,56,16)
#4B2F0F
(75,47,15)
#3E260E
(62,38,14)
#311D0D
(49,29,13)
#24140C
(36,20,12)
#170B0B
(23,11,11)
#000000
(0,0,0)

Tints of #996515

#996515
(153,101,21)
#A2732A
(162,115,42)
#AB813F
(171,129,63)
#B48F54
(180,143,84)
#BD9D69
(189,157,105)
#C6AB7E
(198,171,126)
#CFB993
(207,185,147)
#D8C7A8
(216,199,168)
#E1D5BD
(225,213,189)
#EAE3D2
(234,227,210)
#F3F1E7
(243,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996515 color. Also use rgb(153,101,21) instead hex code.

Text Font Color

.myTextColor { color: #996515; }

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

This text font color is #996515.


Background Color

.myBgColor { background-color: #996515; }

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

This div background color is #996515.


Border color

.myBorderColor { border: 1px solid #996515; }

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

This div border color is #996515.


Opacity

.myOpacity80 { color: #996515; opacity: 0.8; }

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

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

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

This text has shadow with #996515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996515 on black background.


Color preview on white background

This text has color #996515 on white background.



Black color preview on #996515 background

This text has black color on #996515 background.


White color preview on #996515 background

This text has white color on #996515 background.