COLOR #9A636D

HEX: #9A636D RGB: (154,99,109)

Color info

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

RGB color model

#9A636D color RGB value is (154,99,109).

RGB: (154,99,109) (60%, 39%, 43%)

RGB channels and saturation

R 154 of 255 = 60%
G 99 of 255 = 39%
B 109 of 255 = 43%

154
99
109

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

Portions of RGB colors in percentages

R + G + B = 154 + 99 + 109 = 362 (100%)
R 154 of 362 ~ 42.54%
G 99 of 362 ~ 27.35%
B 109 of 362 ~ 30.11'%

%42.54
%27.35
%30.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 29.22%
  • key color value is 39.61%

CMYK: (0,36,29,40)
C0M36Y29K40 (0%, 36%, 29%, 40%)
(0.00 / 0.36 / 0.29 / 0.40)

CMYK percentages

%0
%35.71
%29.22
%39.61

Codes

Color #9A636D in popluar color models

9A 63 6D
RGB 154 99 109
HSL 349° 21.74% 49.61%
HSB/HSV 349° 35.71% 60.39%
CMYK 0.00% 35.71% 29.22%
39.61%

Color #9A636D in popluar number systems.

HEX 9A 63 6D
Decimal 154 99 109
Binary 10011010 1100011 1101101
Octal 232 143 155

Shades and tints

Shades of #9A636D

#9A636D
(154,99,109)
#8C5A64
(140,90,100)
#7E515B
(126,81,91)
#704852
(112,72,82)
#623F49
(98,63,73)
#543640
(84,54,64)
#462D37
(70,45,55)
#38242E
(56,36,46)
#2A1B25
(42,27,37)
#1C121C
(28,18,28)
#0E0913
(14,9,19)
#000000
(0,0,0)

Tints of #9A636D

#9A636D
(154,99,109)
#A3717A
(163,113,122)
#AC7F87
(172,127,135)
#B58D94
(181,141,148)
#BE9BA1
(190,155,161)
#C7A9AE
(199,169,174)
#D0B7BB
(208,183,187)
#D9C5C8
(217,197,200)
#E2D3D5
(226,211,213)
#EBE1E2
(235,225,226)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A636D; }

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

This text font color is #9A636D.

Background Color

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

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

This div background color is #9A636D.

Border color

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

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

This div border color is #9A636D.

Opacity

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

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

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

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

This text has shadow with #9A636D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A636D.

Preview

Color preview on black background

This text has color #9A636D on black background.


Color preview on white background

This text has color #9A636D on white background.


Black color preview on #9A636D background

This text has black color on #9A636D background.


White color preview on #9A636D background

This text has white color on #9A636D background.


Related colors

Complementary color

Complementary color for #hex is #659C92.


I love getcolorcode.com

Triadic colors

1 #6D9A63 and #636D9A with #9A636D are triadic colors.

2 #6D639A and #639A6D with #9A636D are triadic colors.