Color Hex Logo

#69682e Color Hex

#69682E
(105,104,46)
0 Favorites   0 Comments

Color spaces of #69682e

RGB 10510446
HSL0.160.390.30
HSV59°56°41°
CMYK 0.000.010.56   0.59
XYZ11.269213.10114.5196
Yxy13.10110.39010.4535
Hunter Lab36.1954-7.767317.9335
CIE-Lab42.9152-8.310932.3295

#69682e color RGB value is (105,104,46).

#69682e hex color red value is 105, green value is 104 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #69682e hue: 0.16 , saturation: 0.39 and the lightness value of 69682e is 0.30.

The process color (four color CMYK) of #69682e color hex is 0.00, 0.01, 0.56, 0.59. Web safe color of #69682e is #666633. Color #69682e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101000 00101110
Octal 151 150 56
Decimal 105 104 46
Hex 69 68 2E

RGB Percentages of Color #69682e

%41.18
%40.78
%18.04

CMYK Percentages of Color #69682e

%0
%1
%56
%59

Triadic Colors of #69682e

#69682e #2e6968 #682e69

Analogous Colors of #69682e

#69682e #4d692e #694b2e

Monochromatic Colors of #69682e

#69682e

Complementary Color

#69682e #2e2f69

#69682e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69682e Color Preview on White Background

Lorem ipsum dolor sit amet.

#69682e Color CSS Codes

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

#69682e Text Font Color

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

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


#69682e Background Color

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

This div background color is #69682e


#69682e Border Color

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

This div border color is #69682e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,104,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #69682e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #69682e;
  -webkit-box-shadow: 1px 1px 3px 2px #69682e;
  box-shadow:         1px 1px 3px 2px #69682e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69682e


Comments

No comments written yet.

Please login to write comment.