COLOR #976D66

HEX: #976D66 RGB: (151,109,102)

Color info

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

RGB color model

#976D66 color RGB value is (151,109,102).

RGB: (151,109,102) (59%, 43%, 40%)

RGB channels and saturation

R 151 of 255 = 59%
G 109 of 255 = 43%
B 102 of 255 = 40%

151
109
102

R + G + B ~ 47%. #976D66 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 151 + 109 + 102 = 362 (100%)
R 151 of 362 ~ 41.71%
G 109 of 362 ~ 30.11%
B 102 of 362 ~ 28.18'%

%41.71
%30.11
%28.18

CMYK color model

#976D66 color CMYK value is (0,28,32,41).

  • cyan value is 0.00%
  • magenta value is 27.81%
  • yellow value is 32.45%
  • key color value is 40.78%

CMYK: (0,28,32,41)
C0M28Y32K41 (0%, 28%, 32%, 41%)
(0.00 / 0.28 / 0.32 / 0.41)

CMYK percentages

%0
%27.81
%32.45
%40.78

Codes

Color #976D66 in popluar color models

97 6D 66
RGB 151 109 102
HSL 19.37% 49.61%
HSB/HSV 32.45% 59.22%
CMYK 0.00% 27.81% 32.45%
40.78%

Color #976D66 in popluar number systems.

HEX 97 6D 66
Decimal 151 109 102
Binary 10010111 1101101 1100110
Octal 227 155 146

Shades and tints

Shades of #976D66

#976D66
(151,109,102)
#8A645D
(138,100,93)
#7D5B54
(125,91,84)
#70524B
(112,82,75)
#634942
(99,73,66)
#564039
(86,64,57)
#493730
(73,55,48)
#3C2E27
(60,46,39)
#2F251E
(47,37,30)
#221C15
(34,28,21)
#15130C
(21,19,12)
#000000
(0,0,0)

Tints of #976D66

#976D66
(151,109,102)
#A07A73
(160,122,115)
#A98780
(169,135,128)
#B2948D
(178,148,141)
#BBA19A
(187,161,154)
#C4AEA7
(196,174,167)
#CDBBB4
(205,187,180)
#D6C8C1
(214,200,193)
#DFD5CE
(223,213,206)
#E8E2DB
(232,226,219)
#F1EFE8
(241,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976D66 color. Also use rgb(151,109,102) instead hex code.

Text Font Color

.myTextColor { color: #976D66; }

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

This text font color is #976D66.

Background Color

.myBgColor { background-color: #976D66; }

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

This div background color is #976D66.

Border color

.myBorderColor { border: 1px solid #976D66; }

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

This div border color is #976D66.

Opacity

.myOpacity80 { color: #976D66; opacity: 0.8; }

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

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

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

This text has shadow with #976D66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #976D66.

Preview

Color preview on black background

This text has color #976D66 on black background.


Color preview on white background

This text has color #976D66 on white background.


Black color preview on #976D66 background

This text has black color on #976D66 background.


White color preview on #976D66 background

This text has white color on #976D66 background.


Related colors

Complementary color

Complementary color for #hex is #689299.


I love getcolorcode.com

Triadic colors

1 #66976D and #6D6697 with #976D66 are triadic colors.

2 #666D97 and #6D9766 with #976D66 are triadic colors.