Color Hex Logo

#664321 Color Hex

#664321
(102,67,33)
0 Favorites   0 Comments

Color spaces of #664321

RGB 1026733
HSL0.080.510.26
HSV30°68°40°
CMYK 0.000.340.68   0.60
XYZ7.76126.94892.3711
Yxy6.94890.45440.4068
Hunter Lab26.36086.423113.1195
CIE-Lab31.690311.358726.3742

#664321 color RGB value is (102,67,33).

#664321 hex color red value is 102, green value is 67 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #664321 hue: 0.08 , saturation: 0.51 and the lightness value of 664321 is 0.26.

The process color (four color CMYK) of #664321 color hex is 0.00, 0.34, 0.68, 0.60. Web safe color of #664321 is #663333. Color #664321 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000011 00100001
Octal 146 103 41
Decimal 102 67 33
Hex 66 43 21

RGB Percentages of Color #664321

%50.50
%33.17
%16.34

CMYK Percentages of Color #664321

%0
%34
%68
%60

Triadic Colors of #664321

#664321 #216643 #432166

Analogous Colors of #664321

#664321 #666621 #662122

Monochromatic Colors of #664321

#664321

Complementary Color

#664321 #214466

#664321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664321 Color CSS Codes

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

#664321 Text Font Color

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

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


#664321 Background Color

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

This div background color is #664321


#664321 Border Color

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

This div border color is #664321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664321


Comments

No comments written yet.

Please login to write comment.