Color Hex Logo

#685647 Color Hex

#685647
(104,86,71)
0 Favorites   0 Comments

Color spaces of #685647

RGB 1048671
HSL0.080.190.34
HSV27°32°41°
CMYK 0.000.170.32   0.59
XYZ10.174010.05367.3655
Yxy10.05360.36870.3644
Hunter Lab31.70741.78768.4224
CIE-Lab37.93854.910511.5061

#685647 color RGB value is (104,86,71).

#685647 hex color red value is 104, green value is 86 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #685647 hue: 0.08 , saturation: 0.19 and the lightness value of 685647 is 0.34.

The process color (four color CMYK) of #685647 color hex is 0.00, 0.17, 0.32, 0.59. Web safe color of #685647 is #666633. Color #685647 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010110 01000111
Octal 150 126 107
Decimal 104 86 71
Hex 68 56 47

RGB Percentages of Color #685647

%39.85
%32.95
%27.20

CMYK Percentages of Color #685647

%0
%17
%32
%59

Triadic Colors of #685647

#685647 #476856 #564768

Analogous Colors of #685647

#685647 #686747 #684749

Monochromatic Colors of #685647

#685647

Complementary Color

#685647 #475968

#685647 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685647 Color Preview on White Background

Lorem ipsum dolor sit amet.

#685647 Color CSS Codes

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

#685647 Text Font Color

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

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


#685647 Background Color

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

This div background color is #685647


#685647 Border Color

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

This div border color is #685647


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685647


Comments

No comments written yet.

Please login to write comment.