Color Hex Logo

#685916 Color Hex

#685916
(104,89,22)
0 Favorites   0 Comments

Color spaces of #685916

RGB 1048922
HSL0.140.650.25
HSV49°79°41°
CMYK 0.000.140.79   0.59
XYZ9.426110.14572.2206
Yxy10.14570.43250.4656
Hunter Lab31.8523-2.917818.1632
CIE-Lab38.1027-1.763238.6376

#685916 color RGB value is (104,89,22).

#685916 hex color red value is 104, green value is 89 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #685916 hue: 0.14 , saturation: 0.65 and the lightness value of 685916 is 0.25.

The process color (four color CMYK) of #685916 color hex is 0.00, 0.14, 0.79, 0.59. Web safe color of #685916 is #666600. Color #685916 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01011001 00010110
Octal 150 131 26
Decimal 104 89 22
Hex 68 59 16

RGB Percentages of Color #685916

%48.37
%41.40
%10.23

CMYK Percentages of Color #685916

%0
%14
%79
%59

Triadic Colors of #685916

#685916 #166859 #591668

Analogous Colors of #685916

#685916 #4e6816 #683016

Monochromatic Colors of #685916

#685916

Complementary Color

#685916 #162568

#685916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#685916 Color CSS Codes

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

#685916 Text Font Color

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

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


#685916 Background Color

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

This div background color is #685916


#685916 Border Color

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

This div border color is #685916


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685916


Comments

No comments written yet.

Please login to write comment.