COLOR #9B6D5D

HEX: #9B6D5D
RGB: (155,109,93)

Color info

#9B6D5D contains mainly red and green colors. Web safe color of #9B6D5D is #996666 (or #966).

RGB color model

#9B6D5D color RGB value is (155,109,93).

  • red value is 155;
  • green value is 109;
  • blue value is 93.
RGB:
(155,109,93)
(61%,43%,36%)

RGB channels and saturation

R 155 of 255 = 61%
G 109 of 255 = 43%
B 93 of 255 = 36%

155
109
93

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

Portions of RGB colors in percentages

R + G + B =
155 + 109 + 93 = 357 (100%)
R 155 of 357 ~ 43.42%
G 109 of 357 ~ 30.53%
B 93 of 357 ~ 26.05%

%43.42
%30.53
%26.05

CMYK color model

#9B6D5D color CMYK value is (0,30,40,39).

  • cyan value is 0.00%
  • magenta value is 29.68%
  • yellow value is 40.00%
  • key color value is 39.22%
CMYK:
(0,30,40,39)
C0M30Y40K39 
(0%,30%,40%,39%)
(0.00/0.30/0.40/0.39)	

CMYK percentages

%0
%29.68
%40
%39.22

Codes

Color #9B6D5D in popluar color models

9B6D5D
RGB15510993
HSL15°25.00%48.63%
HSB/HSV15°40.00%60.78%
CMYK0.00%29.68%40.00%
39.22%

Color #9B6D5D in popluar number systems.

HEX9B6D5D
Decimal15510993
Binary1001101111011011011101
Octal233155135

Shades and tints

Shades of #9B6D5D

#9B6D5D
(155,109,93)
#8D6455
(141,100,85)
#7F5B4D
(127,91,77)
#715245
(113,82,69)
#63493D
(99,73,61)
#554035
(85,64,53)
#47372D
(71,55,45)
#392E25
(57,46,37)
#2B251D
(43,37,29)
#1D1C15
(29,28,21)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #9B6D5D

#9B6D5D
(155,109,93)
#A47A6B
(164,122,107)
#AD8779
(173,135,121)
#B69487
(182,148,135)
#BFA195
(191,161,149)
#C8AEA3
(200,174,163)
#D1BBB1
(209,187,177)
#DAC8BF
(218,200,191)
#E3D5CD
(227,213,205)
#ECE2DB
(236,226,219)
#F5EFE9
(245,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6D5D color. Also use rgb(155,109,93) instead hex code.

Text Font Color

.myTextColor { color: #9B6D5D; }

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

This text font color is #9B6D5D.


Background Color

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

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

This div background color is #9B6D5D.


Border color

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

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

This div border color is #9B6D5D.


Opacity

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

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

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

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

This text has shadow with #9B6D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6D5D on black background.


Color preview on white background

This text has color #9B6D5D on white background.



Black color preview on #9B6D5D background

This text has black color on #9B6D5D background.


White color preview on #9B6D5D background

This text has white color on #9B6D5D background.