Color Hex Logo

#685628 Color Hex

#685628
(104,86,40)
0 Favorites   0 Comments

Color spaces of #685628

RGB 1048640
HSL0.120.440.28
HSV43°62°41°
CMYK 0.000.170.62   0.59
XYZ9.41979.75183.3933
Yxy9.75180.41750.4322
Hunter Lab31.2279-0.805315.4169
CIE-Lab37.39321.242329.1187

#685628 color RGB value is (104,86,40).

#685628 hex color red value is 104, green value is 86 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #685628 hue: 0.12 , saturation: 0.44 and the lightness value of 685628 is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010110 00101000
Octal 150 126 50
Decimal 104 86 40
Hex 68 56 28

RGB Percentages of Color #685628

%45.22
%37.39
%17.39

CMYK Percentages of Color #685628

%0
%17
%62
%59

Triadic Colors of #685628

#685628 #286856 #562868

Analogous Colors of #685628

#685628 #5a6828 #683628

Monochromatic Colors of #685628

#685628

Complementary Color

#685628 #283a68

#685628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#685628 Color CSS Codes

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

#685628 Text Font Color

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

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


#685628 Background Color

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

This div background color is #685628


#685628 Border Color

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

This div border color is #685628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685628


Comments

No comments written yet.

Please login to write comment.