COLOR #99886A

HEX: #99886A
RGB: (153,136,106)

Color info

#99886A contains red, green and blue colors in about the same proportion. Web safe color of #99886A is #999966 (or #996).

RGB color model

#99886A color RGB value is (153,136,106).

  • red value is 153;
  • green value is 136;
  • blue value is 106.
RGB:
(153,136,106)
(60%,53%,42%)

RGB channels and saturation

R 153 of 255 = 60%
G 136 of 255 = 53%
B 106 of 255 = 42%

153
136
106

R + G + B ~ 52%. #99886A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 136 + 106 = 395 (100%)
R 153 of 395 ~ 38.73%
G 136 of 395 ~ 34.43%
B 106 of 395 ~ 26.84%

%38.73
%34.43
%26.84

CMYK color model

#99886A color CMYK value is (0,11,31,40).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 30.72%
  • key color value is 40.00%
CMYK:
(0,11,31,40)
C0M11Y31K40 
(0%,11%,31%,40%)
(0.00/0.11/0.31/0.40)	

CMYK percentages

%0
%11.11
%30.72
%40

Codes

Color #99886A in popluar color models

99886A
RGB153136106
HSL38°18.73%50.78%
HSB/HSV38°30.72%60.00%
CMYK0.00%11.11%30.72%
40.00%

Color #99886A in popluar number systems.

HEX99886A
Decimal153136106
Binary10011001100010001101010
Octal231210152

Shades and tints

Shades of #99886A

#99886A
(153,136,106)
#8C7C61
(140,124,97)
#7F7058
(127,112,88)
#72644F
(114,100,79)
#655846
(101,88,70)
#584C3D
(88,76,61)
#4B4034
(75,64,52)
#3E342B
(62,52,43)
#312822
(49,40,34)
#241C19
(36,28,25)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #99886A

#99886A
(153,136,106)
#A29277
(162,146,119)
#AB9C84
(171,156,132)
#B4A691
(180,166,145)
#BDB09E
(189,176,158)
#C6BAAB
(198,186,171)
#CFC4B8
(207,196,184)
#D8CEC5
(216,206,197)
#E1D8D2
(225,216,210)
#EAE2DF
(234,226,223)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99886A color. Also use rgb(153,136,106) instead hex code.

Text Font Color

.myTextColor { color: #99886A; }

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

This text font color is #99886A.


Background Color

.myBgColor { background-color: #99886A; }

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

This div background color is #99886A.


Border color

.myBorderColor { border: 1px solid #99886A; }

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

This div border color is #99886A.


Opacity

.myOpacity80 { color: #99886A; opacity: 0.8; }

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

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

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

This text has shadow with #99886A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99886A on black background.


Color preview on white background

This text has color #99886A on white background.



Black color preview on #99886A background

This text has black color on #99886A background.


White color preview on #99886A background

This text has white color on #99886A background.