COLOR #968F62

HEX: #968F62 RGB: (150,143,98)

Color info

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

RGB color model

#968F62 color RGB value is (150,143,98).

RGB: (150,143,98) (59%, 56%, 38%)

RGB channels and saturation

R 150 of 255 = 59%
G 143 of 255 = 56%
B 98 of 255 = 38%

150
143
98

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

Portions of RGB colors in percentages

R + G + B = 150 + 143 + 98 = 391 (100%)
R 150 of 391 ~ 38.36%
G 143 of 391 ~ 36.57%
B 98 of 391 ~ 25.06'%

%38.36
%36.57
%25.06

CMYK color model

#968F62 color CMYK value is (0,5,35,41).

  • cyan value is 0.00%
  • magenta value is 4.67%
  • yellow value is 34.67%
  • key color value is 41.18%
CMYK: (0,5,35,41) C0M5Y35K41 (0%,5%,35%,41%) (0.00/0.05/0.35/0.41) 

CMYK percentages

%0
%4.67
%34.67
%41.18

Codes

Color #968F62 in popluar color models

96 8F 62
RGB 150 143 98
HSL 52° 20.97% 48.63%
HSB/HSV 52° 34.67% 58.82%
CMYK 0.00% 4.67% 34.67%
41.18%

Color #968F62 in popluar number systems.

HEX 96 8F 62
Decimal 150 143 98
Binary 10010110 10001111 1100010
Octal 226 217 142

Shades and tints

Shades of #968F62

#968F62
(150,143,98)
#89825A
(137,130,90)
#7C7552
(124,117,82)
#6F684A
(111,104,74)
#625B42
(98,91,66)
#554E3A
(85,78,58)
#484132
(72,65,50)
#3B342A
(59,52,42)
#2E2722
(46,39,34)
#211A1A
(33,26,26)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #968F62

#968F62
(150,143,98)
#9F9970
(159,153,112)
#A8A37E
(168,163,126)
#B1AD8C
(177,173,140)
#BAB79A
(186,183,154)
#C3C1A8
(195,193,168)
#CCCBB6
(204,203,182)
#D5D5C4
(213,213,196)
#DEDFD2
(222,223,210)
#E7E9E0
(231,233,224)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968F62; }

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

This text font color is #968F62.

Background Color

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

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

This div background color is #968F62.

Border color

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

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

This div border color is #968F62.

Opacity

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

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

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

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

This text has shadow with #968F62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #968F62.

Preview

Color preview on black background

This text has color #968F62 on black background.


Color preview on white background

This text has color #968F62 on white background.


Black color preview on #968F62 background

This text has black color on #968F62 background.


White color preview on #968F62 background

This text has white color on #968F62 background.


Related colors

Complementary color

Complementary color for #hex is #69709D.


I love getcolorcode.com

Triadic colors

1 #62968F and #8F6296 with #968F62 are triadic colors.

2 #628F96 and #8F9662 with #968F62 are triadic colors.