Color Hex Logo

#646215 Color Hex

#646215
(100,98,21)
0 Favorites   0 Comments

Color spaces of #646215

RGB 1009821
HSL0.160.650.24
HSV58°79°39°
CMYK 0.000.020.79   0.61
XYZ9.758611.49882.4146
Yxy11.49880.41220.4858
Hunter Lab33.9099-7.973519.5151
CIE-Lab40.4082-9.010941.0656

#646215 color RGB value is (100,98,21).

#646215 hex color red value is 100, green value is 98 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #646215 hue: 0.16 , saturation: 0.65 and the lightness value of 646215 is 0.24.

The process color (four color CMYK) of #646215 color hex is 0.00, 0.02, 0.79, 0.61. Web safe color of #646215 is #666600. Color #646215 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01100010 00010101
Octal 144 142 25
Decimal 100 98 21
Hex 64 62 15

RGB Percentages of Color #646215

%45.66
%44.75
%9.59

CMYK Percentages of Color #646215

%0
%2
%79
%61

Triadic Colors of #646215

#646215 #156462 #621564

Analogous Colors of #646215

#646215 #3e6415 #643b15

Monochromatic Colors of #646215

#646215

Complementary Color

#646215 #151764

#646215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#646215 Color CSS Codes

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

#646215 Text Font Color

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

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


#646215 Background Color

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

This div background color is #646215


#646215 Border Color

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

This div border color is #646215


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,98,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #646215; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #646215;
  -webkit-box-shadow: 1px 1px 3px 2px #646215;
  box-shadow:         1px 1px 3px 2px #646215; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,98,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646215


Comments

No comments written yet.

Please login to write comment.