Color Hex Logo

#664314 Color Hex

#664314
(102,67,20)
0 Favorites   0 Comments

Color spaces of #664314

RGB 1026720
HSL0.100.670.24
HSV34°80°40°
CMYK 0.000.340.80   0.60
XYZ7.61296.88961.5904
Yxy6.88960.47310.4281
Hunter Lab26.24805.837514.7812
CIE-Lab31.554210.554533.1010

#664314 color RGB value is (102,67,20).

#664314 hex color red value is 102, green value is 67 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #664314 hue: 0.10 , saturation: 0.67 and the lightness value of 664314 is 0.24.

The process color (four color CMYK) of #664314 color hex is 0.00, 0.34, 0.80, 0.60. Web safe color of #664314 is #663300. Color #664314 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000011 00010100
Octal 146 103 24
Decimal 102 67 20
Hex 66 43 14

RGB Percentages of Color #664314

%53.97
%35.45
%10.58

CMYK Percentages of Color #664314

%0
%34
%80
%60

Triadic Colors of #664314

#664314 #146643 #431466

Analogous Colors of #664314

#664314 #606614 #661a14

Monochromatic Colors of #664314

#664314

Complementary Color

#664314 #143766

#664314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664314 Color CSS Codes

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

#664314 Text Font Color

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

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


#664314 Background Color

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

This div background color is #664314


#664314 Border Color

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

This div border color is #664314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664314

#664314 Color Palettes


Comments

No comments written yet.

Please login to write comment.