COLOR #9B6767

HEX: #9B6767
RGB: (155,103,103)

Color info

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

RGB color model

#9B6767 color RGB value is (155,103,103).

  • red value is 155;
  • green value is 103;
  • blue value is 103.
RGB:
(155,103,103)
(61%,40%,40%)

RGB channels and saturation

R 155 of 255 = 61%
G 103 of 255 = 40%
B 103 of 255 = 40%

155
103
103

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

Portions of RGB colors in percentages

R + G + B =
155 + 103 + 103 = 361 (100%)
R 155 of 361 ~ 42.94%
G 103 of 361 ~ 28.53%
B 103 of 361 ~ 28.53%

%42.94
%28.53
%28.53

CMYK color model

#9B6767 color CMYK value is (0,34,34,39).

  • cyan value is 0.00%
  • magenta value is 33.55%
  • yellow value is 33.55%
  • key color value is 39.22%
CMYK:
(0,34,34,39)
C0M34Y34K39 
(0%,34%,34%,39%)
(0.00/0.34/0.34/0.39)	

CMYK percentages

%0
%33.55
%33.55
%39.22

Codes

Color #9B6767 in popluar color models

9B6767
RGB155103103
HSL20.63%50.59%
HSB/HSV33.55%60.78%
CMYK0.00%33.55%33.55%
39.22%

Color #9B6767 in popluar number systems.

HEX9B6767
Decimal155103103
Binary1001101111001111100111
Octal233147147

Shades and tints

Shades of #9B6767

#9B6767
(155,103,103)
#8D5E5E
(141,94,94)
#7F5555
(127,85,85)
#714C4C
(113,76,76)
#634343
(99,67,67)
#553A3A
(85,58,58)
#473131
(71,49,49)
#392828
(57,40,40)
#2B1F1F
(43,31,31)
#1D1616
(29,22,22)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #9B6767

#9B6767
(155,103,103)
#A47474
(164,116,116)
#AD8181
(173,129,129)
#B68E8E
(182,142,142)
#BF9B9B
(191,155,155)
#C8A8A8
(200,168,168)
#D1B5B5
(209,181,181)
#DAC2C2
(218,194,194)
#E3CFCF
(227,207,207)
#ECDCDC
(236,220,220)
#F5E9E9
(245,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B6767; }

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

This text font color is #9B6767.


Background Color

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

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

This div background color is #9B6767.


Border color

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

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

This div border color is #9B6767.


Opacity

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

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

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

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

This text has shadow with #9B6767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6767 on black background.


Color preview on white background

This text has color #9B6767 on white background.



Black color preview on #9B6767 background

This text has black color on #9B6767 background.


White color preview on #9B6767 background

This text has white color on #9B6767 background.