COLOR #9B6748

HEX: #9B6748
RGB: (155,103,72)

Color info

#9B6748 contains mainly red and green colors. Web safe color of #9B6748 is #996633 (or #963).

RGB color model

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

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

RGB channels and saturation

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

155
103
72

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

Portions of RGB colors in percentages

R + G + B =
155 + 103 + 72 = 330 (100%)
R 155 of 330 ~ 46.97%
G 103 of 330 ~ 31.21%
B 72 of 330 ~ 21.82%

%46.97
%31.21
%21.82

CMYK color model

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

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

CMYK percentages

%0
%33.55
%53.55
%39.22

Codes

Color #9B6748 in popluar color models

9B6748
RGB15510372
HSL22°36.56%44.51%
HSB/HSV22°53.55%60.78%
CMYK0.00%33.55%53.55%
39.22%

Color #9B6748 in popluar number systems.

HEX9B6748
Decimal15510372
Binary1001101111001111001000
Octal233147110

Shades and tints

Shades of #9B6748

#9B6748
(155,103,72)
#8D5E42
(141,94,66)
#7F553C
(127,85,60)
#714C36
(113,76,54)
#634330
(99,67,48)
#553A2A
(85,58,42)
#473124
(71,49,36)
#39281E
(57,40,30)
#2B1F18
(43,31,24)
#1D1612
(29,22,18)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #9B6748

#9B6748
(155,103,72)
#A47458
(164,116,88)
#AD8168
(173,129,104)
#B68E78
(182,142,120)
#BF9B88
(191,155,136)
#C8A898
(200,168,152)
#D1B5A8
(209,181,168)
#DAC2B8
(218,194,184)
#E3CFC8
(227,207,200)
#ECDCD8
(236,220,216)
#F5E9E8
(245,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B6748; }

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

This text font color is #9B6748.


Background Color

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

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

This div background color is #9B6748.


Border color

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

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

This div border color is #9B6748.


Opacity

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

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

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

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

This text has shadow with #9B6748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6748 on black background.


Color preview on white background

This text has color #9B6748 on white background.



Black color preview on #9B6748 background

This text has black color on #9B6748 background.


White color preview on #9B6748 background

This text has white color on #9B6748 background.