Color Hex Logo

#606513 Color Hex

#606513
(96,101,19)
0 Favorites   0 Comments

Color spaces of #606513

RGB 9610119
HSL0.180.680.24
HSV64°81°40°
CMYK 0.050.000.81   0.60
XYZ9.595111.84122.3960
Yxy11.84120.40260.4969
Hunter Lab34.4110-10.446819.9594
CIE-Lab40.9626-12.715642.1661

#606513 color RGB value is (96,101,19).

#606513 hex color red value is 96, green value is 101 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #606513 hue: 0.18 , saturation: 0.68 and the lightness value of 606513 is 0.24.

The process color (four color CMYK) of #606513 color hex is 0.05, 0.00, 0.81, 0.60. Web safe color of #606513 is #666600. Color #606513 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100101 00010011
Octal 140 145 23
Decimal 96 101 19
Hex 60 65 13

RGB Percentages of Color #606513

%44.44
%46.76
%8.80

CMYK Percentages of Color #606513

%5
%0
%81
%60

Triadic Colors of #606513

#606513 #136065 #651360

Analogous Colors of #606513

#606513 #376513 #654113

Monochromatic Colors of #606513

#606513

Complementary Color

#606513 #181365

#606513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#606513 Color CSS Codes

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

#606513 Text Font Color

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

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


#606513 Background Color

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

This div background color is #606513


#606513 Border Color

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

This div border color is #606513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606513


Comments

No comments written yet.

Please login to write comment.