COLOR #968661

HEX: #968661
RGB: (150,134,97)

Color info

#968661 contains red, green and blue colors in about the same proportion. Web safe color of #968661 is #999966 (or #996).

RGB color model

#968661 color RGB value is (150,134,97).

  • red value is 150;
  • green value is 134;
  • blue value is 97.
RGB:
(150,134,97)
(59%,53%,38%)

RGB channels and saturation

R 150 of 255 = 59%
G 134 of 255 = 53%
B 97 of 255 = 38%

150
134
97

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

Portions of RGB colors in percentages

R + G + B =
150 + 134 + 97 = 381 (100%)
R 150 of 381 ~ 39.37%
G 134 of 381 ~ 35.17%
B 97 of 381 ~ 25.46%

%39.37
%35.17
%25.46

CMYK color model

#968661 color CMYK value is (0,11,35,41).

  • cyan value is 0.00%
  • magenta value is 10.67%
  • yellow value is 35.33%
  • key color value is 41.18%
CMYK:
(0,11,35,41)
C0M11Y35K41 
(0%,11%,35%,41%)
(0.00/0.11/0.35/0.41)	

CMYK percentages

%0
%10.67
%35.33
%41.18

Codes

Color #968661 in popluar color models

968661
RGB15013497
HSL42°21.46%48.43%
HSB/HSV42°35.33%58.82%
CMYK0.00%10.67%35.33%
41.18%

Color #968661 in popluar number systems.

HEX968661
Decimal15013497
Binary10010110100001101100001
Octal226206141

Shades and tints

Shades of #968661

#968661
(150,134,97)
#897A59
(137,122,89)
#7C6E51
(124,110,81)
#6F6249
(111,98,73)
#625641
(98,86,65)
#554A39
(85,74,57)
#483E31
(72,62,49)
#3B3229
(59,50,41)
#2E2621
(46,38,33)
#211A19
(33,26,25)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #968661

#968661
(150,134,97)
#9F916F
(159,145,111)
#A89C7D
(168,156,125)
#B1A78B
(177,167,139)
#BAB299
(186,178,153)
#C3BDA7
(195,189,167)
#CCC8B5
(204,200,181)
#D5D3C3
(213,211,195)
#DEDED1
(222,222,209)
#E7E9DF
(231,233,223)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968661; }

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

This text font color is #968661.


Background Color

.myBgColor { background-color: #968661; }

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

This div background color is #968661.


Border color

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

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

This div border color is #968661.


Opacity

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

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

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

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

This text has shadow with #968661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968661 on black background.


Color preview on white background

This text has color #968661 on white background.



Black color preview on #968661 background

This text has black color on #968661 background.


White color preview on #968661 background

This text has white color on #968661 background.