COLOR #9B6458

HEX: #9B6458
RGB: (155,100,88)

Color info

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

RGB color model

#9B6458 color RGB value is (155,100,88).

  • red value is 155;
  • green value is 100;
  • blue value is 88.
RGB:
(155,100,88)
(61%,39%,35%)

RGB channels and saturation

R 155 of 255 = 61%
G 100 of 255 = 39%
B 88 of 255 = 35%

155
100
88

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

Portions of RGB colors in percentages

R + G + B =
155 + 100 + 88 = 343 (100%)
R 155 of 343 ~ 45.19%
G 100 of 343 ~ 29.15%
B 88 of 343 ~ 25.66%

%45.19
%29.15
%25.66

CMYK color model

#9B6458 color CMYK value is (0,35,43,39).

  • cyan value is 0.00%
  • magenta value is 35.48%
  • yellow value is 43.23%
  • key color value is 39.22%
CMYK:
(0,35,43,39)
C0M35Y43K39 
(0%,35%,43%,39%)
(0.00/0.35/0.43/0.39)	

CMYK percentages

%0
%35.48
%43.23
%39.22

Codes

Color #9B6458 in popluar color models

9B6458
RGB15510088
HSL11°27.57%47.65%
HSB/HSV11°43.23%60.78%
CMYK0.00%35.48%43.23%
39.22%

Color #9B6458 in popluar number systems.

HEX9B6458
Decimal15510088
Binary1001101111001001011000
Octal233144130

Shades and tints

Shades of #9B6458

#9B6458
(155,100,88)
#8D5B50
(141,91,80)
#7F5248
(127,82,72)
#714940
(113,73,64)
#634038
(99,64,56)
#553730
(85,55,48)
#472E28
(71,46,40)
#392520
(57,37,32)
#2B1C18
(43,28,24)
#1D1310
(29,19,16)
#0F0A08
(15,10,8)
#000000
(0,0,0)

Tints of #9B6458

#9B6458
(155,100,88)
#A47267
(164,114,103)
#AD8076
(173,128,118)
#B68E85
(182,142,133)
#BF9C94
(191,156,148)
#C8AAA3
(200,170,163)
#D1B8B2
(209,184,178)
#DAC6C1
(218,198,193)
#E3D4D0
(227,212,208)
#ECE2DF
(236,226,223)
#F5F0EE
(245,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B6458; }

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

This text font color is #9B6458.


Background Color

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

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

This div background color is #9B6458.


Border color

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

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

This div border color is #9B6458.


Opacity

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

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

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

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

This text has shadow with #9B6458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6458 on black background.


Color preview on white background

This text has color #9B6458 on white background.



Black color preview on #9B6458 background

This text has black color on #9B6458 background.


White color preview on #9B6458 background

This text has white color on #9B6458 background.