Color Hex Logo

#6e451a Color Hex

#6E451A
(110,69,26)
0 Favorites   0 Comments

Color spaces of #6e451a

RGB 1106926
HSL0.090.620.27
HSV31°76°43°
CMYK 0.000.370.76   0.57
XYZ8.74507.64581.9922
Yxy7.64580.47570.4159
Hunter Lab27.65108.063615.0840
CIE-Lab33.234113.507932.1851

#6e451a color RGB value is (110,69,26).

#6e451a hex color red value is 110, green value is 69 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #6e451a hue: 0.09 , saturation: 0.62 and the lightness value of 6e451a is 0.27.

The process color (four color CMYK) of #6e451a color hex is 0.00, 0.37, 0.76, 0.57. Web safe color of #6e451a is #663333. Color #6e451a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01000101 00011010
Octal 156 105 32
Decimal 110 69 26
Hex 6E 45 1A

RGB Percentages of Color #6e451a

%53.66
%33.66
%12.68

CMYK Percentages of Color #6e451a

%0
%37
%76
%57

Triadic Colors of #6e451a

#6e451a #1a6e45 #451a6e

Analogous Colors of #6e451a

#6e451a #6d6e1a #6e1b1a

Monochromatic Colors of #6e451a

#6e451a

Complementary Color

#6e451a #1a436e

#6e451a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e451a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e451a Color CSS Codes

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

#6e451a Text Font Color

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

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


#6e451a Background Color

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

This div background color is #6e451a


#6e451a Border Color

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

This div border color is #6e451a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e451a


Comments

No comments written yet.

Please login to write comment.