COLOR #9B6F6A

HEX: #9B6F6A
RGB: (155,111,106)

Color info

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

RGB color model

#9B6F6A color RGB value is (155,111,106).

  • red value is 155;
  • green value is 111;
  • blue value is 106.
RGB:
(155,111,106)
(61%,44%,42%)

RGB channels and saturation

R 155 of 255 = 61%
G 111 of 255 = 44%
B 106 of 255 = 42%

155
111
106

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

Portions of RGB colors in percentages

R + G + B =
155 + 111 + 106 = 372 (100%)
R 155 of 372 ~ 41.67%
G 111 of 372 ~ 29.84%
B 106 of 372 ~ 28.49%

%41.67
%29.84
%28.49

CMYK color model

#9B6F6A color CMYK value is (0,28,32,39).

  • cyan value is 0.00%
  • magenta value is 28.39%
  • yellow value is 31.61%
  • key color value is 39.22%
CMYK:
(0,28,32,39)
C0M28Y32K39 
(0%,28%,32%,39%)
(0.00/0.28/0.32/0.39)	

CMYK percentages

%0
%28.39
%31.61
%39.22

Codes

Color #9B6F6A in popluar color models

9B6F6A
RGB155111106
HSL19.68%51.18%
HSB/HSV31.61%60.78%
CMYK0.00%28.39%31.61%
39.22%

Color #9B6F6A in popluar number systems.

HEX9B6F6A
Decimal155111106
Binary1001101111011111101010
Octal233157152

Shades and tints

Shades of #9B6F6A

#9B6F6A
(155,111,106)
#8D6561
(141,101,97)
#7F5B58
(127,91,88)
#71514F
(113,81,79)
#634746
(99,71,70)
#553D3D
(85,61,61)
#473334
(71,51,52)
#39292B
(57,41,43)
#2B1F22
(43,31,34)
#1D1519
(29,21,25)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #9B6F6A

#9B6F6A
(155,111,106)
#A47C77
(164,124,119)
#AD8984
(173,137,132)
#B69691
(182,150,145)
#BFA39E
(191,163,158)
#C8B0AB
(200,176,171)
#D1BDB8
(209,189,184)
#DACAC5
(218,202,197)
#E3D7D2
(227,215,210)
#ECE4DF
(236,228,223)
#F5F1EC
(245,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B6F6A; }

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

This text font color is #9B6F6A.


Background Color

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

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

This div background color is #9B6F6A.


Border color

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

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

This div border color is #9B6F6A.


Opacity

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

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

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

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

This text has shadow with #9B6F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6F6A on black background.


Color preview on white background

This text has color #9B6F6A on white background.



Black color preview on #9B6F6A background

This text has black color on #9B6F6A background.


White color preview on #9B6F6A background

This text has white color on #9B6F6A background.