COLOR #99736E

HEX: #99736E RGB: (153,115,110)

Color info

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

RGB color model

#99736E color RGB value is (153,115,110).

RGB: (153,115,110) (60%, 45%, 43%)

RGB channels and saturation

R 153 of 255 = 60%
G 115 of 255 = 45%
B 110 of 255 = 43%

153
115
110

R + G + B ~ 49%. #99736E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 115 + 110 = 378 (100%)
R 153 of 378 ~ 40.48%
G 115 of 378 ~ 30.42%
B 110 of 378 ~ 29.1'%

%40.48
%30.42
%29.1

CMYK color model

#99736E color CMYK value is (0,25,28,40).

  • cyan value is 0.00%
  • magenta value is 24.84%
  • yellow value is 28.10%
  • key color value is 40.00%

CMYK: (0,25,28,40)
C0M25Y28K40 (0%, 25%, 28%, 40%)
(0.00 / 0.25 / 0.28 / 0.40)

CMYK percentages

%0
%24.84
%28.1
%40

Codes

Color #99736E in popluar color models

99 73 6E
RGB 153 115 110
HSL 17.41% 51.57%
HSB/HSV 28.10% 60.00%
CMYK 0.00% 24.84% 28.10%
40.00%

Color #99736E in popluar number systems.

HEX 99 73 6E
Decimal 153 115 110
Binary 10011001 1110011 1101110
Octal 231 163 156

Shades and tints

Shades of #99736E

#99736E
(153,115,110)
#8C6964
(140,105,100)
#7F5F5A
(127,95,90)
#725550
(114,85,80)
#654B46
(101,75,70)
#58413C
(88,65,60)
#4B3732
(75,55,50)
#3E2D28
(62,45,40)
#31231E
(49,35,30)
#241914
(36,25,20)
#170F0A
(23,15,10)
#000000
(0,0,0)

Tints of #99736E

#99736E
(153,115,110)
#A27F7B
(162,127,123)
#AB8B88
(171,139,136)
#B49795
(180,151,149)
#BDA3A2
(189,163,162)
#C6AFAF
(198,175,175)
#CFBBBC
(207,187,188)
#D8C7C9
(216,199,201)
#E1D3D6
(225,211,214)
#EADFE3
(234,223,227)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99736E color. Also use rgb(153,115,110) instead hex code.

Text Font Color

.myTextColor { color: #99736E; }

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

This text font color is #99736E.

Background Color

.myBgColor { background-color: #99736E; }

<div style="background-color:#99736E">Inner text</div>

This div background color is #99736E.

Border color

.myBorderColor { border: 1px solid #99736E; }

<div style="border:3px solid #99736E">Div</div>

This div border color is #99736E.

Opacity

.myOpacity80 { color: #99736E; opacity: 0.8; }

<p style="color:#99736E;opacity:0.8;">80%</p>

Text with #99736E 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 #99736E;}

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

This text has shadow with #99736E color.


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

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

This text has shadow with #99736E primary color and red secondary color.


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

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

This text has shadow with #99736E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #99736E.

Preview

Color preview on black background

This text has color #99736E on black background.


Color preview on white background

This text has color #99736E on white background.


Black color preview on #99736E background

This text has black color on #99736E background.


White color preview on #99736E background

This text has white color on #99736E background.


Related colors

Complementary color

Complementary color for #hex is #668C91.


I love getcolorcode.com

Triadic colors

1 #6E9973 and #736E99 with #99736E are triadic colors.

2 #6E7399 and #73996E with #99736E are triadic colors.