COLOR #996E69

HEX: #996E69 RGB: (153,110,105)

Color info

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

RGB color model

#996E69 color RGB value is (153,110,105).

RGB: (153,110,105) (60%, 43%, 41%)

RGB channels and saturation

R 153 of 255 = 60%
G 110 of 255 = 43%
B 105 of 255 = 41%

153
110
105

R + G + B ~ 48%. #996E69 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 110 + 105 = 368 (100%)
R 153 of 368 ~ 41.58%
G 110 of 368 ~ 29.89%
B 105 of 368 ~ 28.53'%

%41.58
%29.89
%28.53

CMYK color model

#996E69 color CMYK value is (0,28,31,40).

  • cyan value is 0.00%
  • magenta value is 28.10%
  • yellow value is 31.37%
  • key color value is 40.00%

CMYK: (0,28,31,40)
C0M28Y31K40 (0%, 28%, 31%, 40%)
(0.00 / 0.28 / 0.31 / 0.40)

CMYK percentages

%0
%28.1
%31.37
%40

Codes

Color #996E69 in popluar color models

99 6E 69
RGB 153 110 105
HSL 19.05% 50.59%
HSB/HSV 31.37% 60.00%
CMYK 0.00% 28.10% 31.37%
40.00%

Color #996E69 in popluar number systems.

HEX 99 6E 69
Decimal 153 110 105
Binary 10011001 1101110 1101001
Octal 231 156 151

Shades and tints

Shades of #996E69

#996E69
(153,110,105)
#8C6460
(140,100,96)
#7F5A57
(127,90,87)
#72504E
(114,80,78)
#654645
(101,70,69)
#583C3C
(88,60,60)
#4B3233
(75,50,51)
#3E282A
(62,40,42)
#311E21
(49,30,33)
#241418
(36,20,24)
#170A0F
(23,10,15)
#000000
(0,0,0)

Tints of #996E69

#996E69
(153,110,105)
#A27B76
(162,123,118)
#AB8883
(171,136,131)
#B49590
(180,149,144)
#BDA29D
(189,162,157)
#C6AFAA
(198,175,170)
#CFBCB7
(207,188,183)
#D8C9C4
(216,201,196)
#E1D6D1
(225,214,209)
#EAE3DE
(234,227,222)
#F3F0EB
(243,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996E69 color. Also use rgb(153,110,105) instead hex code.

Text Font Color

.myTextColor { color: #996E69; }

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

This text font color is #996E69.

Background Color

.myBgColor { background-color: #996E69; }

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

This div background color is #996E69.

Border color

.myBorderColor { border: 1px solid #996E69; }

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

This div border color is #996E69.

Opacity

.myOpacity80 { color: #996E69; opacity: 0.8; }

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

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

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

This text has shadow with #996E69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #996E69.

Preview

Color preview on black background

This text has color #996E69 on black background.


Color preview on white background

This text has color #996E69 on white background.


Black color preview on #996E69 background

This text has black color on #996E69 background.


White color preview on #996E69 background

This text has white color on #996E69 background.


Related colors

Complementary color

Complementary color for #hex is #669196.


I love getcolorcode.com

Triadic colors

1 #69996E and #6E6999 with #996E69 are triadic colors.

2 #696E99 and #6E9969 with #996E69 are triadic colors.