COLOR #996519

HEX: #996519
RGB: (153,101,25)

Renk bilgisi

#996519 contains mainly red and green colors. #996519 ‘ nin web güvenlik rengi #996600 (ya da #960) dir.

RGB renk modeli

#996519 color RGB value is (153,101,25).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 101 of 255 = 40%
B 25 of 255 = 10%

153
101
25

R + G + B ~ 37%. #996519 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 101 + 25 = 279 (100%)
R 153 of 279 ~ 54.84%
G 101 of 279 ~ 36.2%
B 25 of 279 ~ 8.96%

%54.84
%36.2

CMYK RENK MODELİ

#996519 rengi CMYK tonu (0,34,84,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.99%
  • sarı tonu 83.66%
  • ana renk tonu 40.00%
CMYK:
(0,34,84,40)
C0M34Y84K40 
(0%,34%,84%,40%)
(0.00/0.34/0.84/0.40)	

CMYK yüzdeleri

%0
%33.99
%83.66
%40

Codes

Color #996519 in popluar color models

996519
RGB15310125
HSL36°71.91%34.90%
HSB/HSV36°83.66%60.00%
CMYK0.00%33.99%83.66%
40.00%

Color #996519 in popluar number systems.

HEX996519
Decimal15310125
Binary10011001110010111001
Octal23114531

Shades and tints

Shades of #996519

#996519
(153,101,25)
#8C5C17
(140,92,23)
#7F5315
(127,83,21)
#724A13
(114,74,19)
#654111
(101,65,17)
#58380F
(88,56,15)
#4B2F0D
(75,47,13)
#3E260B
(62,38,11)
#311D09
(49,29,9)
#241407
(36,20,7)
#170B05
(23,11,5)
#000000
(0,0,0)

Tints of #996519

#996519
(153,101,25)
#A2732D
(162,115,45)
#AB8141
(171,129,65)
#B48F55
(180,143,85)
#BD9D69
(189,157,105)
#C6AB7D
(198,171,125)
#CFB991
(207,185,145)
#D8C7A5
(216,199,165)
#E1D5B9
(225,213,185)
#EAE3CD
(234,227,205)
#F3F1E1
(243,241,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996519 color. Also use rgb(153,101,25) instead hex code.

Text Font Color

.myTextColor { color: #996519; }

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

This text font color is #996519.


Background Color

.myBgColor { background-color: #996519; }

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

This div background color is #996519.


Border color

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

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

This div border color is #996519.


Opacity

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

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

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

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

This text has shadow with #996519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996519 on black background.


Color preview on white background

This text has color #996519 on white background.



Black color preview on #996519 background

This text has black color on #996519 background.


White color preview on #996519 background

This text has white color on #996519 background.