Color Hex Logo

#606039 Color Hex

#606039
(96,96,57)
0 Favorites   0 Comments

Color spaces of #606039

RGB 969657
HSL0.170.250.30
HSV60°41°38°
CMYK 0.000.000.41   0.62
XYZ9.745311.14795.5090
Yxy11.14790.36910.4222
Hunter Lab33.3885-6.329913.5893
CIE-Lab39.8285-6.618522.2839

#606039 color RGB value is (96,96,57).

#606039 hex color red value is 96, green value is 96 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #606039 hue: 0.17 , saturation: 0.25 and the lightness value of 606039 is 0.30.

The process color (four color CMYK) of #606039 color hex is 0.00, 0.00, 0.41, 0.62. Web safe color of #606039 is #666633. Color #606039 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100000 00111001
Octal 140 140 71
Decimal 96 96 57
Hex 60 60 39

RGB Percentages of Color #606039

%38.55
%38.55
%22.89

CMYK Percentages of Color #606039

%0
%0
%41
%62

Triadic Colors of #606039

#606039 #396060 #603960

Analogous Colors of #606039

#606039 #4d6039 #604d39

Monochromatic Colors of #606039

#606039

Complementary Color

#606039 #393960

#606039 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606039 Color Preview on White Background

Lorem ipsum dolor sit amet.

#606039 Color CSS Codes

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

#606039 Text Font Color

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

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


#606039 Background Color

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

This div background color is #606039


#606039 Border Color

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

This div border color is #606039


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606039


Comments

No comments written yet.

Please login to write comment.