COLOR #9A6C4B

HEX: #9A6C4B
RGB: (154,108,75)

Color info

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

RGB color model

#9A6C4B color RGB value is (154,108,75).

  • red value is 154;
  • green value is 108;
  • blue value is 75.
RGB:
(154,108,75)
(60%,42%,29%)

RGB channels and saturation

R 154 of 255 = 60%
G 108 of 255 = 42%
B 75 of 255 = 29%

154
108
75

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

Portions of RGB colors in percentages

R + G + B =
154 + 108 + 75 = 337 (100%)
R 154 of 337 ~ 45.7%
G 108 of 337 ~ 32.05%
B 75 of 337 ~ 22.26%

%45.7
%32.05
%22.26

CMYK color model

#9A6C4B color CMYK value is (0,30,51,40).

  • cyan value is 0.00%
  • magenta value is 29.87%
  • yellow value is 51.30%
  • key color value is 39.61%
CMYK:
(0,30,51,40)
C0M30Y51K40 
(0%,30%,51%,40%)
(0.00/0.30/0.51/0.40)	

CMYK percentages

%0
%29.87
%51.3
%39.61

Codes

Color #9A6C4B in popluar color models

9A6C4B
RGB15410875
HSL25°34.50%44.90%
HSB/HSV25°51.30%60.39%
CMYK0.00%29.87%51.30%
39.61%

Color #9A6C4B in popluar number systems.

HEX9A6C4B
Decimal15410875
Binary1001101011011001001011
Octal232154113

Shades and tints

Shades of #9A6C4B

#9A6C4B
(154,108,75)
#8C6345
(140,99,69)
#7E5A3F
(126,90,63)
#705139
(112,81,57)
#624833
(98,72,51)
#543F2D
(84,63,45)
#463627
(70,54,39)
#382D21
(56,45,33)
#2A241B
(42,36,27)
#1C1B15
(28,27,21)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #9A6C4B

#9A6C4B
(154,108,75)
#A3795B
(163,121,91)
#AC866B
(172,134,107)
#B5937B
(181,147,123)
#BEA08B
(190,160,139)
#C7AD9B
(199,173,155)
#D0BAAB
(208,186,171)
#D9C7BB
(217,199,187)
#E2D4CB
(226,212,203)
#EBE1DB
(235,225,219)
#F4EEEB
(244,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A6C4B color. Also use rgb(154,108,75) instead hex code.

Text Font Color

.myTextColor { color: #9A6C4B; }

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

This text font color is #9A6C4B.


Background Color

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

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

This div background color is #9A6C4B.


Border color

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

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

This div border color is #9A6C4B.


Opacity

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

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

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

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

This text has shadow with #9A6C4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6C4B on black background.


Color preview on white background

This text has color #9A6C4B on white background.



Black color preview on #9A6C4B background

This text has black color on #9A6C4B background.


White color preview on #9A6C4B background

This text has white color on #9A6C4B background.