COLOR #998966

HEX: #998966
RGB: (153,137,102)

Renk bilgisi

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

RGB renk modeli

#998966 color RGB value is (153,137,102).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 137 of 255 = 54%
B 102 of 255 = 40%

153
137
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 137 + 102 = 392 (100%)
R 153 of 392 ~ 39.03%
G 137 of 392 ~ 34.95%
B 102 of 392 ~ 26.02%

%39.03
%34.95
%26.02

CMYK RENK MODELİ

#998966 rengi CMYK tonu (0,10,33,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.46%
  • sarı tonu 33.33%
  • ana renk tonu 40.00%
CMYK:
(0,10,33,40)
C0M10Y33K40 
(0%,10%,33%,40%)
(0.00/0.10/0.33/0.40)	

CMYK yüzdeleri

%0
%10.46
%33.33
%40

Codes

Color #998966 in popluar color models

998966
RGB153137102
HSL41°20.00%50.00%
HSB/HSV41°33.33%60.00%
CMYK0.00%10.46%33.33%
40.00%

Color #998966 in popluar number systems.

HEX998966
Decimal153137102
Binary10011001100010011100110
Octal231211146

Shades and tints

Shades of #998966

#998966
(153,137,102)
#8C7D5D
(140,125,93)
#7F7154
(127,113,84)
#72654B
(114,101,75)
#655942
(101,89,66)
#584D39
(88,77,57)
#4B4130
(75,65,48)
#3E3527
(62,53,39)
#31291E
(49,41,30)
#241D15
(36,29,21)
#17110C
(23,17,12)
#000000
(0,0,0)

Tints of #998966

#998966
(153,137,102)
#A29373
(162,147,115)
#AB9D80
(171,157,128)
#B4A78D
(180,167,141)
#BDB19A
(189,177,154)
#C6BBA7
(198,187,167)
#CFC5B4
(207,197,180)
#D8CFC1
(216,207,193)
#E1D9CE
(225,217,206)
#EAE3DB
(234,227,219)
#F3EDE8
(243,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998966; }

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

This text font color is #998966.


Background Color

.myBgColor { background-color: #998966; }

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

This div background color is #998966.


Border color

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

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

This div border color is #998966.


Opacity

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

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

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

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

This text has shadow with #998966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998966 on black background.


Color preview on white background

This text has color #998966 on white background.



Black color preview on #998966 background

This text has black color on #998966 background.


White color preview on #998966 background

This text has white color on #998966 background.