COLOR #9B6330

HEX: #9B6330
RGB: (155,99,48)

Color info

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

RGB color model

#9B6330 color RGB value is (155,99,48).

  • red value is 155;
  • green value is 99;
  • blue value is 48.
RGB:
(155,99,48)
(61%,39%,19%)

RGB channels and saturation

R 155 of 255 = 61%
G 99 of 255 = 39%
B 48 of 255 = 19%

155
99
48

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

Portions of RGB colors in percentages

R + G + B =
155 + 99 + 48 = 302 (100%)
R 155 of 302 ~ 51.32%
G 99 of 302 ~ 32.78%
B 48 of 302 ~ 15.89%

%51.32
%32.78
%15.89

CMYK color model

#9B6330 color CMYK value is (0,36,69,39).

  • cyan value is 0.00%
  • magenta value is 36.13%
  • yellow value is 69.03%
  • key color value is 39.22%
CMYK:
(0,36,69,39)
C0M36Y69K39 
(0%,36%,69%,39%)
(0.00/0.36/0.69/0.39)	

CMYK percentages

%0
%36.13
%69.03
%39.22

Codes

Color #9B6330 in popluar color models

9B6330
RGB1559948
HSL29°52.71%39.80%
HSB/HSV29°69.03%60.78%
CMYK0.00%36.13%69.03%
39.22%

Color #9B6330 in popluar number systems.

HEX9B6330
Decimal1559948
Binary100110111100011110000
Octal23314360

Shades and tints

Shades of #9B6330

#9B6330
(155,99,48)
#8D5A2C
(141,90,44)
#7F5128
(127,81,40)
#714824
(113,72,36)
#633F20
(99,63,32)
#55361C
(85,54,28)
#472D18
(71,45,24)
#392414
(57,36,20)
#2B1B10
(43,27,16)
#1D120C
(29,18,12)
#0F0908
(15,9,8)
#000000
(0,0,0)

Tints of #9B6330

#9B6330
(155,99,48)
#A47142
(164,113,66)
#AD7F54
(173,127,84)
#B68D66
(182,141,102)
#BF9B78
(191,155,120)
#C8A98A
(200,169,138)
#D1B79C
(209,183,156)
#DAC5AE
(218,197,174)
#E3D3C0
(227,211,192)
#ECE1D2
(236,225,210)
#F5EFE4
(245,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6330 color. Also use rgb(155,99,48) instead hex code.

Text Font Color

.myTextColor { color: #9B6330; }

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

This text font color is #9B6330.


Background Color

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

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

This div background color is #9B6330.


Border color

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

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

This div border color is #9B6330.


Opacity

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

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

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

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

This text has shadow with #9B6330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6330 on black background.


Color preview on white background

This text has color #9B6330 on white background.



Black color preview on #9B6330 background

This text has black color on #9B6330 background.


White color preview on #9B6330 background

This text has white color on #9B6330 background.