COLOR #9B6075

HEX: #9B6075
RGB: (155,96,117)

Color info

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

RGB color model

#9B6075 color RGB value is (155,96,117).

  • red value is 155;
  • green value is 96;
  • blue value is 117.
RGB:
(155,96,117)
(61%,38%,46%)

RGB channels and saturation

R 155 of 255 = 61%
G 96 of 255 = 38%
B 117 of 255 = 46%

155
96
117

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

Portions of RGB colors in percentages

R + G + B =
155 + 96 + 117 = 368 (100%)
R 155 of 368 ~ 42.12%
G 96 of 368 ~ 26.09%
B 117 of 368 ~ 31.79%

%42.12
%26.09
%31.79

CMYK color model

#9B6075 color CMYK value is (0,38,25,39).

  • cyan value is 0.00%
  • magenta value is 38.06%
  • yellow value is 24.52%
  • key color value is 39.22%
CMYK:
(0,38,25,39)
C0M38Y25K39 
(0%,38%,25%,39%)
(0.00/0.38/0.25/0.39)	

CMYK percentages

%0
%38.06
%24.52
%39.22

Codes

Color #9B6075 in popluar color models

9B6075
RGB15596117
HSL339°23.51%49.22%
HSB/HSV339°38.06%60.78%
CMYK0.00%38.06%24.52%
39.22%

Color #9B6075 in popluar number systems.

HEX9B6075
Decimal15596117
Binary1001101111000001110101
Octal233140165

Shades and tints

Shades of #9B6075

#9B6075
(155,96,117)
#8D586B
(141,88,107)
#7F5061
(127,80,97)
#714857
(113,72,87)
#63404D
(99,64,77)
#553843
(85,56,67)
#473039
(71,48,57)
#39282F
(57,40,47)
#2B2025
(43,32,37)
#1D181B
(29,24,27)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #9B6075

#9B6075
(155,96,117)
#A46E81
(164,110,129)
#AD7C8D
(173,124,141)
#B68A99
(182,138,153)
#BF98A5
(191,152,165)
#C8A6B1
(200,166,177)
#D1B4BD
(209,180,189)
#DAC2C9
(218,194,201)
#E3D0D5
(227,208,213)
#ECDEE1
(236,222,225)
#F5ECED
(245,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B6075; }

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

This text font color is #9B6075.


Background Color

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

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

This div background color is #9B6075.


Border color

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

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

This div border color is #9B6075.


Opacity

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

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

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

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

This text has shadow with #9B6075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6075 on black background.


Color preview on white background

This text has color #9B6075 on white background.



Black color preview on #9B6075 background

This text has black color on #9B6075 background.


White color preview on #9B6075 background

This text has white color on #9B6075 background.