COLOR #996369

HEX: #996369
RGB: (153,99,105)

Renk bilgisi

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

RGB renk modeli

#996369 color RGB value is (153,99,105).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 99 of 255 = 39%
B 105 of 255 = 41%

153
99
105

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 99 + 105 = 357 (100%)
R 153 of 357 ~ 42.86%
G 99 of 357 ~ 27.73%
B 105 of 357 ~ 29.41%

%42.86
%27.73
%29.41

CMYK RENK MODELİ

#996369 rengi CMYK tonu (0,35,31,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.29%
  • sarı tonu 31.37%
  • ana renk tonu 40.00%
CMYK:
(0,35,31,40)
C0M35Y31K40 
(0%,35%,31%,40%)
(0.00/0.35/0.31/0.40)	

CMYK yüzdeleri

%0
%35.29
%31.37
%40

Codes

Color #996369 in popluar color models

996369
RGB15399105
HSL353°21.43%49.41%
HSB/HSV353°35.29%60.00%
CMYK0.00%35.29%31.37%
40.00%

Color #996369 in popluar number systems.

HEX996369
Decimal15399105
Binary1001100111000111101001
Octal231143151

Shades and tints

Shades of #996369

#996369
(153,99,105)
#8C5A60
(140,90,96)
#7F5157
(127,81,87)
#72484E
(114,72,78)
#653F45
(101,63,69)
#58363C
(88,54,60)
#4B2D33
(75,45,51)
#3E242A
(62,36,42)
#311B21
(49,27,33)
#241218
(36,18,24)
#17090F
(23,9,15)
#000000
(0,0,0)

Tints of #996369

#996369
(153,99,105)
#A27176
(162,113,118)
#AB7F83
(171,127,131)
#B48D90
(180,141,144)
#BD9B9D
(189,155,157)
#C6A9AA
(198,169,170)
#CFB7B7
(207,183,183)
#D8C5C4
(216,197,196)
#E1D3D1
(225,211,209)
#EAE1DE
(234,225,222)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996369; }

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

This text font color is #996369.


Background Color

.myBgColor { background-color: #996369; }

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

This div background color is #996369.


Border color

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

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

This div border color is #996369.


Opacity

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

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

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

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

This text has shadow with #996369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996369 on black background.


Color preview on white background

This text has color #996369 on white background.



Black color preview on #996369 background

This text has black color on #996369 background.


White color preview on #996369 background

This text has white color on #996369 background.