COLOR #996F59

HEX: #996F59
RGB: (153,111,89)

Renk bilgisi

#996F59 contains mainly red and green colors. #996F59 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#996F59 color RGB value is (153,111,89).

  • kırmız ton 153;
  • yeşil ton 111;
  • mavi ton 89.
RGB:
(153,111,89)
(60%,44%,35%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 111 of 255 = 44%
B 89 of 255 = 35%

153
111
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 111 + 89 = 353 (100%)
R 153 of 353 ~ 43.34%
G 111 of 353 ~ 31.44%
B 89 of 353 ~ 25.21%

%43.34
%31.44
%25.21

CMYK RENK MODELİ

#996F59 rengi CMYK tonu (0,27,42,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.45%
  • sarı tonu 41.83%
  • ana renk tonu 40.00%
CMYK:
(0,27,42,40)
C0M27Y42K40 
(0%,27%,42%,40%)
(0.00/0.27/0.42/0.40)	

CMYK yüzdeleri

%0
%27.45
%41.83
%40

Codes

Color #996F59 in popluar color models

996F59
RGB15311189
HSL21°26.45%47.45%
HSB/HSV21°41.83%60.00%
CMYK0.00%27.45%41.83%
40.00%

Color #996F59 in popluar number systems.

HEX996F59
Decimal15311189
Binary1001100111011111011001
Octal231157131

Shades and tints

Shades of #996F59

#996F59
(153,111,89)
#8C6551
(140,101,81)
#7F5B49
(127,91,73)
#725141
(114,81,65)
#654739
(101,71,57)
#583D31
(88,61,49)
#4B3329
(75,51,41)
#3E2921
(62,41,33)
#311F19
(49,31,25)
#241511
(36,21,17)
#170B09
(23,11,9)
#000000
(0,0,0)

Tints of #996F59

#996F59
(153,111,89)
#A27C68
(162,124,104)
#AB8977
(171,137,119)
#B49686
(180,150,134)
#BDA395
(189,163,149)
#C6B0A4
(198,176,164)
#CFBDB3
(207,189,179)
#D8CAC2
(216,202,194)
#E1D7D1
(225,215,209)
#EAE4E0
(234,228,224)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996F59 color. Also use rgb(153,111,89) instead hex code.

Text Font Color

.myTextColor { color: #996F59; }

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

This text font color is #996F59.


Background Color

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

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

This div background color is #996F59.


Border color

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

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

This div border color is #996F59.


Opacity

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

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

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

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

This text has shadow with #996F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996F59 on black background.


Color preview on white background

This text has color #996F59 on white background.



Black color preview on #996F59 background

This text has black color on #996F59 background.


White color preview on #996F59 background

This text has white color on #996F59 background.