COLOR #965D61

HEX: #965D61 RGB: (150,93,97)

Color info

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

RGB color model

#965D61 color RGB value is (150,93,97).

RGB: (150,93,97) (59%, 36%, 38%)

RGB channels and saturation

R 150 of 255 = 59%
G 93 of 255 = 36%
B 97 of 255 = 38%

150
93
97

R + G + B ~ 44%. #965D61 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 93 + 97 = 340 (100%)
R 150 of 340 ~ 44.12%
G 93 of 340 ~ 27.35%
B 97 of 340 ~ 28.53'%

%44.12
%27.35
%28.53

CMYK color model

#965D61 color CMYK value is (0,38,35,41).

  • cyan value is 0.00%
  • magenta value is 38.00%
  • yellow value is 35.33%
  • key color value is 41.18%

CMYK: (0,38,35,41)
C0M38Y35K41 (0%, 38%, 35%, 41%)
(0.00 / 0.38 / 0.35 / 0.41)

CMYK percentages

%0
%38
%35.33
%41.18

Codes

Color #965D61 in popluar color models

96 5D 61
RGB 150 93 97
HSL 356° 23.46% 47.65%
HSB/HSV 356° 38.00% 58.82%
CMYK 0.00% 38.00% 35.33%
41.18%

Color #965D61 in popluar number systems.

HEX 96 5D 61
Decimal 150 93 97
Binary 10010110 1011101 1100001
Octal 226 135 141

Shades and tints

Shades of #965D61

#965D61
(150,93,97)
#895559
(137,85,89)
#7C4D51
(124,77,81)
#6F4549
(111,69,73)
#623D41
(98,61,65)
#553539
(85,53,57)
#482D31
(72,45,49)
#3B2529
(59,37,41)
#2E1D21
(46,29,33)
#211519
(33,21,25)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #965D61

#965D61
(150,93,97)
#9F6B6F
(159,107,111)
#A8797D
(168,121,125)
#B1878B
(177,135,139)
#BA9599
(186,149,153)
#C3A3A7
(195,163,167)
#CCB1B5
(204,177,181)
#D5BFC3
(213,191,195)
#DECDD1
(222,205,209)
#E7DBDF
(231,219,223)
#F0E9ED
(240,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #965D61 color. Also use rgb(150,93,97) instead hex code.

Text Font Color

.myTextColor { color: #965D61; }

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

This text font color is #965D61.

Background Color

.myBgColor { background-color: #965D61; }

<div style="background-color:#965D61">Inner text</div>

This div background color is #965D61.

Border color

.myBorderColor { border: 1px solid #965D61; }

<div style="border:3px solid #965D61">Div</div>

This div border color is #965D61.

Opacity

.myOpacity80 { color: #965D61; opacity: 0.8; }

<p style="color:#965D61;opacity:0.8;">80%</p>

Text with #965D61 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 #965D61;}

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

This text has shadow with #965D61 color.


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

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

This text has shadow with #965D61 primary color and red secondary color.


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

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

This text has shadow with #965D61 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #965D61.

Preview

Color preview on black background

This text has color #965D61 on black background.


Color preview on white background

This text has color #965D61 on white background.


Black color preview on #965D61 background

This text has black color on #965D61 background.


White color preview on #965D61 background

This text has white color on #965D61 background.


Related colors

Complementary color

Complementary color for #hex is #69A29E.


I love getcolorcode.com

Triadic colors

1 #61965D and #5D6196 with #965D61 are triadic colors.

2 #615D96 and #5D9661 with #965D61 are triadic colors.