COLOR #9B866F

HEX: #9B866F RGB: (155,134,111)

Color info

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

RGB color model

#9B866F color RGB value is (155,134,111).

RGB: (155,134,111) (61%, 53%, 44%)

RGB channels and saturation

R 155 of 255 = 61%
G 134 of 255 = 53%
B 111 of 255 = 44%

155
134
111

R + G + B ~ 53%. #9B866F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 155 + 134 + 111 = 400 (100%)
R 155 of 400 ~ 38.75%
G 134 of 400 ~ 33.5%
B 111 of 400 ~ 27.75'%

%38.75
%33.5
%27.75

CMYK color model

#9B866F color CMYK value is (0,14,28,39).

  • cyan value is 0.00%
  • magenta value is 13.55%
  • yellow value is 28.39%
  • key color value is 39.22%

CMYK: (0,14,28,39)
C0M14Y28K39 (0%, 14%, 28%, 39%)
(0.00 / 0.14 / 0.28 / 0.39)

CMYK percentages

%0
%13.55
%28.39
%39.22

Codes

Color #9B866F in popluar color models

9B 86 6F
RGB 155 134 111
HSL 31° 18.03% 52.16%
HSB/HSV 31° 28.39% 60.78%
CMYK 0.00% 13.55% 28.39%
39.22%

Color #9B866F in popluar number systems.

HEX 9B 86 6F
Decimal 155 134 111
Binary 10011011 10000110 1101111
Octal 233 206 157

Shades and tints

Shades of #9B866F

#9B866F
(155,134,111)
#8D7A65
(141,122,101)
#7F6E5B
(127,110,91)
#716251
(113,98,81)
#635647
(99,86,71)
#554A3D
(85,74,61)
#473E33
(71,62,51)
#393229
(57,50,41)
#2B261F
(43,38,31)
#1D1A15
(29,26,21)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #9B866F

#9B866F
(155,134,111)
#A4917C
(164,145,124)
#AD9C89
(173,156,137)
#B6A796
(182,167,150)
#BFB2A3
(191,178,163)
#C8BDB0
(200,189,176)
#D1C8BD
(209,200,189)
#DAD3CA
(218,211,202)
#E3DED7
(227,222,215)
#ECE9E4
(236,233,228)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B866F color. Also use rgb(155,134,111) instead hex code.

Text Font Color

.myTextColor { color: #9B866F; }

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

This text font color is #9B866F.

Background Color

.myBgColor { background-color: #9B866F; }

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

This div background color is #9B866F.

Border color

.myBorderColor { border: 1px solid #9B866F; }

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

This div border color is #9B866F.

Opacity

.myOpacity80 { color: #9B866F; opacity: 0.8; }

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

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

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

This text has shadow with #9B866F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B866F.

Preview

Color preview on black background

This text has color #9B866F on black background.


Color preview on white background

This text has color #9B866F on white background.


Black color preview on #9B866F background

This text has black color on #9B866F background.


White color preview on #9B866F background

This text has white color on #9B866F background.


Related colors

Complementary color

Complementary color for #hex is #647990.


I love getcolorcode.com

Triadic colors

1 #6F9B86 and #866F9B with #9B866F are triadic colors.

2 #6F869B and #869B6F with #9B866F are triadic colors.