Color Hex Logo

#666646 Color Hex

#666646
(102,102,70)
0 Favorites   0 Comments

Color spaces of #666646

RGB 10210270
HSL0.170.190.34
HSV60°31°40°
CMYK 0.000.000.31   0.60
XYZ11.336412.76977.6617
Yxy12.76970.35690.4020
Hunter Lab35.7347-5.908812.3022
CIE-Lab42.4142-5.664118.1448

#666646 color RGB value is (102,102,70).

#666646 hex color red value is 102, green value is 102 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #666646 hue: 0.17 , saturation: 0.19 and the lightness value of 666646 is 0.34.

The process color (four color CMYK) of #666646 color hex is 0.00, 0.00, 0.31, 0.60. Web safe color of #666646 is #666633. Color #666646 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01100110 01000110
Octal 146 146 106
Decimal 102 102 70
Hex 66 66 46

RGB Percentages of Color #666646

%37.23
%37.23
%25.55

CMYK Percentages of Color #666646

%0
%0
%31
%60

Triadic Colors of #666646

#666646 #466666 #664666

Analogous Colors of #666646

#666646 #566646 #665646

Monochromatic Colors of #666646

#666646

Complementary Color

#666646 #464666

#666646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#666646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#666646 Color CSS Codes

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

#666646 Text Font Color

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

This sample text font color is #666646
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.


#666646 Background Color

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

This div background color is #666646


#666646 Border Color

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

This div border color is #666646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #666646


Comments

No comments written yet.

Please login to write comment.