COLOR #9B696D

HEX: #9B696D
RGB: (155,105,109)

Color info

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

RGB color model

#9B696D color RGB value is (155,105,109).

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

RGB channels and saturation

R 155 of 255 = 61%
G 105 of 255 = 41%
B 109 of 255 = 43%

155
105
109

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

Portions of RGB colors in percentages

R + G + B =
155 + 105 + 109 = 369 (100%)
R 155 of 369 ~ 42.01%
G 105 of 369 ~ 28.46%
B 109 of 369 ~ 29.54%

%42.01
%28.46
%29.54

CMYK color model

#9B696D color CMYK value is (0,32,30,39).

  • cyan value is 0.00%
  • magenta value is 32.26%
  • yellow value is 29.68%
  • key color value is 39.22%
CMYK:
(0,32,30,39)
C0M32Y30K39 
(0%,32%,30%,39%)
(0.00/0.32/0.30/0.39)	

CMYK percentages

%0
%32.26
%29.68
%39.22

Codes

Color #9B696D in popluar color models

9B696D
RGB155105109
HSL355°20.00%50.98%
HSB/HSV355°32.26%60.78%
CMYK0.00%32.26%29.68%
39.22%

Color #9B696D in popluar number systems.

HEX9B696D
Decimal155105109
Binary1001101111010011101101
Octal233151155

Shades and tints

Shades of #9B696D

#9B696D
(155,105,109)
#8D6064
(141,96,100)
#7F575B
(127,87,91)
#714E52
(113,78,82)
#634549
(99,69,73)
#553C40
(85,60,64)
#473337
(71,51,55)
#392A2E
(57,42,46)
#2B2125
(43,33,37)
#1D181C
(29,24,28)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #9B696D

#9B696D
(155,105,109)
#A4767A
(164,118,122)
#AD8387
(173,131,135)
#B69094
(182,144,148)
#BF9DA1
(191,157,161)
#C8AAAE
(200,170,174)
#D1B7BB
(209,183,187)
#DAC4C8
(218,196,200)
#E3D1D5
(227,209,213)
#ECDEE2
(236,222,226)
#F5EBEF
(245,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B696D; }

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

This text font color is #9B696D.


Background Color

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

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

This div background color is #9B696D.


Border color

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

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

This div border color is #9B696D.


Opacity

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

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

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

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

This text has shadow with #9B696D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B696D on black background.


Color preview on white background

This text has color #9B696D on white background.



Black color preview on #9B696D background

This text has black color on #9B696D background.


White color preview on #9B696D background

This text has white color on #9B696D background.