COLOR #9B654C

HEX: #9B654C
RGB: (155,101,76)

Color info

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

RGB color model

#9B654C color RGB value is (155,101,76).

  • red value is 155;
  • green value is 101;
  • blue value is 76.
RGB:
(155,101,76)
(61%,40%,30%)

RGB channels and saturation

R 155 of 255 = 61%
G 101 of 255 = 40%
B 76 of 255 = 30%

155
101
76

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

Portions of RGB colors in percentages

R + G + B =
155 + 101 + 76 = 332 (100%)
R 155 of 332 ~ 46.69%
G 101 of 332 ~ 30.42%
B 76 of 332 ~ 22.89%

%46.69
%30.42
%22.89

CMYK color model

#9B654C color CMYK value is (0,35,51,39).

  • cyan value is 0.00%
  • magenta value is 34.84%
  • yellow value is 50.97%
  • key color value is 39.22%
CMYK:
(0,35,51,39)
C0M35Y51K39 
(0%,35%,51%,39%)
(0.00/0.35/0.51/0.39)	

CMYK percentages

%0
%34.84
%50.97
%39.22

Codes

Color #9B654C in popluar color models

9B654C
RGB15510176
HSL19°34.20%45.29%
HSB/HSV19°50.97%60.78%
CMYK0.00%34.84%50.97%
39.22%

Color #9B654C in popluar number systems.

HEX9B654C
Decimal15510176
Binary1001101111001011001100
Octal233145114

Shades and tints

Shades of #9B654C

#9B654C
(155,101,76)
#8D5C46
(141,92,70)
#7F5340
(127,83,64)
#714A3A
(113,74,58)
#634134
(99,65,52)
#55382E
(85,56,46)
#472F28
(71,47,40)
#392622
(57,38,34)
#2B1D1C
(43,29,28)
#1D1416
(29,20,22)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #9B654C

#9B654C
(155,101,76)
#A4735C
(164,115,92)
#AD816C
(173,129,108)
#B68F7C
(182,143,124)
#BF9D8C
(191,157,140)
#C8AB9C
(200,171,156)
#D1B9AC
(209,185,172)
#DAC7BC
(218,199,188)
#E3D5CC
(227,213,204)
#ECE3DC
(236,227,220)
#F5F1EC
(245,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B654C color. Also use rgb(155,101,76) instead hex code.

Text Font Color

.myTextColor { color: #9B654C; }

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

This text font color is #9B654C.


Background Color

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

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

This div background color is #9B654C.


Border color

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

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

This div border color is #9B654C.


Opacity

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

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

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

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

This text has shadow with #9B654C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B654C on black background.


Color preview on white background

This text has color #9B654C on white background.



Black color preview on #9B654C background

This text has black color on #9B654C background.


White color preview on #9B654C background

This text has white color on #9B654C background.