COLOR #956F60

HEX: #956F60 RGB: (149,111,96)

Color info

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

RGB color model

#956F60 color RGB value is (149,111,96).

RGB: (149,111,96) (58%, 44%, 38%)

RGB channels and saturation

R 149 of 255 = 58%
G 111 of 255 = 44%
B 96 of 255 = 38%

149
111
96

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

Portions of RGB colors in percentages

R + G + B = 149 + 111 + 96 = 356 (100%)
R 149 of 356 ~ 41.85%
G 111 of 356 ~ 31.18%
B 96 of 356 ~ 26.97'%

%41.85
%31.18
%26.97

CMYK color model

#956F60 color CMYK value is (0,26,36,42).

  • cyan value is 0.00%
  • magenta value is 25.50%
  • yellow value is 35.57%
  • key color value is 41.57%

CMYK: (0,26,36,42)
C0M26Y36K42 (0%, 26%, 36%, 42%)
(0.00 / 0.26 / 0.36 / 0.42)

CMYK percentages

%0
%25.5
%35.57
%41.57

Codes

Color #956F60 in popluar color models

95 6F 60
RGB 149 111 96
HSL 17° 21.63% 48.04%
HSB/HSV 17° 35.57% 58.43%
CMYK 0.00% 25.50% 35.57%
41.57%

Color #956F60 in popluar number systems.

HEX 95 6F 60
Decimal 149 111 96
Binary 10010101 1101111 1100000
Octal 225 157 140

Shades and tints

Shades of #956F60

#956F60
(149,111,96)
#886558
(136,101,88)
#7B5B50
(123,91,80)
#6E5148
(110,81,72)
#614740
(97,71,64)
#543D38
(84,61,56)
#473330
(71,51,48)
#3A2928
(58,41,40)
#2D1F20
(45,31,32)
#201518
(32,21,24)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #956F60

#956F60
(149,111,96)
#9E7C6E
(158,124,110)
#A7897C
(167,137,124)
#B0968A
(176,150,138)
#B9A398
(185,163,152)
#C2B0A6
(194,176,166)
#CBBDB4
(203,189,180)
#D4CAC2
(212,202,194)
#DDD7D0
(221,215,208)
#E6E4DE
(230,228,222)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956F60 color. Also use rgb(149,111,96) instead hex code.

Text Font Color

.myTextColor { color: #956F60; }

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

This text font color is #956F60.

Background Color

.myBgColor { background-color: #956F60; }

<div style="background-color:#956F60">Inner text</div>

This div background color is #956F60.

Border color

.myBorderColor { border: 1px solid #956F60; }

<div style="border:3px solid #956F60">Div</div>

This div border color is #956F60.

Opacity

.myOpacity80 { color: #956F60; opacity: 0.8; }

<p style="color:#956F60;opacity:0.8;">80%</p>

Text with #956F60 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 #956F60;}

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

This text has shadow with #956F60 color.


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

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

This text has shadow with #956F60 primary color and red secondary color.


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

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

This text has shadow with #956F60 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #956F60.

Preview

Color preview on black background

This text has color #956F60 on black background.


Color preview on white background

This text has color #956F60 on white background.


Black color preview on #956F60 background

This text has black color on #956F60 background.


White color preview on #956F60 background

This text has white color on #956F60 background.


Related colors

Complementary color

Complementary color for #hex is #6A909F.


I love getcolorcode.com

Triadic colors

1 #60956F and #6F6095 with #956F60 are triadic colors.

2 #606F95 and #6F9560 with #956F60 are triadic colors.