COLOR #9B8065

HEX: #9B8065 RGB: (155,128,101)

Color info

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

RGB color model

#9B8065 color RGB value is (155,128,101).

RGB: (155,128,101) (61%, 50%, 40%)

RGB channels and saturation

R 155 of 255 = 61%
G 128 of 255 = 50%
B 101 of 255 = 40%

155
128
101

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

Portions of RGB colors in percentages

R + G + B = 155 + 128 + 101 = 384 (100%)
R 155 of 384 ~ 40.36%
G 128 of 384 ~ 33.33%
B 101 of 384 ~ 26.3'%

%40.36
%33.33
%26.3

CMYK color model

#9B8065 color CMYK value is (0,17,35,39).

  • cyan value is 0.00%
  • magenta value is 17.42%
  • yellow value is 34.84%
  • key color value is 39.22%

CMYK: (0,17,35,39)
C0M17Y35K39 (0%, 17%, 35%, 39%)
(0.00 / 0.17 / 0.35 / 0.39)

CMYK percentages

%0
%17.42
%34.84
%39.22

Codes

Color #9B8065 in popluar color models

9B 80 65
RGB 155 128 101
HSL 30° 21.26% 50.20%
HSB/HSV 30° 34.84% 60.78%
CMYK 0.00% 17.42% 34.84%
39.22%

Color #9B8065 in popluar number systems.

HEX 9B 80 65
Decimal 155 128 101
Binary 10011011 10000000 1100101
Octal 233 200 145

Shades and tints

Shades of #9B8065

#9B8065
(155,128,101)
#8D755C
(141,117,92)
#7F6A53
(127,106,83)
#715F4A
(113,95,74)
#635441
(99,84,65)
#554938
(85,73,56)
#473E2F
(71,62,47)
#393326
(57,51,38)
#2B281D
(43,40,29)
#1D1D14
(29,29,20)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #9B8065

#9B8065
(155,128,101)
#A48B73
(164,139,115)
#AD9681
(173,150,129)
#B6A18F
(182,161,143)
#BFAC9D
(191,172,157)
#C8B7AB
(200,183,171)
#D1C2B9
(209,194,185)
#DACDC7
(218,205,199)
#E3D8D5
(227,216,213)
#ECE3E3
(236,227,227)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8065; }

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

This text font color is #9B8065.

Background Color

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

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

This div background color is #9B8065.

Border color

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

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

This div border color is #9B8065.

Opacity

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

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

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

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

This text has shadow with #9B8065 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B8065.

Preview

Color preview on black background

This text has color #9B8065 on black background.


Color preview on white background

This text has color #9B8065 on white background.


Black color preview on #9B8065 background

This text has black color on #9B8065 background.


White color preview on #9B8065 background

This text has white color on #9B8065 background.


Related colors

Complementary color

Complementary color for #hex is #647F9A.


I love getcolorcode.com

Triadic colors

1 #659B80 and #80659B with #9B8065 are triadic colors.

2 #65809B and #809B65 with #9B8065 are triadic colors.