Color Hex Logo

#664417 Color Hex

#664417
(102,68,23)
0 Favorites   0 Comments

Color spaces of #664417

RGB 1026823
HSL0.090.630.25
HSV34°77°40°
CMYK 0.000.330.77   0.60
XYZ7.70137.02091.7599
Yxy7.02090.46730.4260
Hunter Lab26.49705.511014.6099
CIE-Lab31.854410.091631.9400

#664417 color RGB value is (102,68,23).

#664417 hex color red value is 102, green value is 68 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #664417 hue: 0.09 , saturation: 0.63 and the lightness value of 664417 is 0.25.

The process color (four color CMYK) of #664417 color hex is 0.00, 0.33, 0.77, 0.60. Web safe color of #664417 is #663300. Color #664417 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000100 00010111
Octal 146 104 27
Decimal 102 68 23
Hex 66 44 17

RGB Percentages of Color #664417

%52.85
%35.23
%11.92

CMYK Percentages of Color #664417

%0
%33
%77
%60

Triadic Colors of #664417

#664417 #176644 #441766

Analogous Colors of #664417

#664417 #616617 #661d17

Monochromatic Colors of #664417

#664417

Complementary Color

#664417 #173966

#664417 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664417 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664417 Color CSS Codes

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

#664417 Text Font Color

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

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


#664417 Background Color

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

This div background color is #664417


#664417 Border Color

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

This div border color is #664417


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664417


Comments

No comments written yet.

Please login to write comment.