Color Hex Logo

#685635 Color Hex

#685635
(104,86,53)
0 Favorites   0 Comments

Color spaces of #685635

RGB 1048653
HSL0.110.320.31
HSV39°49°41°
CMYK 0.000.170.49   0.59
XYZ9.67939.85574.7603
Yxy9.85570.39840.4057
Hunter Lab31.39380.095812.9854
CIE-Lab37.58222.534221.9265

#685635 color RGB value is (104,86,53).

#685635 hex color red value is 104, green value is 86 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #685635 hue: 0.11 , saturation: 0.32 and the lightness value of 685635 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010110 00110101
Octal 150 126 65
Decimal 104 86 53
Hex 68 56 35

RGB Percentages of Color #685635

%42.80
%35.39
%21.81

CMYK Percentages of Color #685635

%0
%17
%49
%59

Triadic Colors of #685635

#685635 #356856 #563568

Analogous Colors of #685635

#685635 #616835 #683d35

Monochromatic Colors of #685635

#685635

Complementary Color

#685635 #354768

#685635 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685635 Color Preview on White Background

Lorem ipsum dolor sit amet.

#685635 Color CSS Codes

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

#685635 Text Font Color

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

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


#685635 Background Color

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

This div background color is #685635


#685635 Border Color

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

This div border color is #685635


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685635


Comments

No comments written yet.

Please login to write comment.