Color Hex Logo

#6e690d Color Hex

#6E690D
(110,105,13)
0 Favorites   0 Comments

Color spaces of #6e690d

RGB 11010513
HSL0.160.790.24
HSV57°88°43°
CMYK 0.000.050.88   0.57
XYZ11.554613.44722.3673
Yxy13.44720.42220.4913
Hunter Lab36.6704-7.929121.8418
CIE-Lab43.4295-8.471446.6440

#6e690d color RGB value is (110,105,13).

#6e690d hex color red value is 110, green value is 105 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #6e690d hue: 0.16 , saturation: 0.79 and the lightness value of 6e690d is 0.24.

The process color (four color CMYK) of #6e690d color hex is 0.00, 0.05, 0.88, 0.57. Web safe color of #6e690d is #666600. Color #6e690d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01101001 00001101
Octal 156 151 15
Decimal 110 105 13
Hex 6E 69 D

RGB Percentages of Color #6e690d

%48.25
%46.05
%5.70

CMYK Percentages of Color #6e690d

%0
%5
%88
%57

Triadic Colors of #6e690d

#6e690d #0d6e69 #690d6e

Analogous Colors of #6e690d

#6e690d #436e0d #6e390d

Monochromatic Colors of #6e690d

#6e690d

Complementary Color

#6e690d #0d126e

#6e690d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e690d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e690d Color CSS Codes

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

#6e690d Text Font Color

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

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


#6e690d Background Color

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

This div background color is #6e690d


#6e690d Border Color

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

This div border color is #6e690d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,105,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6e690d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6e690d;
  -webkit-box-shadow: 1px 1px 3px 2px #6e690d;
  box-shadow:         1px 1px 3px 2px #6e690d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e690d


Comments

No comments written yet.

Please login to write comment.