COLOR #996A58

HEX: #996A58
RGB: (153,106,88)

Color info

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

RGB color model

#996A58 color RGB value is (153,106,88).

  • red value is 153;
  • green value is 106;
  • blue value is 88.
RGB:
(153,106,88)
(60%,42%,35%)

RGB channels and saturation

R 153 of 255 = 60%
G 106 of 255 = 42%
B 88 of 255 = 35%

153
106
88

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

Portions of RGB colors in percentages

R + G + B =
153 + 106 + 88 = 347 (100%)
R 153 of 347 ~ 44.09%
G 106 of 347 ~ 30.55%
B 88 of 347 ~ 25.36%

%44.09
%30.55
%25.36

CMYK color model

#996A58 color CMYK value is (0,31,42,40).

  • cyan value is 0.00%
  • magenta value is 30.72%
  • yellow value is 42.48%
  • key color value is 40.00%
CMYK:
(0,31,42,40)
C0M31Y42K40 
(0%,31%,42%,40%)
(0.00/0.31/0.42/0.40)	

CMYK percentages

%0
%30.72
%42.48
%40

Codes

Color #996A58 in popluar color models

996A58
RGB15310688
HSL17°26.97%47.25%
HSB/HSV17°42.48%60.00%
CMYK0.00%30.72%42.48%
40.00%

Color #996A58 in popluar number systems.

HEX996A58
Decimal15310688
Binary1001100111010101011000
Octal231152130

Shades and tints

Shades of #996A58

#996A58
(153,106,88)
#8C6150
(140,97,80)
#7F5848
(127,88,72)
#724F40
(114,79,64)
#654638
(101,70,56)
#583D30
(88,61,48)
#4B3428
(75,52,40)
#3E2B20
(62,43,32)
#312218
(49,34,24)
#241910
(36,25,16)
#171008
(23,16,8)
#000000
(0,0,0)

Tints of #996A58

#996A58
(153,106,88)
#A27767
(162,119,103)
#AB8476
(171,132,118)
#B49185
(180,145,133)
#BD9E94
(189,158,148)
#C6ABA3
(198,171,163)
#CFB8B2
(207,184,178)
#D8C5C1
(216,197,193)
#E1D2D0
(225,210,208)
#EADFDF
(234,223,223)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996A58 color. Also use rgb(153,106,88) instead hex code.

Text Font Color

.myTextColor { color: #996A58; }

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

This text font color is #996A58.


Background Color

.myBgColor { background-color: #996A58; }

<div style="background-color:#996A58">Inner text</div>

This div background color is #996A58.


Border color

.myBorderColor { border: 1px solid #996A58; }

<div style="border:3px solid #996A58">Div</div>

This div border color is #996A58.


Opacity

.myOpacity80 { color: #996A58; opacity: 0.8; }

<p style="color:#996A58;opacity:0.8;">80%</p>

Text with #996A58 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 #996A58;}

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

This text has shadow with #996A58 color.

.textShadow {text-shadow: 3px 3px 1px #996A58, 3px 3px 1px red;}

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

This text has shadow with #996A58 primary color and red secondary color.


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

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

This text has shadow with #996A58 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996A58 on black background.


Color preview on white background

This text has color #996A58 on white background.



Black color preview on #996A58 background

This text has black color on #996A58 background.


White color preview on #996A58 background

This text has white color on #996A58 background.