COLOR #956D65

HEX: #956D65 RGB: (149,109,101)

Color info

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

RGB color model

#956D65 color RGB value is (149,109,101).

RGB: (149,109,101) (58%, 43%, 40%)

RGB channels and saturation

R 149 of 255 = 58%
G 109 of 255 = 43%
B 101 of 255 = 40%

149
109
101

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

Portions of RGB colors in percentages

R + G + B = 149 + 109 + 101 = 359 (100%)
R 149 of 359 ~ 41.5%
G 109 of 359 ~ 30.36%
B 101 of 359 ~ 28.13'%

%41.5
%30.36
%28.13

CMYK color model

#956D65 color CMYK value is (0,27,32,42).

  • cyan value is 0.00%
  • magenta value is 26.85%
  • yellow value is 32.21%
  • key color value is 41.57%

CMYK: (0,27,32,42)
C0M27Y32K42 (0%, 27%, 32%, 42%)
(0.00 / 0.27 / 0.32 / 0.42)

CMYK percentages

%0
%26.85
%32.21
%41.57

Codes

Color #956D65 in popluar color models

95 6D 65
RGB 149 109 101
HSL 10° 19.20% 49.02%
HSB/HSV 10° 32.21% 58.43%
CMYK 0.00% 26.85% 32.21%
41.57%

Color #956D65 in popluar number systems.

HEX 95 6D 65
Decimal 149 109 101
Binary 10010101 1101101 1100101
Octal 225 155 145

Shades and tints

Shades of #956D65

#956D65
(149,109,101)
#88645C
(136,100,92)
#7B5B53
(123,91,83)
#6E524A
(110,82,74)
#614941
(97,73,65)
#544038
(84,64,56)
#47372F
(71,55,47)
#3A2E26
(58,46,38)
#2D251D
(45,37,29)
#201C14
(32,28,20)
#13130B
(19,19,11)
#000000
(0,0,0)

Tints of #956D65

#956D65
(149,109,101)
#9E7A73
(158,122,115)
#A78781
(167,135,129)
#B0948F
(176,148,143)
#B9A19D
(185,161,157)
#C2AEAB
(194,174,171)
#CBBBB9
(203,187,185)
#D4C8C7
(212,200,199)
#DDD5D5
(221,213,213)
#E6E2E3
(230,226,227)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956D65 color. Also use rgb(149,109,101) instead hex code.

Text Font Color

.myTextColor { color: #956D65; }

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

This text font color is #956D65.

Background Color

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

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

This div background color is #956D65.

Border color

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

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

This div border color is #956D65.

Opacity

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

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

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

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

This text has shadow with #956D65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #956D65.

Preview

Color preview on black background

This text has color #956D65 on black background.


Color preview on white background

This text has color #956D65 on white background.


Black color preview on #956D65 background

This text has black color on #956D65 background.


White color preview on #956D65 background

This text has white color on #956D65 background.


Related colors

Complementary color

Complementary color for #hex is #6A929A.


I love getcolorcode.com

Triadic colors

1 #65956D and #6D6595 with #956D65 are triadic colors.

2 #656D95 and #6D9565 with #956D65 are triadic colors.