Color Hex Logo

#6e640d Color Hex

#6E640D
(110,100,13)
0 Favorites   0 Comments

Color spaces of #6e640d

RGB 11010013
HSL0.150.790.24
HSV54°88°43°
CMYK 0.000.090.88   0.57
XYZ11.060212.45842.2025
Yxy12.45840.43000.4844
Hunter Lab35.2965-5.835621.0078
CIE-Lab41.9356-5.616545.3950

#6e640d color RGB value is (110,100,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 01100100 00001101
Octal 156 144 15
Decimal 110 100 13
Hex 6E 64 D

RGB Percentages of Color #6e640d

%49.33
%44.84
%5.83

CMYK Percentages of Color #6e640d

%0
%9
%88
%57

Triadic Colors of #6e640d

#6e640d #0d6e64 #640d6e

Analogous Colors of #6e640d

#6e640d #486e0d #6e340d

Monochromatic Colors of #6e640d

#6e640d

Complementary Color

#6e640d #0d176e

#6e640d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e640d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e640d Color CSS Codes

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

#6e640d Text Font Color

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

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


#6e640d Background Color

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

This div background color is #6e640d


#6e640d Border Color

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

This div border color is #6e640d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,100,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 #6e640d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e640d


Comments

No comments written yet.

Please login to write comment.