COLOR #996C69

HEX: #996C69 RGB: (153,108,105)

Color info

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

RGB color model

#996C69 color RGB value is (153,108,105).

RGB: (153,108,105) (60%, 42%, 41%)

RGB channels and saturation

R 153 of 255 = 60%
G 108 of 255 = 42%
B 105 of 255 = 41%

153
108
105

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

Portions of RGB colors in percentages

R + G + B = 153 + 108 + 105 = 366 (100%)
R 153 of 366 ~ 41.8%
G 108 of 366 ~ 29.51%
B 105 of 366 ~ 28.69'%

%41.8
%29.51
%28.69

CMYK color model

#996C69 color CMYK value is (0,29,31,40).

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

CMYK: (0,29,31,40)
C0M29Y31K40 (0%, 29%, 31%, 40%)
(0.00 / 0.29 / 0.31 / 0.40)

CMYK percentages

%0
%29.41
%31.37
%40

Codes

Color #996C69 in popluar color models

99 6C 69
RGB 153 108 105
HSL 19.05% 50.59%
HSB/HSV 31.37% 60.00%
CMYK 0.00% 29.41% 31.37%
40.00%

Color #996C69 in popluar number systems.

HEX 99 6C 69
Decimal 153 108 105
Binary 10011001 1101100 1101001
Octal 231 154 151

Shades and tints

Shades of #996C69

#996C69
(153,108,105)
#8C6360
(140,99,96)
#7F5A57
(127,90,87)
#72514E
(114,81,78)
#654845
(101,72,69)
#583F3C
(88,63,60)
#4B3633
(75,54,51)
#3E2D2A
(62,45,42)
#312421
(49,36,33)
#241B18
(36,27,24)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #996C69

#996C69
(153,108,105)
#A27976
(162,121,118)
#AB8683
(171,134,131)
#B49390
(180,147,144)
#BDA09D
(189,160,157)
#C6ADAA
(198,173,170)
#CFBAB7
(207,186,183)
#D8C7C4
(216,199,196)
#E1D4D1
(225,212,209)
#EAE1DE
(234,225,222)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996C69; }

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

This text font color is #996C69.

Background Color

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

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

This div background color is #996C69.

Border color

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

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

This div border color is #996C69.

Opacity

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

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

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

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

This text has shadow with #996C69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #996C69.

Preview

Color preview on black background

This text has color #996C69 on black background.


Color preview on white background

This text has color #996C69 on white background.


Black color preview on #996C69 background

This text has black color on #996C69 background.


White color preview on #996C69 background

This text has white color on #996C69 background.


Related colors

Complementary color

Complementary color for #hex is #669396.


I love getcolorcode.com

Triadic colors

1 #69996C and #6C6999 with #996C69 are triadic colors.

2 #696C99 and #6C9969 with #996C69 are triadic colors.