COLOR #996C68

HEX: #996C68
RGB: (153,108,104)

Renk bilgisi

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

RGB renk modeli

#996C68 color RGB value is (153,108,104).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 108 of 255 = 42%
B 104 of 255 = 41%

153
108
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 108 + 104 = 365 (100%)
R 153 of 365 ~ 41.92%
G 108 of 365 ~ 29.59%
B 104 of 365 ~ 28.49%

%41.92
%29.59
%28.49

CMYK RENK MODELİ

#996C68 rengi CMYK tonu (0,29,32,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.41%
  • sarı tonu 32.03%
  • ana renk tonu 40.00%
CMYK:
(0,29,32,40)
C0M29Y32K40 
(0%,29%,32%,40%)
(0.00/0.29/0.32/0.40)	

CMYK yüzdeleri

%0
%29.41
%32.03
%40

Codes

Color #996C68 in popluar color models

996C68
RGB153108104
HSL19.37%50.39%
HSB/HSV32.03%60.00%
CMYK0.00%29.41%32.03%
40.00%

Color #996C68 in popluar number systems.

HEX996C68
Decimal153108104
Binary1001100111011001101000
Octal231154150

Shades and tints

Shades of #996C68

#996C68
(153,108,104)
#8C635F
(140,99,95)
#7F5A56
(127,90,86)
#72514D
(114,81,77)
#654844
(101,72,68)
#583F3B
(88,63,59)
#4B3632
(75,54,50)
#3E2D29
(62,45,41)
#312420
(49,36,32)
#241B17
(36,27,23)
#17120E
(23,18,14)
#000000
(0,0,0)

Tints of #996C68

#996C68
(153,108,104)
#A27975
(162,121,117)
#AB8682
(171,134,130)
#B4938F
(180,147,143)
#BDA09C
(189,160,156)
#C6ADA9
(198,173,169)
#CFBAB6
(207,186,182)
#D8C7C3
(216,199,195)
#E1D4D0
(225,212,208)
#EAE1DD
(234,225,221)
#F3EEEA
(243,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996C68; }

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

This text font color is #996C68.


Background Color

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

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

This div background color is #996C68.


Border color

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

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

This div border color is #996C68.


Opacity

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

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

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

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

This text has shadow with #996C68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996C68 on black background.


Color preview on white background

This text has color #996C68 on white background.



Black color preview on #996C68 background

This text has black color on #996C68 background.


White color preview on #996C68 background

This text has white color on #996C68 background.