COLOR #9B886A

HEX: #9B886A RGB: (155,136,106)

Color info

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

RGB color model

#9B886A color RGB value is (155,136,106).

RGB: (155,136,106) (61%, 53%, 42%)

RGB channels and saturation

R 155 of 255 = 61%
G 136 of 255 = 53%
B 106 of 255 = 42%

155
136
106

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

Portions of RGB colors in percentages

R + G + B = 155 + 136 + 106 = 397 (100%)
R 155 of 397 ~ 39.04%
G 136 of 397 ~ 34.26%
B 106 of 397 ~ 26.7'%

%39.04
%34.26
%26.7

CMYK color model

#9B886A color CMYK value is (0,12,32,39).

  • cyan value is 0.00%
  • magenta value is 12.26%
  • yellow value is 31.61%
  • key color value is 39.22%

CMYK: (0,12,32,39)
C0M12Y32K39 (0%, 12%, 32%, 39%)
(0.00 / 0.12 / 0.32 / 0.39)

CMYK percentages

%0
%12.26
%31.61
%39.22

Codes

Color #9B886A in popluar color models

9B 88 6A
RGB 155 136 106
HSL 37° 19.68% 51.18%
HSB/HSV 37° 31.61% 60.78%
CMYK 0.00% 12.26% 31.61%
39.22%

Color #9B886A in popluar number systems.

HEX 9B 88 6A
Decimal 155 136 106
Binary 10011011 10001000 1101010
Octal 233 210 152

Shades and tints

Shades of #9B886A

#9B886A
(155,136,106)
#8D7C61
(141,124,97)
#7F7058
(127,112,88)
#71644F
(113,100,79)
#635846
(99,88,70)
#554C3D
(85,76,61)
#474034
(71,64,52)
#39342B
(57,52,43)
#2B2822
(43,40,34)
#1D1C19
(29,28,25)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #9B886A

#9B886A
(155,136,106)
#A49277
(164,146,119)
#AD9C84
(173,156,132)
#B6A691
(182,166,145)
#BFB09E
(191,176,158)
#C8BAAB
(200,186,171)
#D1C4B8
(209,196,184)
#DACEC5
(218,206,197)
#E3D8D2
(227,216,210)
#ECE2DF
(236,226,223)
#F5ECEC
(245,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B886A color. Also use rgb(155,136,106) instead hex code.

Text Font Color

.myTextColor { color: #9B886A; }

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

This text font color is #9B886A.

Background Color

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

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

This div background color is #9B886A.

Border color

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

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

This div border color is #9B886A.

Opacity

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

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

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

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

This text has shadow with #9B886A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B886A.

Preview

Color preview on black background

This text has color #9B886A on black background.


Color preview on white background

This text has color #9B886A on white background.


Black color preview on #9B886A background

This text has black color on #9B886A background.


White color preview on #9B886A background

This text has white color on #9B886A background.


Related colors

Complementary color

Complementary color for #hex is #647795.


I love getcolorcode.com

Triadic colors

1 #6A9B88 and #886A9B with #9B886A are triadic colors.

2 #6A889B and #889B6A with #9B886A are triadic colors.