COLOR #9A6B4B

HEX: #9A6B4B
RGB: (154,107,75)

Color info

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

RGB color model

#9A6B4B color RGB value is (154,107,75).

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

RGB channels and saturation

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

154
107
75

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

Portions of RGB colors in percentages

R + G + B =
154 + 107 + 75 = 336 (100%)
R 154 of 336 ~ 45.83%
G 107 of 336 ~ 31.85%
B 75 of 336 ~ 22.32%

%45.83
%31.85
%22.32

CMYK color model

#9A6B4B color CMYK value is (0,31,51,40).

  • cyan value is 0.00%
  • magenta value is 30.52%
  • yellow value is 51.30%
  • key color value is 39.61%
CMYK:
(0,31,51,40)
C0M31Y51K40 
(0%,31%,51%,40%)
(0.00/0.31/0.51/0.40)	

CMYK percentages

%0
%30.52
%51.3
%39.61

Codes

Color #9A6B4B in popluar color models

9A6B4B
RGB15410775
HSL24°34.50%44.90%
HSB/HSV24°51.30%60.39%
CMYK0.00%30.52%51.30%
39.61%

Color #9A6B4B in popluar number systems.

HEX9A6B4B
Decimal15410775
Binary1001101011010111001011
Octal232153113

Shades and tints

Shades of #9A6B4B

#9A6B4B
(154,107,75)
#8C6245
(140,98,69)
#7E593F
(126,89,63)
#705039
(112,80,57)
#624733
(98,71,51)
#543E2D
(84,62,45)
#463527
(70,53,39)
#382C21
(56,44,33)
#2A231B
(42,35,27)
#1C1A15
(28,26,21)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #9A6B4B

#9A6B4B
(154,107,75)
#A3785B
(163,120,91)
#AC856B
(172,133,107)
#B5927B
(181,146,123)
#BE9F8B
(190,159,139)
#C7AC9B
(199,172,155)
#D0B9AB
(208,185,171)
#D9C6BB
(217,198,187)
#E2D3CB
(226,211,203)
#EBE0DB
(235,224,219)
#F4EDEB
(244,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A6B4B; }

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

This text font color is #9A6B4B.


Background Color

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

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

This div background color is #9A6B4B.


Border color

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

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

This div border color is #9A6B4B.


Opacity

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

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

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

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

This text has shadow with #9A6B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6B4B on black background.


Color preview on white background

This text has color #9A6B4B on white background.



Black color preview on #9A6B4B background

This text has black color on #9A6B4B background.


White color preview on #9A6B4B background

This text has white color on #9A6B4B background.