Color Hex Logo

#616506 Color Hex

#616506
(97,101,6)
0 Favorites   0 Comments

Color spaces of #616506

RGB 971016
HSL0.170.890.21
HSV63°94°40°
CMYK 0.040.000.94   0.60
XYZ9.616311.86191.9550
Yxy11.86190.41040.5062
Hunter Lab34.4411-10.433020.7433
CIE-Lab40.9958-12.687345.8974

#616506 color RGB value is (97,101,6).

#616506 hex color red value is 97, green value is 101 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #616506 hue: 0.17 , saturation: 0.89 and the lightness value of 616506 is 0.21.

The process color (four color CMYK) of #616506 color hex is 0.04, 0.00, 0.94, 0.60. Web safe color of #616506 is #666600. Color #616506 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01100101 00000110
Octal 141 145 6
Decimal 97 101 6
Hex 61 65 6

RGB Percentages of Color #616506

%47.55
%49.51
%2.94

CMYK Percentages of Color #616506

%4
%0
%94
%60

Triadic Colors of #616506

#616506 #066165 #650661

Analogous Colors of #616506

#616506 #326506 #653a06

Monochromatic Colors of #616506

#616506

Complementary Color

#616506 #0a0665

#616506 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616506 Color Preview on White Background

Lorem ipsum dolor sit amet.

#616506 Color CSS Codes

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

#616506 Text Font Color

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

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


#616506 Background Color

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

This div background color is #616506


#616506 Border Color

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

This div border color is #616506


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,101,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #616506; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #616506;
  -webkit-box-shadow: 1px 1px 3px 2px #616506;
  box-shadow:         1px 1px 3px 2px #616506; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,101,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616506


Comments

No comments written yet.

Please login to write comment.