COLOR #9A6362

HEX: #9A6362
RGB: (154,99,98)

Color info

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

RGB color model

#9A6362 color RGB value is (154,99,98).

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

RGB channels and saturation

R 154 of 255 = 60%
G 99 of 255 = 39%
B 98 of 255 = 38%

154
99
98

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

Portions of RGB colors in percentages

R + G + B =
154 + 99 + 98 = 351 (100%)
R 154 of 351 ~ 43.87%
G 99 of 351 ~ 28.21%
B 98 of 351 ~ 27.92%

%43.87
%28.21
%27.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 36.36%
  • key color value is 39.61%
CMYK:
(0,36,36,40)
C0M36Y36K40 
(0%,36%,36%,40%)
(0.00/0.36/0.36/0.40)	

CMYK percentages

%0
%35.71
%36.36
%39.61

Codes

Color #9A6362 in popluar color models

9A6362
RGB1549998
HSL22.22%49.41%
HSB/HSV36.36%60.39%
CMYK0.00%35.71%36.36%
39.61%

Color #9A6362 in popluar number systems.

HEX9A6362
Decimal1549998
Binary1001101011000111100010
Octal232143142

Shades and tints

Shades of #9A6362

#9A6362
(154,99,98)
#8C5A5A
(140,90,90)
#7E5152
(126,81,82)
#70484A
(112,72,74)
#623F42
(98,63,66)
#54363A
(84,54,58)
#462D32
(70,45,50)
#38242A
(56,36,42)
#2A1B22
(42,27,34)
#1C121A
(28,18,26)
#0E0912
(14,9,18)
#000000
(0,0,0)

Tints of #9A6362

#9A6362
(154,99,98)
#A37170
(163,113,112)
#AC7F7E
(172,127,126)
#B58D8C
(181,141,140)
#BE9B9A
(190,155,154)
#C7A9A8
(199,169,168)
#D0B7B6
(208,183,182)
#D9C5C4
(217,197,196)
#E2D3D2
(226,211,210)
#EBE1E0
(235,225,224)
#F4EFEE
(244,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A6362; }

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

This text font color is #9A6362.


Background Color

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

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

This div background color is #9A6362.


Border color

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

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

This div border color is #9A6362.


Opacity

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

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

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

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

This text has shadow with #9A6362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6362 on black background.


Color preview on white background

This text has color #9A6362 on white background.



Black color preview on #9A6362 background

This text has black color on #9A6362 background.


White color preview on #9A6362 background

This text has white color on #9A6362 background.