COLOR #996D75

HEX: #996D75 RGB: (153,109,117)

Color info

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

RGB color model

#996D75 color RGB value is (153,109,117).

RGB: (153,109,117) (60%, 43%, 46%)

RGB channels and saturation

R 153 of 255 = 60%
G 109 of 255 = 43%
B 117 of 255 = 46%

153
109
117

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

Portions of RGB colors in percentages

R + G + B = 153 + 109 + 117 = 379 (100%)
R 153 of 379 ~ 40.37%
G 109 of 379 ~ 28.76%
B 117 of 379 ~ 30.87'%

%40.37
%28.76
%30.87

CMYK color model

#996D75 color CMYK value is (0,29,24,40).

  • cyan value is 0.00%
  • magenta value is 28.76%
  • yellow value is 23.53%
  • key color value is 40.00%

CMYK: (0,29,24,40)
C0M29Y24K40 (0%, 29%, 24%, 40%)
(0.00 / 0.29 / 0.24 / 0.40)

CMYK percentages

%0
%28.76
%23.53
%40

Codes

Color #996D75 in popluar color models

99 6D 75
RGB 153 109 117
HSL 349° 17.74% 51.37%
HSB/HSV 349° 28.76% 60.00%
CMYK 0.00% 28.76% 23.53%
40.00%

Color #996D75 in popluar number systems.

HEX 99 6D 75
Decimal 153 109 117
Binary 10011001 1101101 1110101
Octal 231 155 165

Shades and tints

Shades of #996D75

#996D75
(153,109,117)
#8C646B
(140,100,107)
#7F5B61
(127,91,97)
#725257
(114,82,87)
#65494D
(101,73,77)
#584043
(88,64,67)
#4B3739
(75,55,57)
#3E2E2F
(62,46,47)
#312525
(49,37,37)
#241C1B
(36,28,27)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #996D75

#996D75
(153,109,117)
#A27A81
(162,122,129)
#AB878D
(171,135,141)
#B49499
(180,148,153)
#BDA1A5
(189,161,165)
#C6AEB1
(198,174,177)
#CFBBBD
(207,187,189)
#D8C8C9
(216,200,201)
#E1D5D5
(225,213,213)
#EAE2E1
(234,226,225)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996D75 color. Also use rgb(153,109,117) instead hex code.

Text Font Color

.myTextColor { color: #996D75; }

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

This text font color is #996D75.

Background Color

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

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

This div background color is #996D75.

Border color

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

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

This div border color is #996D75.

Opacity

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

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

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

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

This text has shadow with #996D75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #996D75.

Preview

Color preview on black background

This text has color #996D75 on black background.


Color preview on white background

This text has color #996D75 on white background.


Black color preview on #996D75 background

This text has black color on #996D75 background.


White color preview on #996D75 background

This text has white color on #996D75 background.


Related colors

Complementary color

Complementary color for #hex is #66928A.


I love getcolorcode.com

Triadic colors

1 #75996D and #6D7599 with #996D75 are triadic colors.

2 #756D99 and #6D9975 with #996D75 are triadic colors.