Color Hex Logo

#664409 Color Hex

#664409
(102,68,9)
0 Favorites   0 Comments

Color spaces of #664409

RGB 102689
HSL0.110.840.22
HSV38°91°40°
CMYK 0.000.330.91   0.60
XYZ7.59596.97871.2051
Yxy6.97870.48140.4423
Hunter Lab26.41725.095015.7874
CIE-Lab31.75849.514237.7712

#664409 color RGB value is (102,68,9).

#664409 hex color red value is 102, green value is 68 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #664409 hue: 0.11 , saturation: 0.84 and the lightness value of 664409 is 0.22.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000100 00001001
Octal 146 104 11
Decimal 102 68 9
Hex 66 44 9

RGB Percentages of Color #664409

%56.98
%37.99
%5.03

CMYK Percentages of Color #664409

%0
%33
%91
%60

Triadic Colors of #664409

#664409 #096644 #440966

Analogous Colors of #664409

#664409 #5a6609 #661609

Monochromatic Colors of #664409

#664409

Complementary Color

#664409 #092b66

#664409 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664409 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664409 Color CSS Codes

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

#664409 Text Font Color

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

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


#664409 Background Color

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

This div background color is #664409


#664409 Border Color

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

This div border color is #664409


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664409


Comments

No comments written yet.

Please login to write comment.