Color Hex Logo

#666011 Color Hex

#666011
(102,96,17)
0 Favorites   0 Comments

Color spaces of #666011

RGB 1029617
HSL0.150.710.23
HSV56°83°40°
CMYK 0.000.060.83   0.60
XYZ9.763511.23102.1835
Yxy11.23100.42120.4846
Hunter Lab33.5127-6.643519.5959
CIE-Lab39.9668-7.069442.1577

#666011 color RGB value is (102,96,17).

#666011 hex color red value is 102, green value is 96 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #666011 hue: 0.15 , saturation: 0.71 and the lightness value of 666011 is 0.23.

The process color (four color CMYK) of #666011 color hex is 0.00, 0.06, 0.83, 0.60. Web safe color of #666011 is #666600. Color #666011 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01100000 00010001
Octal 146 140 21
Decimal 102 96 17
Hex 66 60 11

RGB Percentages of Color #666011

%47.44
%44.65
%7.91

CMYK Percentages of Color #666011

%0
%6
%83
%60

Triadic Colors of #666011

#666011 #116660 #601166

Analogous Colors of #666011

#666011 #426611 #663511

Monochromatic Colors of #666011

#666011

Complementary Color

#666011 #111766

#666011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#666011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#666011 Color CSS Codes

.mybgcolor {background-color:#666011; } 
.myforecolor {color:#666011; }
.mybordercolor {border:3px solid #666011; }

#666011 Text Font Color

<p style="color:#666011">Text here</p>

This sample text font color is #666011
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#666011 Background Color

<div style="background-color:#666011">
Div content here</div>

This div background color is #666011


#666011 Border Color

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

This div border color is #666011


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,96,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #666011; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #666011;
  -webkit-box-shadow: 1px 1px 3px 2px #666011;
  box-shadow:         1px 1px 3px 2px #666011; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,96,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #666011">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #666011;
  -webkit-box-shadow: 1px 1px 3px 2px #666011;
  box-shadow:         1px 1px 3px 2px #666011;">
Div content here</div>

This div box has shadow with color #666011


Comments

No comments written yet.

Please login to write comment.