Color Hex Logo

#664422 Color Hex

#664422
(102,68,34)
1 Favorites   0 Comments

Color spaces of #664422

RGB 1026834
HSL0.080.500.27
HSV30°67°40°
CMYK 0.000.330.67   0.60
XYZ7.83537.07452.4659
Yxy7.07450.45090.4071
Hunter Lab26.59796.036713.1218
CIE-Lab31.975910.815726.1320

#664422 color RGB value is (102,68,34). This hex color code is also a web safe color which is equal to #642.

#664422 hex color red value is 102, green value is 68 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #664422 hue: 0.08 , saturation: 0.50 and the lightness value of 664422 is 0.27.

The process color (four color CMYK) of #664422 color hex is 0.00, 0.33, 0.67, 0.60. Web safe color of #664422 is #663333. Color #664422 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000100 00100010
Octal 146 104 42
Decimal 102 68 34
Hex 66 44 22

RGB Percentages of Color #664422

%50.00
%33.33
%16.67

CMYK Percentages of Color #664422

%0
%33
%67
%60

Triadic Colors of #664422

#664422 #226644 #442266

Analogous Colors of #664422

#664422 #666622 #662222

Monochromatic Colors of #664422

#664422

Complementary Color

#664422 #224466

#664422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664422 Color CSS Codes

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

#664422 Text Font Color

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

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


#664422 Background Color

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

This div background color is #664422


#664422 Border Color

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

This div border color is #664422


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664422


Comments

No comments written yet.

Please login to write comment.