Color Hex Logo

#685614 Color Hex

#685614
(104,86,20)
0 Favorites   0 Comments

Color spaces of #685614

RGB 1048620
HSL0.130.680.24
HSV47°81°41°
CMYK 0.000.170.81   0.59
XYZ9.16309.64912.0413
Yxy9.64910.43940.4627
Hunter Lab31.0630-1.706117.8479
CIE-Lab37.2051-0.068238.6023

#685614 color RGB value is (104,86,20).

#685614 hex color red value is 104, green value is 86 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #685614 hue: 0.13 , saturation: 0.68 and the lightness value of 685614 is 0.24.

The process color (four color CMYK) of #685614 color hex is 0.00, 0.17, 0.81, 0.59. Web safe color of #685614 is #666600. Color #685614 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010110 00010100
Octal 150 126 24
Decimal 104 86 20
Hex 68 56 14

RGB Percentages of Color #685614

%49.52
%40.95
%9.52

CMYK Percentages of Color #685614

%0
%17
%81
%59

Triadic Colors of #685614

#685614 #146856 #561468

Analogous Colors of #685614

#685614 #506814 #682c14

Monochromatic Colors of #685614

#685614

Complementary Color

#685614 #142668

#685614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#685614 Color CSS Codes

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

#685614 Text Font Color

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

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


#685614 Background Color

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

This div background color is #685614


#685614 Border Color

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

This div border color is #685614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685614


Comments

No comments written yet.

Please login to write comment.