COLOR #996B73

HEX: #996B73
RGB: (153,107,115)

Renk bilgisi

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

RGB renk modeli

#996B73 color RGB value is (153,107,115).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 107 of 255 = 42%
B 115 of 255 = 45%

153
107
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 107 + 115 = 375 (100%)
R 153 of 375 ~ 40.8%
G 107 of 375 ~ 28.53%
B 115 of 375 ~ 30.67%

%40.8
%28.53
%30.67

CMYK RENK MODELİ

#996B73 rengi CMYK tonu (0,30,25,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.07%
  • sarı tonu 24.84%
  • ana renk tonu 40.00%
CMYK:
(0,30,25,40)
C0M30Y25K40 
(0%,30%,25%,40%)
(0.00/0.30/0.25/0.40)	

CMYK yüzdeleri

%0
%30.07
%24.84
%40

Codes

Color #996B73 in popluar color models

996B73
RGB153107115
HSL350°18.40%50.98%
HSB/HSV350°30.07%60.00%
CMYK0.00%30.07%24.84%
40.00%

Color #996B73 in popluar number systems.

HEX996B73
Decimal153107115
Binary1001100111010111110011
Octal231153163

Shades and tints

Shades of #996B73

#996B73
(153,107,115)
#8C6269
(140,98,105)
#7F595F
(127,89,95)
#725055
(114,80,85)
#65474B
(101,71,75)
#583E41
(88,62,65)
#4B3537
(75,53,55)
#3E2C2D
(62,44,45)
#312323
(49,35,35)
#241A19
(36,26,25)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #996B73

#996B73
(153,107,115)
#A2787F
(162,120,127)
#AB858B
(171,133,139)
#B49297
(180,146,151)
#BD9FA3
(189,159,163)
#C6ACAF
(198,172,175)
#CFB9BB
(207,185,187)
#D8C6C7
(216,198,199)
#E1D3D3
(225,211,211)
#EAE0DF
(234,224,223)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996B73 color. Also use rgb(153,107,115) instead hex code.

Text Font Color

.myTextColor { color: #996B73; }

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

This text font color is #996B73.


Background Color

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

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

This div background color is #996B73.


Border color

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

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

This div border color is #996B73.


Opacity

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

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

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

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

This text has shadow with #996B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996B73 on black background.


Color preview on white background

This text has color #996B73 on white background.



Black color preview on #996B73 background

This text has black color on #996B73 background.


White color preview on #996B73 background

This text has white color on #996B73 background.