COLOR #996600

HEX: #996600
RGB: (153,102,0)

Renk bilgisi

#996600 contains only red and green colors. #996600 color is web safe color. It maybe written shortly as #960.

RGB renk modeli

#996600 color RGB value is (153,102,0).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 102 of 255 = 40%
B 0 of 255 = 0%

153
102
0

R + G + B ~ 33%. #996600 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 102 + 0 = 255 (100%)
R 153 of 255 ~ 60%
G 102 of 255 ~ 40%
B 0 of 255 ~ 0%

%60
%40

CMYK RENK MODELİ

#996600 rengi CMYK tonu (0,33,100,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.33%
  • sarı tonu 100.00%
  • ana renk tonu 40.00%
CMYK:
(0,33,100,40)
C0M33Y100K40 
(0%,33%,100%,40%)
(0.00/0.33/1.00/0.40)	

CMYK yüzdeleri

%0
%33.33
%100
%40

Codes

Color #996600 in popluar color models

996600
RGB1531020
HSL40°100.00%30.00%
HSB/HSV40°100.00%60.00%
CMYK0.00%33.33%100.00%
40.00%

Color #996600 in popluar number systems.

HEX996600
Decimal1531020
Binary1001100111001100
Octal2311460

Shades and tints

Shades of #996600

#996600
(153,102,0)
#8C5D00
(140,93,0)
#7F5400
(127,84,0)
#724B00
(114,75,0)
#654200
(101,66,0)
#583900
(88,57,0)
#4B3000
(75,48,0)
#3E2700
(62,39,0)
#311E00
(49,30,0)
#241500
(36,21,0)
#170C00
(23,12,0)
#000000
(0,0,0)

Tints of #996600

#996600
(153,102,0)
#A27317
(162,115,23)
#AB802E
(171,128,46)
#B48D45
(180,141,69)
#BD9A5C
(189,154,92)
#C6A773
(198,167,115)
#CFB48A
(207,180,138)
#D8C1A1
(216,193,161)
#E1CEB8
(225,206,184)
#EADBCF
(234,219,207)
#F3E8E6
(243,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996600; }

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

This text font color is #996600.


Background Color

.myBgColor { background-color: #996600; }

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

This div background color is #996600.


Border color

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

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

This div border color is #996600.


Opacity

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

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

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

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

This text has shadow with #996600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996600 on black background.


Color preview on white background

This text has color #996600 on white background.



Black color preview on #996600 background

This text has black color on #996600 background.


White color preview on #996600 background

This text has white color on #996600 background.