COLOR #976D63

HEX: #976D63 RGB: (151,109,99)

Color info

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

RGB color model

#976D63 color RGB value is (151,109,99).

RGB: (151,109,99) (59%, 43%, 39%)

RGB channels and saturation

R 151 of 255 = 59%
G 109 of 255 = 43%
B 99 of 255 = 39%

151
109
99

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

Portions of RGB colors in percentages

R + G + B = 151 + 109 + 99 = 359 (100%)
R 151 of 359 ~ 42.06%
G 109 of 359 ~ 30.36%
B 99 of 359 ~ 27.58'%

%42.06
%30.36
%27.58

CMYK color model

#976D63 color CMYK value is (0,28,34,41).

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

CMYK: (0,28,34,41)
C0M28Y34K41 (0%, 28%, 34%, 41%)
(0.00 / 0.28 / 0.34 / 0.41)

CMYK percentages

%0
%27.81
%34.44
%40.78

Codes

Color #976D63 in popluar color models

97 6D 63
RGB 151 109 99
HSL 12° 20.80% 49.02%
HSB/HSV 12° 34.44% 59.22%
CMYK 0.00% 27.81% 34.44%
40.78%

Color #976D63 in popluar number systems.

HEX 97 6D 63
Decimal 151 109 99
Binary 10010111 1101101 1100011
Octal 227 155 143

Shades and tints

Shades of #976D63

#976D63
(151,109,99)
#8A645A
(138,100,90)
#7D5B51
(125,91,81)
#705248
(112,82,72)
#63493F
(99,73,63)
#564036
(86,64,54)
#49372D
(73,55,45)
#3C2E24
(60,46,36)
#2F251B
(47,37,27)
#221C12
(34,28,18)
#151309
(21,19,9)
#000000
(0,0,0)

Tints of #976D63

#976D63
(151,109,99)
#A07A71
(160,122,113)
#A9877F
(169,135,127)
#B2948D
(178,148,141)
#BBA19B
(187,161,155)
#C4AEA9
(196,174,169)
#CDBBB7
(205,187,183)
#D6C8C5
(214,200,197)
#DFD5D3
(223,213,211)
#E8E2E1
(232,226,225)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976D63; }

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

This text font color is #976D63.

Background Color

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

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

This div background color is #976D63.

Border color

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

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

This div border color is #976D63.

Opacity

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

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

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

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

This text has shadow with #976D63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #976D63.

Preview

Color preview on black background

This text has color #976D63 on black background.


Color preview on white background

This text has color #976D63 on white background.


Black color preview on #976D63 background

This text has black color on #976D63 background.


White color preview on #976D63 background

This text has white color on #976D63 background.


Related colors

Complementary color

Complementary color for #hex is #68929C.


I love getcolorcode.com

Triadic colors

1 #63976D and #6D6397 with #976D63 are triadic colors.

2 #636D97 and #6D9763 with #976D63 are triadic colors.