Color Hex Logo

#606619 Color Hex

#606619
(96,102,25)
0 Favorites   0 Comments

Color spaces of #606619

RGB 9610225
HSL0.180.610.25
HSV65°75°40°
CMYK 0.060.000.75   0.60
XYZ9.750712.05972.7335
Yxy12.05970.39730.4914
Hunter Lab34.7271-10.653019.6420
CIE-Lab41.3108-12.964940.2497

#606619 color RGB value is (96,102,25).

#606619 hex color red value is 96, green value is 102 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #606619 hue: 0.18 , saturation: 0.61 and the lightness value of 606619 is 0.25.

The process color (four color CMYK) of #606619 color hex is 0.06, 0.00, 0.75, 0.60. Web safe color of #606619 is #666600. Color #606619 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100110 00011001
Octal 140 146 31
Decimal 96 102 25
Hex 60 66 19

RGB Percentages of Color #606619

%43.05
%45.74
%11.21

CMYK Percentages of Color #606619

%6
%0
%75
%60

Triadic Colors of #606619

#606619 #196066 #661960

Analogous Colors of #606619

#606619 #3a6619 #664619

Monochromatic Colors of #606619

#606619

Complementary Color

#606619 #1f1966

#606619 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606619 Color Preview on White Background

Lorem ipsum dolor sit amet.

#606619 Color CSS Codes

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

#606619 Text Font Color

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

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


#606619 Background Color

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

This div background color is #606619


#606619 Border Color

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

This div border color is #606619


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606619


Comments

No comments written yet.

Please login to write comment.