COLOR #9B806F

HEX: #9B806F RGB: (155,128,111)

Color info

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

RGB color model

#9B806F color RGB value is (155,128,111).

RGB: (155,128,111) (61%, 50%, 44%)

RGB channels and saturation

R 155 of 255 = 61%
G 128 of 255 = 50%
B 111 of 255 = 44%

155
128
111

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

Portions of RGB colors in percentages

R + G + B = 155 + 128 + 111 = 394 (100%)
R 155 of 394 ~ 39.34%
G 128 of 394 ~ 32.49%
B 111 of 394 ~ 28.17'%

%39.34
%32.49
%28.17

CMYK color model

#9B806F color CMYK value is (0,17,28,39).

  • cyan value is 0.00%
  • magenta value is 17.42%
  • yellow value is 28.39%
  • key color value is 39.22%
CMYK: (0,17,28,39) C0M17Y28K39 (0%,17%,28%,39%) (0.00/0.17/0.28/0.39) 

CMYK percentages

%0
%17.42
%28.39
%39.22

Codes

Color #9B806F in popluar color models

9B 80 6F
RGB 155 128 111
HSL 23° 18.03% 52.16%
HSB/HSV 23° 28.39% 60.78%
CMYK 0.00% 17.42% 28.39%
39.22%

Color #9B806F in popluar number systems.

HEX 9B 80 6F
Decimal 155 128 111
Binary 10011011 10000000 1101111
Octal 233 200 157

Shades and tints

Shades of #9B806F

#9B806F
(155,128,111)
#8D7565
(141,117,101)
#7F6A5B
(127,106,91)
#715F51
(113,95,81)
#635447
(99,84,71)
#55493D
(85,73,61)
#473E33
(71,62,51)
#393329
(57,51,41)
#2B281F
(43,40,31)
#1D1D15
(29,29,21)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #9B806F

#9B806F
(155,128,111)
#A48B7C
(164,139,124)
#AD9689
(173,150,137)
#B6A196
(182,161,150)
#BFACA3
(191,172,163)
#C8B7B0
(200,183,176)
#D1C2BD
(209,194,189)
#DACDCA
(218,205,202)
#E3D8D7
(227,216,215)
#ECE3E4
(236,227,228)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B806F; }

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

This text font color is #9B806F.

Background Color

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

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

This div background color is #9B806F.

Border color

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

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

This div border color is #9B806F.

Opacity

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

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

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

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

This text has shadow with #9B806F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B806F.

Preview

Color preview on black background

This text has color #9B806F on black background.


Color preview on white background

This text has color #9B806F on white background.


Black color preview on #9B806F background

This text has black color on #9B806F background.


White color preview on #9B806F background

This text has white color on #9B806F background.


Related colors

Complementary color

Complementary color for #hex is #647F90.


I love getcolorcode.com

Triadic colors

1 #6F9B80 and #806F9B with #9B806F are triadic colors.

2 #6F809B and #809B6F with #9B806F are triadic colors.