COLOR #99866E

HEX: #99866E
RGB: (153,134,110)

Color info

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

RGB color model

#99866E color RGB value is (153,134,110).

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

RGB channels and saturation

R 153 of 255 = 60%
G 134 of 255 = 53%
B 110 of 255 = 43%

153
134
110

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

Portions of RGB colors in percentages

R + G + B =
153 + 134 + 110 = 397 (100%)
R 153 of 397 ~ 38.54%
G 134 of 397 ~ 33.75%
B 110 of 397 ~ 27.71%

%38.54
%33.75
%27.71

CMYK color model

#99866E color CMYK value is (0,12,28,40).

  • cyan value is 0.00%
  • magenta value is 12.42%
  • yellow value is 28.10%
  • key color value is 40.00%
CMYK:
(0,12,28,40)
C0M12Y28K40 
(0%,12%,28%,40%)
(0.00/0.12/0.28/0.40)	

CMYK percentages

%0
%12.42
%28.1
%40

Codes

Color #99866E in popluar color models

99866E
RGB153134110
HSL33°17.41%51.57%
HSB/HSV33°28.10%60.00%
CMYK0.00%12.42%28.10%
40.00%

Color #99866E in popluar number systems.

HEX99866E
Decimal153134110
Binary10011001100001101101110
Octal231206156

Shades and tints

Shades of #99866E

#99866E
(153,134,110)
#8C7A64
(140,122,100)
#7F6E5A
(127,110,90)
#726250
(114,98,80)
#655646
(101,86,70)
#584A3C
(88,74,60)
#4B3E32
(75,62,50)
#3E3228
(62,50,40)
#31261E
(49,38,30)
#241A14
(36,26,20)
#170E0A
(23,14,10)
#000000
(0,0,0)

Tints of #99866E

#99866E
(153,134,110)
#A2917B
(162,145,123)
#AB9C88
(171,156,136)
#B4A795
(180,167,149)
#BDB2A2
(189,178,162)
#C6BDAF
(198,189,175)
#CFC8BC
(207,200,188)
#D8D3C9
(216,211,201)
#E1DED6
(225,222,214)
#EAE9E3
(234,233,227)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99866E color. Also use rgb(153,134,110) instead hex code.

Text Font Color

.myTextColor { color: #99866E; }

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

This text font color is #99866E.


Background Color

.myBgColor { background-color: #99866E; }

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

This div background color is #99866E.


Border color

.myBorderColor { border: 1px solid #99866E; }

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

This div border color is #99866E.


Opacity

.myOpacity80 { color: #99866E; opacity: 0.8; }

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

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

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

This text has shadow with #99866E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99866E on black background.


Color preview on white background

This text has color #99866E on white background.



Black color preview on #99866E background

This text has black color on #99866E background.


White color preview on #99866E background

This text has white color on #99866E background.