COLOR #996B10

HEX: #996B10
RGB: (153,107,16)

Color info

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

RGB color model

#996B10 color RGB value is (153,107,16).

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

RGB channels and saturation

R 153 of 255 = 60%
G 107 of 255 = 42%
B 16 of 255 = 6%

153
107
16

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

Portions of RGB colors in percentages

R + G + B =
153 + 107 + 16 = 276 (100%)
R 153 of 276 ~ 55.43%
G 107 of 276 ~ 38.77%
B 16 of 276 ~ 5.8%

%55.43
%38.77

CMYK color model

#996B10 color CMYK value is (0,30,90,40).

  • cyan value is 0.00%
  • magenta value is 30.07%
  • yellow value is 89.54%
  • key color value is 40.00%
CMYK:
(0,30,90,40)
C0M30Y90K40 
(0%,30%,90%,40%)
(0.00/0.30/0.90/0.40)	

CMYK percentages

%0
%30.07
%89.54
%40

Codes

Color #996B10 in popluar color models

996B10
RGB15310716
HSL40°81.07%33.14%
HSB/HSV40°89.54%60.00%
CMYK0.00%30.07%89.54%
40.00%

Color #996B10 in popluar number systems.

HEX996B10
Decimal15310716
Binary10011001110101110000
Octal23115320

Shades and tints

Shades of #996B10

#996B10
(153,107,16)
#8C620F
(140,98,15)
#7F590E
(127,89,14)
#72500D
(114,80,13)
#65470C
(101,71,12)
#583E0B
(88,62,11)
#4B350A
(75,53,10)
#3E2C09
(62,44,9)
#312308
(49,35,8)
#241A07
(36,26,7)
#171106
(23,17,6)
#000000
(0,0,0)

Tints of #996B10

#996B10
(153,107,16)
#A27825
(162,120,37)
#AB853A
(171,133,58)
#B4924F
(180,146,79)
#BD9F64
(189,159,100)
#C6AC79
(198,172,121)
#CFB98E
(207,185,142)
#D8C6A3
(216,198,163)
#E1D3B8
(225,211,184)
#EAE0CD
(234,224,205)
#F3EDE2
(243,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996B10; }

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

This text font color is #996B10.


Background Color

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

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

This div background color is #996B10.


Border color

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

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

This div border color is #996B10.


Opacity

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

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

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

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

This text has shadow with #996B10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996B10 on black background.


Color preview on white background

This text has color #996B10 on white background.



Black color preview on #996B10 background

This text has black color on #996B10 background.


White color preview on #996B10 background

This text has white color on #996B10 background.