COLOR #996A74

HEX: #996A74
RGB: (153,106,116)

Renk bilgisi

#996A74 contains red, green and blue colors in about the same proportion. #996A74 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#996A74 color RGB value is (153,106,116).

  • kırmız ton 153;
  • yeşil ton 106;
  • mavi ton 116.
RGB:
(153,106,116)
(60%,42%,45%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 106 of 255 = 42%
B 116 of 255 = 45%

153
106
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 106 + 116 = 375 (100%)
R 153 of 375 ~ 40.8%
G 106 of 375 ~ 28.27%
B 116 of 375 ~ 30.93%

%40.8
%28.27
%30.93

CMYK RENK MODELİ

#996A74 rengi CMYK tonu (0,31,24,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.72%
  • sarı tonu 24.18%
  • ana renk tonu 40.00%
CMYK:
(0,31,24,40)
C0M31Y24K40 
(0%,31%,24%,40%)
(0.00/0.31/0.24/0.40)	

CMYK yüzdeleri

%0
%30.72
%24.18
%40

Codes

Color #996A74 in popluar color models

996A74
RGB153106116
HSL347°18.73%50.78%
HSB/HSV347°30.72%60.00%
CMYK0.00%30.72%24.18%
40.00%

Color #996A74 in popluar number systems.

HEX996A74
Decimal153106116
Binary1001100111010101110100
Octal231152164

Shades and tints

Shades of #996A74

#996A74
(153,106,116)
#8C616A
(140,97,106)
#7F5860
(127,88,96)
#724F56
(114,79,86)
#65464C
(101,70,76)
#583D42
(88,61,66)
#4B3438
(75,52,56)
#3E2B2E
(62,43,46)
#312224
(49,34,36)
#24191A
(36,25,26)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #996A74

#996A74
(153,106,116)
#A27780
(162,119,128)
#AB848C
(171,132,140)
#B49198
(180,145,152)
#BD9EA4
(189,158,164)
#C6ABB0
(198,171,176)
#CFB8BC
(207,184,188)
#D8C5C8
(216,197,200)
#E1D2D4
(225,210,212)
#EADFE0
(234,223,224)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996A74; }

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

This text font color is #996A74.


Background Color

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

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

This div background color is #996A74.


Border color

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

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

This div border color is #996A74.


Opacity

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

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

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

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

This text has shadow with #996A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996A74 on black background.


Color preview on white background

This text has color #996A74 on white background.



Black color preview on #996A74 background

This text has black color on #996A74 background.


White color preview on #996A74 background

This text has white color on #996A74 background.