Color Hex Logo

#646601 Color Hex

#646601
(100,102,1)
0 Favorites   0 Comments

Color spaces of #646601

RGB 1001021
HSL0.170.980.20
HSV61°99°40°
CMYK 0.020.000.99   0.60
XYZ10.012412.21431.8586
Yxy12.21430.41570.5071
Hunter Lab34.9490-10.022921.3112
CIE-Lab41.5547-11.940447.7364

#646601 color RGB value is (100,102,1).

#646601 hex color red value is 100, green value is 102 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #646601 hue: 0.17 , saturation: 0.98 and the lightness value of 646601 is 0.20.

The process color (four color CMYK) of #646601 color hex is 0.02, 0.00, 0.99, 0.60. Web safe color of #646601 is #666600. Color #646601 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01100110 00000001
Octal 144 146 1
Decimal 100 102 1
Hex 64 66 1

RGB Percentages of Color #646601

%49.26
%50.25
%0.49

CMYK Percentages of Color #646601

%2
%0
%99
%60

Triadic Colors of #646601

#646601 #016466 #660164

Analogous Colors of #646601

#646601 #316601 #663601

Monochromatic Colors of #646601

#646601

Complementary Color

#646601 #030166

#646601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#646601 Color CSS Codes

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

#646601 Text Font Color

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

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


#646601 Background Color

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

This div background color is #646601


#646601 Border Color

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

This div border color is #646601


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646601


Comments

No comments written yet.

Please login to write comment.