Color Hex Logo

#664812 Color Hex

#664812
(102,72,18)
0 Favorites   0 Comments

Color spaces of #664812

RGB 1027218
HSL0.110.700.24
HSV39°82°40°
CMYK 0.000.290.82   0.60
XYZ7.90607.50321.6038
Yxy7.50320.46470.4410
Hunter Lab27.39203.583615.7029
CIE-Lab32.92617.372835.3292

#664812 color RGB value is (102,72,18).

#664812 hex color red value is 102, green value is 72 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #664812 hue: 0.11 , saturation: 0.70 and the lightness value of 664812 is 0.24.

The process color (four color CMYK) of #664812 color hex is 0.00, 0.29, 0.82, 0.60. Web safe color of #664812 is #663300. Color #664812 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001000 00010010
Octal 146 110 22
Decimal 102 72 18
Hex 66 48 12

RGB Percentages of Color #664812

%53.13
%37.50
%9.38

CMYK Percentages of Color #664812

%0
%29
%82
%60

Triadic Colors of #664812

#664812 #126648 #481266

Analogous Colors of #664812

#664812 #5a6612 #661e12

Monochromatic Colors of #664812

#664812

Complementary Color

#664812 #123066

#664812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664812 Color CSS Codes

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

#664812 Text Font Color

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

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


#664812 Background Color

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

This div background color is #664812


#664812 Border Color

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

This div border color is #664812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664812


Comments

No comments written yet.

Please login to write comment.