COLOR #976A62

HEX: #976A62 RGB: (151,106,98)

Color info

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

RGB color model

#976A62 color RGB value is (151,106,98).

RGB: (151,106,98) (59%, 42%, 38%)

RGB channels and saturation

R 151 of 255 = 59%
G 106 of 255 = 42%
B 98 of 255 = 38%

151
106
98

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

Portions of RGB colors in percentages

R + G + B = 151 + 106 + 98 = 355 (100%)
R 151 of 355 ~ 42.54%
G 106 of 355 ~ 29.86%
B 98 of 355 ~ 27.61'%

%42.54
%29.86
%27.61

CMYK color model

#976A62 color CMYK value is (0,30,35,41).

  • cyan value is 0.00%
  • magenta value is 29.80%
  • yellow value is 35.10%
  • key color value is 40.78%

CMYK: (0,30,35,41)
C0M30Y35K41 (0%, 30%, 35%, 41%)
(0.00 / 0.30 / 0.35 / 0.41)

CMYK percentages

%0
%29.8
%35.1
%40.78

Codes

Color #976A62 in popluar color models

97 6A 62
RGB 151 106 98
HSL 21.29% 48.82%
HSB/HSV 35.10% 59.22%
CMYK 0.00% 29.80% 35.10%
40.78%

Color #976A62 in popluar number systems.

HEX 97 6A 62
Decimal 151 106 98
Binary 10010111 1101010 1100010
Octal 227 152 142

Shades and tints

Shades of #976A62

#976A62
(151,106,98)
#8A615A
(138,97,90)
#7D5852
(125,88,82)
#704F4A
(112,79,74)
#634642
(99,70,66)
#563D3A
(86,61,58)
#493432
(73,52,50)
#3C2B2A
(60,43,42)
#2F2222
(47,34,34)
#22191A
(34,25,26)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #976A62

#976A62
(151,106,98)
#A07770
(160,119,112)
#A9847E
(169,132,126)
#B2918C
(178,145,140)
#BB9E9A
(187,158,154)
#C4ABA8
(196,171,168)
#CDB8B6
(205,184,182)
#D6C5C4
(214,197,196)
#DFD2D2
(223,210,210)
#E8DFE0
(232,223,224)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976A62 color. Also use rgb(151,106,98) instead hex code.

Text Font Color

.myTextColor { color: #976A62; }

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

This text font color is #976A62.

Background Color

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

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

This div background color is #976A62.

Border color

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

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

This div border color is #976A62.

Opacity

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

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

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

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

This text has shadow with #976A62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #976A62.

Preview

Color preview on black background

This text has color #976A62 on black background.


Color preview on white background

This text has color #976A62 on white background.


Black color preview on #976A62 background

This text has black color on #976A62 background.


White color preview on #976A62 background

This text has white color on #976A62 background.


Related colors

Complementary color

Complementary color for #hex is #68959D.


I love getcolorcode.com

Triadic colors

1 #62976A and #6A6297 with #976A62 are triadic colors.

2 #626A97 and #6A9762 with #976A62 are triadic colors.