COLOR #997566

HEX: #997566
RGB: (153,117,102)

Renk bilgisi

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

RGB renk modeli

#997566 color RGB value is (153,117,102).

  • kırmız ton 153;
  • yeşil ton 117;
  • mavi ton 102.
RGB:
(153,117,102)
(60%,46%,40%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 117 of 255 = 46%
B 102 of 255 = 40%

153
117
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 117 + 102 = 372 (100%)
R 153 of 372 ~ 41.13%
G 117 of 372 ~ 31.45%
B 102 of 372 ~ 27.42%

%41.13
%31.45
%27.42

CMYK RENK MODELİ

#997566 rengi CMYK tonu (0,24,33,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.53%
  • sarı tonu 33.33%
  • ana renk tonu 40.00%
CMYK:
(0,24,33,40)
C0M24Y33K40 
(0%,24%,33%,40%)
(0.00/0.24/0.33/0.40)	

CMYK yüzdeleri

%0
%23.53
%33.33
%40

Codes

Color #997566 in popluar color models

997566
RGB153117102
HSL18°20.00%50.00%
HSB/HSV18°33.33%60.00%
CMYK0.00%23.53%33.33%
40.00%

Color #997566 in popluar number systems.

HEX997566
Decimal153117102
Binary1001100111101011100110
Octal231165146

Shades and tints

Shades of #997566

#997566
(153,117,102)
#8C6B5D
(140,107,93)
#7F6154
(127,97,84)
#72574B
(114,87,75)
#654D42
(101,77,66)
#584339
(88,67,57)
#4B3930
(75,57,48)
#3E2F27
(62,47,39)
#31251E
(49,37,30)
#241B15
(36,27,21)
#17110C
(23,17,12)
#000000
(0,0,0)

Tints of #997566

#997566
(153,117,102)
#A28173
(162,129,115)
#AB8D80
(171,141,128)
#B4998D
(180,153,141)
#BDA59A
(189,165,154)
#C6B1A7
(198,177,167)
#CFBDB4
(207,189,180)
#D8C9C1
(216,201,193)
#E1D5CE
(225,213,206)
#EAE1DB
(234,225,219)
#F3EDE8
(243,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997566 color. Also use rgb(153,117,102) instead hex code.

Text Font Color

.myTextColor { color: #997566; }

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

This text font color is #997566.


Background Color

.myBgColor { background-color: #997566; }

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

This div background color is #997566.


Border color

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

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

This div border color is #997566.


Opacity

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

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

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

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

This text has shadow with #997566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997566 on black background.


Color preview on white background

This text has color #997566 on white background.



Black color preview on #997566 background

This text has black color on #997566 background.


White color preview on #997566 background

This text has white color on #997566 background.