COLOR #666600

HEX: #666600
RGB: (102,102,0)

Renk bilgisi

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

RGB renk modeli

#666600 color RGB value is (102,102,0).

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

RGB bağlantıları ve doygunluk

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

102
102
0

R + G + B ~ 27%. #666600 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
102 + 102 + 0 = 204 (100%)
R 102 of 204 ~ 50%
G 102 of 204 ~ 50%
B 0 of 204 ~ 0%

%50
%50

CMYK RENK MODELİ

#666600 rengi CMYK tonu (0,0,100,60).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 60.00%
CMYK:
(0,0,100,60)
C0M0Y100K60 
(0%,0%,100%,60%)
(0.00/0.00/1.00/0.60)	

CMYK yüzdeleri

%0
%0
%100
%60

Codes

Color #666600 in popluar color models

666600
RGB1021020
HSL60°100.00%20.00%
HSB/HSV60°100.00%40.00%
CMYK0.00%0.00%100.00%
60.00%

Color #666600 in popluar number systems.

HEX666600
Decimal1021020
Binary110011011001100
Octal1461460

Shades and tints

Shades of #666600

#666600
(102,102,0)
#5D5D00
(93,93,0)
#545400
(84,84,0)
#4B4B00
(75,75,0)
#424200
(66,66,0)
#393900
(57,57,0)
#303000
(48,48,0)
#272700
(39,39,0)
#1E1E00
(30,30,0)
#151500
(21,21,0)
#0C0C00
(12,12,0)
#000000
(0,0,0)

Tints of #666600

#666600
(102,102,0)
#737317
(115,115,23)
#80802E
(128,128,46)
#8D8D45
(141,141,69)
#9A9A5C
(154,154,92)
#A7A773
(167,167,115)
#B4B48A
(180,180,138)
#C1C1A1
(193,193,161)
#CECEB8
(206,206,184)
#DBDBCF
(219,219,207)
#E8E8E6
(232,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666600; }

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

This text font color is #666600.


Background Color

.myBgColor { background-color: #666600; }

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

This div background color is #666600.


Border color

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

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

This div border color is #666600.


Opacity

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

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

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

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

This text has shadow with #666600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666600 on black background.


Color preview on white background

This text has color #666600 on white background.



Black color preview on #666600 background

This text has black color on #666600 background.


White color preview on #666600 background

This text has white color on #666600 background.