Color Hex Logo

#684641 Color Hex

#684641
(104,70,65)
0 Favorites   0 Comments

Color spaces of #684641

RGB 1047065
HSL0.020.230.33
HSV38°41°
CMYK 0.000.330.38   0.59
XYZ8.85327.70506.0216
Yxy7.70500.39210.3412
Hunter Lab27.75798.35516.5686
CIE-Lab33.360813.88878.9062

#684641 color RGB value is (104,70,65).

#684641 hex color red value is 104, green value is 70 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #684641 hue: 0.02 , saturation: 0.23 and the lightness value of 684641 is 0.33.

The process color (four color CMYK) of #684641 color hex is 0.00, 0.33, 0.38, 0.59. Web safe color of #684641 is #663333. Color #684641 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01000110 01000001
Octal 150 106 101
Decimal 104 70 65
Hex 68 46 41

RGB Percentages of Color #684641

%43.51
%29.29
%27.20

CMYK Percentages of Color #684641

%0
%33
%38
%59

Triadic Colors of #684641

#684641 #416846 #464168

Analogous Colors of #684641

#684641 #685a41 #684150

Monochromatic Colors of #684641

#684641

Complementary Color

#684641 #416368

#684641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#684641 Color CSS Codes

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

#684641 Text Font Color

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

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


#684641 Background Color

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

This div background color is #684641


#684641 Border Color

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

This div border color is #684641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684641


Comments

No comments written yet.

Please login to write comment.