Color Hex Logo

#686319 Color Hex

#686319
(104,99,25)
0 Favorites   0 Comments

Color spaces of #686319

RGB 1049925
HSL0.160.610.25
HSV56°76°41°
CMYK 0.000.050.76   0.59
XYZ10.346211.93692.6785
Yxy11.93690.41450.4782
Hunter Lab34.5498-7.009019.5884
CIE-Lab41.1157-7.452440.3086

#686319 color RGB value is (104,99,25).

#686319 hex color red value is 104, green value is 99 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #686319 hue: 0.16 , saturation: 0.61 and the lightness value of 686319 is 0.25.

The process color (four color CMYK) of #686319 color hex is 0.00, 0.05, 0.76, 0.59. Web safe color of #686319 is #666600. Color #686319 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01100011 00011001
Octal 150 143 31
Decimal 104 99 25
Hex 68 63 19

RGB Percentages of Color #686319

%45.61
%43.42
%10.96

CMYK Percentages of Color #686319

%0
%5
%76
%59

Triadic Colors of #686319

#686319 #196863 #631968

Analogous Colors of #686319

#686319 #466819 #683c19

Monochromatic Colors of #686319

#686319

Complementary Color

#686319 #191e68

#686319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#686319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#686319 Color CSS Codes

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

#686319 Text Font Color

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

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


#686319 Background Color

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

This div background color is #686319


#686319 Border Color

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

This div border color is #686319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #686319


Comments

No comments written yet.

Please login to write comment.