COLOR #996740

HEX: #996740
RGB: (153,103,64)

Renk bilgisi

#996740 contains mainly red and green colors. #996740 ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#996740 color RGB value is (153,103,64).

  • kırmız ton 153;
  • yeşil ton 103;
  • mavi ton 64.
RGB:
(153,103,64)
(60%,40%,25%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 103 of 255 = 40%
B 64 of 255 = 25%

153
103
64

R + G + B ~ 42%. #996740 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 103 + 64 = 320 (100%)
R 153 of 320 ~ 47.81%
G 103 of 320 ~ 32.19%
B 64 of 320 ~ 20%

%47.81
%32.19
%20

CMYK RENK MODELİ

#996740 rengi CMYK tonu (0,33,58,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.68%
  • sarı tonu 58.17%
  • ana renk tonu 40.00%
CMYK:
(0,33,58,40)
C0M33Y58K40 
(0%,33%,58%,40%)
(0.00/0.33/0.58/0.40)	

CMYK yüzdeleri

%0
%32.68
%58.17
%40

Codes

Color #996740 in popluar color models

996740
RGB15310364
HSL26°41.01%42.55%
HSB/HSV26°58.17%60.00%
CMYK0.00%32.68%58.17%
40.00%

Color #996740 in popluar number systems.

HEX996740
Decimal15310364
Binary1001100111001111000000
Octal231147100

Shades and tints

Shades of #996740

#996740
(153,103,64)
#8C5E3B
(140,94,59)
#7F5536
(127,85,54)
#724C31
(114,76,49)
#65432C
(101,67,44)
#583A27
(88,58,39)
#4B3122
(75,49,34)
#3E281D
(62,40,29)
#311F18
(49,31,24)
#241613
(36,22,19)
#170D0E
(23,13,14)
#000000
(0,0,0)

Tints of #996740

#996740
(153,103,64)
#A27451
(162,116,81)
#AB8162
(171,129,98)
#B48E73
(180,142,115)
#BD9B84
(189,155,132)
#C6A895
(198,168,149)
#CFB5A6
(207,181,166)
#D8C2B7
(216,194,183)
#E1CFC8
(225,207,200)
#EADCD9
(234,220,217)
#F3E9EA
(243,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996740; }

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

This text font color is #996740.


Background Color

.myBgColor { background-color: #996740; }

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

This div background color is #996740.


Border color

.myBorderColor { border: 1px solid #996740; }

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

This div border color is #996740.


Opacity

.myOpacity80 { color: #996740; opacity: 0.8; }

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

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

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

This text has shadow with #996740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996740 on black background.


Color preview on white background

This text has color #996740 on white background.



Black color preview on #996740 background

This text has black color on #996740 background.


White color preview on #996740 background

This text has white color on #996740 background.