COLOR #9A6367

HEX: #9A6367
RGB: (154,99,103)

Color info

#9A6367 contains red, green and blue colors in about the same proportion. Web safe color of #9A6367 is #996666 (or #966).

RGB color model

#9A6367 color RGB value is (154,99,103).

  • red value is 154;
  • green value is 99;
  • blue value is 103.
RGB:
(154,99,103)
(60%,39%,40%)

RGB channels and saturation

R 154 of 255 = 60%
G 99 of 255 = 39%
B 103 of 255 = 40%

154
99
103

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

Portions of RGB colors in percentages

R + G + B =
154 + 99 + 103 = 356 (100%)
R 154 of 356 ~ 43.26%
G 99 of 356 ~ 27.81%
B 103 of 356 ~ 28.93%

%43.26
%27.81
%28.93

CMYK color model

#9A6367 color CMYK value is (0,36,33,40).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 33.12%
  • key color value is 39.61%
CMYK:
(0,36,33,40)
C0M36Y33K40 
(0%,36%,33%,40%)
(0.00/0.36/0.33/0.40)	

CMYK percentages

%0
%35.71
%33.12
%39.61

Codes

Color #9A6367 in popluar color models

9A6367
RGB15499103
HSL356°21.74%49.61%
HSB/HSV356°35.71%60.39%
CMYK0.00%35.71%33.12%
39.61%

Color #9A6367 in popluar number systems.

HEX9A6367
Decimal15499103
Binary1001101011000111100111
Octal232143147

Shades and tints

Shades of #9A6367

#9A6367
(154,99,103)
#8C5A5E
(140,90,94)
#7E5155
(126,81,85)
#70484C
(112,72,76)
#623F43
(98,63,67)
#54363A
(84,54,58)
#462D31
(70,45,49)
#382428
(56,36,40)
#2A1B1F
(42,27,31)
#1C1216
(28,18,22)
#0E090D
(14,9,13)
#000000
(0,0,0)

Tints of #9A6367

#9A6367
(154,99,103)
#A37174
(163,113,116)
#AC7F81
(172,127,129)
#B58D8E
(181,141,142)
#BE9B9B
(190,155,155)
#C7A9A8
(199,169,168)
#D0B7B5
(208,183,181)
#D9C5C2
(217,197,194)
#E2D3CF
(226,211,207)
#EBE1DC
(235,225,220)
#F4EFE9
(244,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A6367 color. Also use rgb(154,99,103) instead hex code.

Text Font Color

.myTextColor { color: #9A6367; }

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

This text font color is #9A6367.


Background Color

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

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

This div background color is #9A6367.


Border color

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

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

This div border color is #9A6367.


Opacity

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

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

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

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

This text has shadow with #9A6367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6367 on black background.


Color preview on white background

This text has color #9A6367 on white background.



Black color preview on #9A6367 background

This text has black color on #9A6367 background.


White color preview on #9A6367 background

This text has white color on #9A6367 background.