COLOR #998866

HEX: #998866 RGB: (153,136,102)

Color info

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

RGB color model

#998866 color RGB value is (153,136,102).

RGB: (153,136,102) (60%, 53%, 40%)

RGB channels and saturation

R 153 of 255 = 60%
G 136 of 255 = 53%
B 102 of 255 = 40%

153
136
102

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

Portions of RGB colors in percentages

R + G + B = 153 + 136 + 102 = 391 (100%)
R 153 of 391 ~ 39.13%
G 136 of 391 ~ 34.78%
B 102 of 391 ~ 26.09'%

%39.13
%34.78
%26.09

CMYK color model

#998866 color CMYK value is (0,11,33,40).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 33.33%
  • key color value is 40.00%

CMYK: (0,11,33,40)
C0M11Y33K40 (0%, 11%, 33%, 40%)
(0.00 / 0.11 / 0.33 / 0.40)

CMYK percentages

%0
%11.11
%33.33
%40

Codes

Color #998866 in popluar color models

99 88 66
RGB 153 136 102
HSL 40° 20.00% 50.00%
HSB/HSV 40° 33.33% 60.00%
CMYK 0.00% 11.11% 33.33%
40.00%

Color #998866 in popluar number systems.

HEX 99 88 66
Decimal 153 136 102
Binary 10011001 10001000 1100110
Octal 231 210 146

Shades and tints

Shades of #998866

#998866
(153,136,102)
#8C7C5D
(140,124,93)
#7F7054
(127,112,84)
#72644B
(114,100,75)
#655842
(101,88,66)
#584C39
(88,76,57)
#4B4030
(75,64,48)
#3E3427
(62,52,39)
#31281E
(49,40,30)
#241C15
(36,28,21)
#17100C
(23,16,12)
#000000
(0,0,0)

Tints of #998866

#998866
(153,136,102)
#A29273
(162,146,115)
#AB9C80
(171,156,128)
#B4A68D
(180,166,141)
#BDB09A
(189,176,154)
#C6BAA7
(198,186,167)
#CFC4B4
(207,196,180)
#D8CEC1
(216,206,193)
#E1D8CE
(225,216,206)
#EAE2DB
(234,226,219)
#F3ECE8
(243,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998866; }

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

This text font color is #998866.

Background Color

.myBgColor { background-color: #998866; }

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

This div background color is #998866.

Border color

.myBorderColor { border: 1px solid #998866; }

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

This div border color is #998866.

Opacity

.myOpacity80 { color: #998866; opacity: 0.8; }

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

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

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

This text has shadow with #998866 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998866.

Preview

Color preview on black background

This text has color #998866 on black background.


Color preview on white background

This text has color #998866 on white background.


Black color preview on #998866 background

This text has black color on #998866 background.


White color preview on #998866 background

This text has white color on #998866 background.


Related colors

Complementary color

Complementary color for #hex is #667799.


I love getcolorcode.com

Triadic colors

1 #669988 and #886699 with #998866 are triadic colors.

2 #668899 and #889966 with #998866 are triadic colors.