COLOR #967C60

HEX: #967C60 RGB: (150,124,96)

Color info

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

RGB color model

#967C60 color RGB value is (150,124,96).

RGB: (150,124,96) (59%, 49%, 38%)

RGB channels and saturation

R 150 of 255 = 59%
G 124 of 255 = 49%
B 96 of 255 = 38%

150
124
96

R + G + B ~ 49%. #967C60 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 124 + 96 = 370 (100%)
R 150 of 370 ~ 40.54%
G 124 of 370 ~ 33.51%
B 96 of 370 ~ 25.95'%

%40.54
%33.51
%25.95

CMYK color model

#967C60 color CMYK value is (0,17,36,41).

  • cyan value is 0.00%
  • magenta value is 17.33%
  • yellow value is 36.00%
  • key color value is 41.18%

CMYK: (0,17,36,41)
C0M17Y36K41 (0%, 17%, 36%, 41%)
(0.00 / 0.17 / 0.36 / 0.41)

CMYK percentages

%0
%17.33
%36
%41.18

Codes

Color #967C60 in popluar color models

96 7C 60
RGB 150 124 96
HSL 31° 21.95% 48.24%
HSB/HSV 31° 36.00% 58.82%
CMYK 0.00% 17.33% 36.00%
41.18%

Color #967C60 in popluar number systems.

HEX 96 7C 60
Decimal 150 124 96
Binary 10010110 1111100 1100000
Octal 226 174 140

Shades and tints

Shades of #967C60

#967C60
(150,124,96)
#897158
(137,113,88)
#7C6650
(124,102,80)
#6F5B48
(111,91,72)
#625040
(98,80,64)
#554538
(85,69,56)
#483A30
(72,58,48)
#3B2F28
(59,47,40)
#2E2420
(46,36,32)
#211918
(33,25,24)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #967C60

#967C60
(150,124,96)
#9F876E
(159,135,110)
#A8927C
(168,146,124)
#B19D8A
(177,157,138)
#BAA898
(186,168,152)
#C3B3A6
(195,179,166)
#CCBEB4
(204,190,180)
#D5C9C2
(213,201,194)
#DED4D0
(222,212,208)
#E7DFDE
(231,223,222)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967C60 color. Also use rgb(150,124,96) instead hex code.

Text Font Color

.myTextColor { color: #967C60; }

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

This text font color is #967C60.

Background Color

.myBgColor { background-color: #967C60; }

<div style="background-color:#967C60">Inner text</div>

This div background color is #967C60.

Border color

.myBorderColor { border: 1px solid #967C60; }

<div style="border:3px solid #967C60">Div</div>

This div border color is #967C60.

Opacity

.myOpacity80 { color: #967C60; opacity: 0.8; }

<p style="color:#967C60;opacity:0.8;">80%</p>

Text with #967C60 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 #967C60;}

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

This text has shadow with #967C60 color.


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

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

This text has shadow with #967C60 primary color and red secondary color.


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

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

This text has shadow with #967C60 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #967C60.

Preview

Color preview on black background

This text has color #967C60 on black background.


Color preview on white background

This text has color #967C60 on white background.


Black color preview on #967C60 background

This text has black color on #967C60 background.


White color preview on #967C60 background

This text has white color on #967C60 background.


Related colors

Complementary color

Complementary color for #hex is #69839F.


I love getcolorcode.com

Triadic colors

1 #60967C and #7C6096 with #967C60 are triadic colors.

2 #607C96 and #7C9660 with #967C60 are triadic colors.