COLOR #99675D

HEX: #99675D
RGB: (153,103,93)

Color info

#99675D contains mainly red and green colors. Web safe color of #99675D is #996666 (or #966).

RGB color model

#99675D color RGB value is (153,103,93).

  • red value is 153;
  • green value is 103;
  • blue value is 93.
RGB:
(153,103,93)
(60%,40%,36%)

RGB channels and saturation

R 153 of 255 = 60%
G 103 of 255 = 40%
B 93 of 255 = 36%

153
103
93

R + G + B ~ 45%. #99675D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 103 + 93 = 349 (100%)
R 153 of 349 ~ 43.84%
G 103 of 349 ~ 29.51%
B 93 of 349 ~ 26.65%

%43.84
%29.51
%26.65

CMYK color model

#99675D color CMYK value is (0,33,39,40).

  • cyan value is 0.00%
  • magenta value is 32.68%
  • yellow value is 39.22%
  • key color value is 40.00%
CMYK:
(0,33,39,40)
C0M33Y39K40 
(0%,33%,39%,40%)
(0.00/0.33/0.39/0.40)	

CMYK percentages

%0
%32.68
%39.22
%40

Codes

Color #99675D in popluar color models

99675D
RGB15310393
HSL10°24.39%48.24%
HSB/HSV10°39.22%60.00%
CMYK0.00%32.68%39.22%
40.00%

Color #99675D in popluar number systems.

HEX99675D
Decimal15310393
Binary1001100111001111011101
Octal231147135

Shades and tints

Shades of #99675D

#99675D
(153,103,93)
#8C5E55
(140,94,85)
#7F554D
(127,85,77)
#724C45
(114,76,69)
#65433D
(101,67,61)
#583A35
(88,58,53)
#4B312D
(75,49,45)
#3E2825
(62,40,37)
#311F1D
(49,31,29)
#241615
(36,22,21)
#170D0D
(23,13,13)
#000000
(0,0,0)

Tints of #99675D

#99675D
(153,103,93)
#A2746B
(162,116,107)
#AB8179
(171,129,121)
#B48E87
(180,142,135)
#BD9B95
(189,155,149)
#C6A8A3
(198,168,163)
#CFB5B1
(207,181,177)
#D8C2BF
(216,194,191)
#E1CFCD
(225,207,205)
#EADCDB
(234,220,219)
#F3E9E9
(243,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99675D color. Also use rgb(153,103,93) instead hex code.

Text Font Color

.myTextColor { color: #99675D; }

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

This text font color is #99675D.


Background Color

.myBgColor { background-color: #99675D; }

<div style="background-color:#99675D">Inner text</div>

This div background color is #99675D.


Border color

.myBorderColor { border: 1px solid #99675D; }

<div style="border:3px solid #99675D">Div</div>

This div border color is #99675D.


Opacity

.myOpacity80 { color: #99675D; opacity: 0.8; }

<p style="color:#99675D;opacity:0.8;">80%</p>

Text with #99675D 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 #99675D;}

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

This text has shadow with #99675D color.

.textShadow {text-shadow: 3px 3px 1px #99675D, 3px 3px 1px red;}

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

This text has shadow with #99675D primary color and red secondary color.


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

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

This text has shadow with #99675D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99675D on black background.


Color preview on white background

This text has color #99675D on white background.



Black color preview on #99675D background

This text has black color on #99675D background.


White color preview on #99675D background

This text has white color on #99675D background.