COLOR #99806B

HEX: #99806B RGB: (153,128,107)

Color info

#99806B contains red, green and blue colors in about the same proportion. Web safe color of #99806B is #996666 (or #966).

RGB color model

#99806B color RGB value is (153,128,107).

RGB: (153,128,107) (60%, 50%, 42%)

RGB channels and saturation

R 153 of 255 = 60%
G 128 of 255 = 50%
B 107 of 255 = 42%

153
128
107

R + G + B ~ 51%. #99806B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 128 + 107 = 388 (100%)
R 153 of 388 ~ 39.43%
G 128 of 388 ~ 32.99%
B 107 of 388 ~ 27.58'%

%39.43
%32.99
%27.58

CMYK color model

#99806B color CMYK value is (0,16,30,40).

  • cyan value is 0.00%
  • magenta value is 16.34%
  • yellow value is 30.07%
  • key color value is 40.00%
CMYK: (0,16,30,40) C0M16Y30K40 (0%,16%,30%,40%) (0.00/0.16/0.30/0.40) 

CMYK percentages

%0
%16.34
%30.07
%40

Codes

Color #99806B in popluar color models

99 80 6B
RGB 153 128 107
HSL 27° 18.40% 50.98%
HSB/HSV 27° 30.07% 60.00%
CMYK 0.00% 16.34% 30.07%
40.00%

Color #99806B in popluar number systems.

HEX 99 80 6B
Decimal 153 128 107
Binary 10011001 10000000 1101011
Octal 231 200 153

Shades and tints

Shades of #99806B

#99806B
(153,128,107)
#8C7562
(140,117,98)
#7F6A59
(127,106,89)
#725F50
(114,95,80)
#655447
(101,84,71)
#58493E
(88,73,62)
#4B3E35
(75,62,53)
#3E332C
(62,51,44)
#312823
(49,40,35)
#241D1A
(36,29,26)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #99806B

#99806B
(153,128,107)
#A28B78
(162,139,120)
#AB9685
(171,150,133)
#B4A192
(180,161,146)
#BDAC9F
(189,172,159)
#C6B7AC
(198,183,172)
#CFC2B9
(207,194,185)
#D8CDC6
(216,205,198)
#E1D8D3
(225,216,211)
#EAE3E0
(234,227,224)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99806B color. Also use rgb(153,128,107) instead hex code.

Text Font Color

.myTextColor { color: #99806B; }

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

This text font color is #99806B.

Background Color

.myBgColor { background-color: #99806B; }

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

This div background color is #99806B.

Border color

.myBorderColor { border: 1px solid #99806B; }

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

This div border color is #99806B.

Opacity

.myOpacity80 { color: #99806B; opacity: 0.8; }

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

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

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

This text has shadow with #99806B color.


.textShadow {text-shadow: 3px 3px 1px #99806B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #99806B; -webkit-box-shadow: 1px 1px 3px 2px #99806B; box-shadow:1px 1px 3px 2px #99806B;">
Div content here
</div>

This div box has shadow with color #99806B.

Preview

Color preview on black background

This text has color #99806B on black background.


Color preview on white background

This text has color #99806B on white background.


Black color preview on #99806B background

This text has black color on #99806B background.


White color preview on #99806B background

This text has white color on #99806B background.


Related colors

Complementary color

Complementary color for #hex is #667F94.


I love getcolorcode.com

Triadic colors

1 #6B9980 and #806B99 with #99806B are triadic colors.

2 #6B8099 and #80996B with #99806B are triadic colors.