Color Hex Logo

#606841 Color Hex

#606841
(96,104,65)
0 Favorites   0 Comments

Color spaces of #606841

RGB 9610465
HSL0.200.230.33
HSV72°38°41°
CMYK 0.080.000.38   0.59
XYZ10.728312.76916.9003
Yxy12.76910.35290.4201
Hunter Lab35.7339-8.943613.5647
CIE-Lab42.4133-10.142020.9744

#606841 color RGB value is (96,104,65).

#606841 hex color red value is 96, green value is 104 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #606841 hue: 0.20 , saturation: 0.23 and the lightness value of 606841 is 0.33.

The process color (four color CMYK) of #606841 color hex is 0.08, 0.00, 0.38, 0.59. Web safe color of #606841 is #666633. Color #606841 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101000 01000001
Octal 140 150 101
Decimal 96 104 65
Hex 60 68 41

RGB Percentages of Color #606841

%36.23
%39.25
%24.53

CMYK Percentages of Color #606841

%8
%0
%38
%59

Triadic Colors of #606841

#606841 #416068 #684160

Analogous Colors of #606841

#606841 #4d6841 #685d41

Monochromatic Colors of #606841

#606841

Complementary Color

#606841 #494168

#606841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#606841 Color CSS Codes

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

#606841 Text Font Color

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

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


#606841 Background Color

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

This div background color is #606841


#606841 Border Color

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

This div border color is #606841


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606841


Comments

No comments written yet.

Please login to write comment.