COLOR #99876C

HEX: #99876C
RGB: (153,135,108)

Color info

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

RGB color model

#99876C color RGB value is (153,135,108).

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

RGB channels and saturation

R 153 of 255 = 60%
G 135 of 255 = 53%
B 108 of 255 = 42%

153
135
108

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

Portions of RGB colors in percentages

R + G + B =
153 + 135 + 108 = 396 (100%)
R 153 of 396 ~ 38.64%
G 135 of 396 ~ 34.09%
B 108 of 396 ~ 27.27%

%38.64
%34.09
%27.27

CMYK color model

#99876C color CMYK value is (0,12,29,40).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 29.41%
  • key color value is 40.00%
CMYK:
(0,12,29,40)
C0M12Y29K40 
(0%,12%,29%,40%)
(0.00/0.12/0.29/0.40)	

CMYK percentages

%0
%11.76
%29.41
%40

Codes

Color #99876C in popluar color models

99876C
RGB153135108
HSL36°18.07%51.18%
HSB/HSV36°29.41%60.00%
CMYK0.00%11.76%29.41%
40.00%

Color #99876C in popluar number systems.

HEX99876C
Decimal153135108
Binary10011001100001111101100
Octal231207154

Shades and tints

Shades of #99876C

#99876C
(153,135,108)
#8C7B63
(140,123,99)
#7F6F5A
(127,111,90)
#726351
(114,99,81)
#655748
(101,87,72)
#584B3F
(88,75,63)
#4B3F36
(75,63,54)
#3E332D
(62,51,45)
#312724
(49,39,36)
#241B1B
(36,27,27)
#170F12
(23,15,18)
#000000
(0,0,0)

Tints of #99876C

#99876C
(153,135,108)
#A29179
(162,145,121)
#AB9B86
(171,155,134)
#B4A593
(180,165,147)
#BDAFA0
(189,175,160)
#C6B9AD
(198,185,173)
#CFC3BA
(207,195,186)
#D8CDC7
(216,205,199)
#E1D7D4
(225,215,212)
#EAE1E1
(234,225,225)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99876C color. Also use rgb(153,135,108) instead hex code.

Text Font Color

.myTextColor { color: #99876C; }

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

This text font color is #99876C.


Background Color

.myBgColor { background-color: #99876C; }

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

This div background color is #99876C.


Border color

.myBorderColor { border: 1px solid #99876C; }

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

This div border color is #99876C.


Opacity

.myOpacity80 { color: #99876C; opacity: 0.8; }

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

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

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

This text has shadow with #99876C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99876C on black background.


Color preview on white background

This text has color #99876C on white background.



Black color preview on #99876C background

This text has black color on #99876C background.


White color preview on #99876C background

This text has white color on #99876C background.