COLOR #966862

HEX: #966862
RGB: (150,104,98)

Color info

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

RGB color model

#966862 color RGB value is (150,104,98).

  • red value is 150;
  • green value is 104;
  • blue value is 98.
RGB:
(150,104,98)
(59%,41%,38%)

RGB channels and saturation

R 150 of 255 = 59%
G 104 of 255 = 41%
B 98 of 255 = 38%

150
104
98

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

Portions of RGB colors in percentages

R + G + B =
150 + 104 + 98 = 352 (100%)
R 150 of 352 ~ 42.61%
G 104 of 352 ~ 29.55%
B 98 of 352 ~ 27.84%

%42.61
%29.55
%27.84

CMYK color model

#966862 color CMYK value is (0,31,35,41).

  • cyan value is 0.00%
  • magenta value is 30.67%
  • yellow value is 34.67%
  • key color value is 41.18%
CMYK:
(0,31,35,41)
C0M31Y35K41 
(0%,31%,35%,41%)
(0.00/0.31/0.35/0.41)	

CMYK percentages

%0
%30.67
%34.67
%41.18

Codes

Color #966862 in popluar color models

966862
RGB15010498
HSL20.97%48.63%
HSB/HSV34.67%58.82%
CMYK0.00%30.67%34.67%
41.18%

Color #966862 in popluar number systems.

HEX966862
Decimal15010498
Binary1001011011010001100010
Octal226150142

Shades and tints

Shades of #966862

#966862
(150,104,98)
#895F5A
(137,95,90)
#7C5652
(124,86,82)
#6F4D4A
(111,77,74)
#624442
(98,68,66)
#553B3A
(85,59,58)
#483232
(72,50,50)
#3B292A
(59,41,42)
#2E2022
(46,32,34)
#21171A
(33,23,26)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #966862

#966862
(150,104,98)
#9F7570
(159,117,112)
#A8827E
(168,130,126)
#B18F8C
(177,143,140)
#BA9C9A
(186,156,154)
#C3A9A8
(195,169,168)
#CCB6B6
(204,182,182)
#D5C3C4
(213,195,196)
#DED0D2
(222,208,210)
#E7DDE0
(231,221,224)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966862 color. Also use rgb(150,104,98) instead hex code.

Text Font Color

.myTextColor { color: #966862; }

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

This text font color is #966862.


Background Color

.myBgColor { background-color: #966862; }

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

This div background color is #966862.


Border color

.myBorderColor { border: 1px solid #966862; }

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

This div border color is #966862.


Opacity

.myOpacity80 { color: #966862; opacity: 0.8; }

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

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

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

This text has shadow with #966862 color.

.textShadow {text-shadow: 3px 3px 1px #966862, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #966862;
-webkit-box-shadow: 1px 1px 3px 2px #966862;
box-shadow:1px 1px 3px 2px #966862;">
Div content here</div>
This div box has shadow with color #966862.

Preview

Color preview on black background

This text has color #966862 on black background.


Color preview on white background

This text has color #966862 on white background.



Black color preview on #966862 background

This text has black color on #966862 background.


White color preview on #966862 background

This text has white color on #966862 background.