COLOR #968B62

HEX: #968B62 RGB: (150,139,98)

Color info

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

RGB color model

#968B62 color RGB value is (150,139,98).

RGB: (150,139,98) (59%, 55%, 38%)

RGB channels and saturation

R 150 of 255 = 59%
G 139 of 255 = 55%
B 98 of 255 = 38%

150
139
98

R + G + B ~ 51%. #968B62 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 139 + 98 = 387 (100%)
R 150 of 387 ~ 38.76%
G 139 of 387 ~ 35.92%
B 98 of 387 ~ 25.32'%

%38.76
%35.92
%25.32

CMYK color model

#968B62 color CMYK value is (0,7,35,41).

  • cyan value is 0.00%
  • magenta value is 7.33%
  • yellow value is 34.67%
  • key color value is 41.18%

CMYK: (0,7,35,41)
C0M7Y35K41 (0%, 7%, 35%, 41%)
(0.00 / 0.07 / 0.35 / 0.41)

CMYK percentages

%0
%7.33
%34.67
%41.18

Codes

Color #968B62 in popluar color models

96 8B 62
RGB 150 139 98
HSL 47° 20.97% 48.63%
HSB/HSV 47° 34.67% 58.82%
CMYK 0.00% 7.33% 34.67%
41.18%

Color #968B62 in popluar number systems.

HEX 96 8B 62
Decimal 150 139 98
Binary 10010110 10001011 1100010
Octal 226 213 142

Shades and tints

Shades of #968B62

#968B62
(150,139,98)
#897F5A
(137,127,90)
#7C7352
(124,115,82)
#6F674A
(111,103,74)
#625B42
(98,91,66)
#554F3A
(85,79,58)
#484332
(72,67,50)
#3B372A
(59,55,42)
#2E2B22
(46,43,34)
#211F1A
(33,31,26)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #968B62

#968B62
(150,139,98)
#9F9570
(159,149,112)
#A89F7E
(168,159,126)
#B1A98C
(177,169,140)
#BAB39A
(186,179,154)
#C3BDA8
(195,189,168)
#CCC7B6
(204,199,182)
#D5D1C4
(213,209,196)
#DEDBD2
(222,219,210)
#E7E5E0
(231,229,224)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968B62; }

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

This text font color is #968B62.

Background Color

.myBgColor { background-color: #968B62; }

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

This div background color is #968B62.

Border color

.myBorderColor { border: 1px solid #968B62; }

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

This div border color is #968B62.

Opacity

.myOpacity80 { color: #968B62; opacity: 0.8; }

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

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

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

This text has shadow with #968B62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #968B62.

Preview

Color preview on black background

This text has color #968B62 on black background.


Color preview on white background

This text has color #968B62 on white background.


Black color preview on #968B62 background

This text has black color on #968B62 background.


White color preview on #968B62 background

This text has white color on #968B62 background.


Related colors

Complementary color

Complementary color for #hex is #69749D.


I love getcolorcode.com

Triadic colors

1 #62968B and #8B6296 with #968B62 are triadic colors.

2 #628B96 and #8B9662 with #968B62 are triadic colors.