COLOR #6D6600

HEX: #6D6600
RGB: (109,102,0)

Renk bilgisi

#6D6600 contains only red and green colors. #6D6600 ‘ nin web güvenlik rengi #666600 (ya da #660) dir.

RGB renk modeli

#6D6600 color RGB value is (109,102,0).

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

RGB bağlantıları ve doygunluk

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

109
102
0

R + G + B ~ 28%. #6D6600 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 102 + 0 = 211 (100%)
R 109 of 211 ~ 51.66%
G 102 of 211 ~ 48.34%
B 0 of 211 ~ 0%

%51.66
%48.34

CMYK RENK MODELİ

#6D6600 rengi CMYK tonu (0,6,100,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.42%
  • sarı tonu 100.00%
  • ana renk tonu 57.25%
CMYK:
(0,6,100,57)
C0M6Y100K57 
(0%,6%,100%,57%)
(0.00/0.06/1.00/0.57)	

CMYK yüzdeleri

%0
%6.42
%100
%57.25

Codes

Color #6D6600 in popluar color models

6D6600
RGB1091020
HSL56°100.00%21.37%
HSB/HSV56°100.00%42.75%
CMYK0.00%6.42%100.00%
57.25%

Color #6D6600 in popluar number systems.

HEX6D6600
Decimal1091020
Binary110110111001100
Octal1551460

Shades and tints

Shades of #6D6600

#6D6600
(109,102,0)
#645D00
(100,93,0)
#5B5400
(91,84,0)
#524B00
(82,75,0)
#494200
(73,66,0)
#403900
(64,57,0)
#373000
(55,48,0)
#2E2700
(46,39,0)
#251E00
(37,30,0)
#1C1500
(28,21,0)
#130C00
(19,12,0)
#000000
(0,0,0)

Tints of #6D6600

#6D6600
(109,102,0)
#7A7317
(122,115,23)
#87802E
(135,128,46)
#948D45
(148,141,69)
#A19A5C
(161,154,92)
#AEA773
(174,167,115)
#BBB48A
(187,180,138)
#C8C1A1
(200,193,161)
#D5CEB8
(213,206,184)
#E2DBCF
(226,219,207)
#EFE8E6
(239,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6600; }

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

This text font color is #6D6600.


Background Color

.myBgColor { background-color: #6D6600; }

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

This div background color is #6D6600.


Border color

.myBorderColor { border: 1px solid #6D6600; }

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

This div border color is #6D6600.


Opacity

.myOpacity80 { color: #6D6600; opacity: 0.8; }

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

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

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

This text has shadow with #6D6600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6600 on black background.


Color preview on white background

This text has color #6D6600 on white background.



Black color preview on #6D6600 background

This text has black color on #6D6600 background.


White color preview on #6D6600 background

This text has white color on #6D6600 background.