COLOR #9A6242

HEX: #9A6242
RGB: (154,98,66)

Color info

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

RGB color model

#9A6242 color RGB value is (154,98,66).

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

RGB channels and saturation

R 154 of 255 = 60%
G 98 of 255 = 38%
B 66 of 255 = 26%

154
98
66

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

Portions of RGB colors in percentages

R + G + B =
154 + 98 + 66 = 318 (100%)
R 154 of 318 ~ 48.43%
G 98 of 318 ~ 30.82%
B 66 of 318 ~ 20.75%

%48.43
%30.82
%20.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 57.14%
  • key color value is 39.61%
CMYK:
(0,36,57,40)
C0M36Y57K40 
(0%,36%,57%,40%)
(0.00/0.36/0.57/0.40)	

CMYK percentages

%0
%36.36
%57.14
%39.61

Codes

Color #9A6242 in popluar color models

9A6242
RGB1549866
HSL22°40.00%43.14%
HSB/HSV22°57.14%60.39%
CMYK0.00%36.36%57.14%
39.61%

Color #9A6242 in popluar number systems.

HEX9A6242
Decimal1549866
Binary1001101011000101000010
Octal232142102

Shades and tints

Shades of #9A6242

#9A6242
(154,98,66)
#8C5A3C
(140,90,60)
#7E5236
(126,82,54)
#704A30
(112,74,48)
#62422A
(98,66,42)
#543A24
(84,58,36)
#46321E
(70,50,30)
#382A18
(56,42,24)
#2A2212
(42,34,18)
#1C1A0C
(28,26,12)
#0E1206
(14,18,6)
#000000
(0,0,0)

Tints of #9A6242

#9A6242
(154,98,66)
#A37053
(163,112,83)
#AC7E64
(172,126,100)
#B58C75
(181,140,117)
#BE9A86
(190,154,134)
#C7A897
(199,168,151)
#D0B6A8
(208,182,168)
#D9C4B9
(217,196,185)
#E2D2CA
(226,210,202)
#EBE0DB
(235,224,219)
#F4EEEC
(244,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A6242; }

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

This text font color is #9A6242.


Background Color

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

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

This div background color is #9A6242.


Border color

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

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

This div border color is #9A6242.


Opacity

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

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

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

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

This text has shadow with #9A6242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6242 on black background.


Color preview on white background

This text has color #9A6242 on white background.



Black color preview on #9A6242 background

This text has black color on #9A6242 background.


White color preview on #9A6242 background

This text has white color on #9A6242 background.