COLOR #996C63

HEX: #996C63
RGB: (153,108,99)

Renk bilgisi

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

RGB renk modeli

#996C63 color RGB value is (153,108,99).

  • kırmız ton 153;
  • yeşil ton 108;
  • mavi ton 99.
RGB:
(153,108,99)
(60%,42%,39%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 108 of 255 = 42%
B 99 of 255 = 39%

153
108
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 108 + 99 = 360 (100%)
R 153 of 360 ~ 42.5%
G 108 of 360 ~ 30%
B 99 of 360 ~ 27.5%

%42.5
%30
%27.5

CMYK RENK MODELİ

#996C63 rengi CMYK tonu (0,29,35,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.41%
  • sarı tonu 35.29%
  • ana renk tonu 40.00%
CMYK:
(0,29,35,40)
C0M29Y35K40 
(0%,29%,35%,40%)
(0.00/0.29/0.35/0.40)	

CMYK yüzdeleri

%0
%29.41
%35.29
%40

Codes

Color #996C63 in popluar color models

996C63
RGB15310899
HSL10°21.43%49.41%
HSB/HSV10°35.29%60.00%
CMYK0.00%29.41%35.29%
40.00%

Color #996C63 in popluar number systems.

HEX996C63
Decimal15310899
Binary1001100111011001100011
Octal231154143

Shades and tints

Shades of #996C63

#996C63
(153,108,99)
#8C635A
(140,99,90)
#7F5A51
(127,90,81)
#725148
(114,81,72)
#65483F
(101,72,63)
#583F36
(88,63,54)
#4B362D
(75,54,45)
#3E2D24
(62,45,36)
#31241B
(49,36,27)
#241B12
(36,27,18)
#171209
(23,18,9)
#000000
(0,0,0)

Tints of #996C63

#996C63
(153,108,99)
#A27971
(162,121,113)
#AB867F
(171,134,127)
#B4938D
(180,147,141)
#BDA09B
(189,160,155)
#C6ADA9
(198,173,169)
#CFBAB7
(207,186,183)
#D8C7C5
(216,199,197)
#E1D4D3
(225,212,211)
#EAE1E1
(234,225,225)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996C63 color. Also use rgb(153,108,99) instead hex code.

Text Font Color

.myTextColor { color: #996C63; }

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

This text font color is #996C63.


Background Color

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

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

This div background color is #996C63.


Border color

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

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

This div border color is #996C63.


Opacity

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

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

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

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

This text has shadow with #996C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996C63 on black background.


Color preview on white background

This text has color #996C63 on white background.



Black color preview on #996C63 background

This text has black color on #996C63 background.


White color preview on #996C63 background

This text has white color on #996C63 background.