COLOR #9B6835

HEX: #9B6835 RGB: (155,104,53)

Color info

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

RGB color model

#9B6835 color RGB value is (155,104,53).

RGB: (155,104,53) (61%, 41%, 21%)

RGB channels and saturation

R 155 of 255 = 61%
G 104 of 255 = 41%
B 53 of 255 = 21%

155
104
53

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

Portions of RGB colors in percentages

R + G + B = 155 + 104 + 53 = 312 (100%)
R 155 of 312 ~ 49.68%
G 104 of 312 ~ 33.33%
B 53 of 312 ~ 16.99'%

%49.68
%33.33
%16.99

CMYK color model

#9B6835 color CMYK value is (0,33,66,39).

  • cyan value is 0.00%
  • magenta value is 32.90%
  • yellow value is 65.81%
  • key color value is 39.22%

CMYK: (0,33,66,39)
C0M33Y66K39 (0%, 33%, 66%, 39%)
(0.00 / 0.33 / 0.66 / 0.39)

CMYK percentages

%0
%32.9
%65.81
%39.22

Codes

Color #9B6835 in popluar color models

9B 68 35
RGB 155 104 53
HSL 30° 49.04% 40.78%
HSB/HSV 30° 65.81% 60.78%
CMYK 0.00% 32.90% 65.81%
39.22%

Color #9B6835 in popluar number systems.

HEX 9B 68 35
Decimal 155 104 53
Binary 10011011 1101000 110101
Octal 233 150 65

Shades and tints

Shades of #9B6835

#9B6835
(155,104,53)
#8D5F31
(141,95,49)
#7F562D
(127,86,45)
#714D29
(113,77,41)
#634425
(99,68,37)
#553B21
(85,59,33)
#47321D
(71,50,29)
#392919
(57,41,25)
#2B2015
(43,32,21)
#1D1711
(29,23,17)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #9B6835

#9B6835
(155,104,53)
#A47547
(164,117,71)
#AD8259
(173,130,89)
#B68F6B
(182,143,107)
#BF9C7D
(191,156,125)
#C8A98F
(200,169,143)
#D1B6A1
(209,182,161)
#DAC3B3
(218,195,179)
#E3D0C5
(227,208,197)
#ECDDD7
(236,221,215)
#F5EAE9
(245,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6835 color. Also use rgb(155,104,53) instead hex code.

Text Font Color

.myTextColor { color: #9B6835; }

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

This text font color is #9B6835.

Background Color

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

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

This div background color is #9B6835.

Border color

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

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

This div border color is #9B6835.

Opacity

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

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

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

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

This text has shadow with #9B6835 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B6835.

Preview

Color preview on black background

This text has color #9B6835 on black background.


Color preview on white background

This text has color #9B6835 on white background.


Black color preview on #9B6835 background

This text has black color on #9B6835 background.


White color preview on #9B6835 background

This text has white color on #9B6835 background.


Related colors

Complementary color

Complementary color for #hex is #6497CA.


I love getcolorcode.com

Triadic colors

1 #359B68 and #68359B with #9B6835 are triadic colors.

2 #35689B and #689B35 with #9B6835 are triadic colors.