Color Hex Logo

#6e643c Color Hex

#6E643C
(110,100,60)
0 Favorites   0 Comments

Color spaces of #6e643c

RGB 11010060
HSL0.130.290.33
HSV48°45°43°
CMYK 0.000.090.45   0.57
XYZ11.803212.75566.1149
Yxy12.75560.38480.4158
Hunter Lab35.7150-3.510014.8492
CIE-Lab42.3927-2.238524.0868

#6e643c color RGB value is (110,100,60).

#6e643c hex color red value is 110, green value is 100 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #6e643c hue: 0.13 , saturation: 0.29 and the lightness value of 6e643c is 0.33.

The process color (four color CMYK) of #6e643c color hex is 0.00, 0.09, 0.45, 0.57. Web safe color of #6e643c is #666633. Color #6e643c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01100100 00111100
Octal 156 144 74
Decimal 110 100 60
Hex 6E 64 3C

RGB Percentages of Color #6e643c

%40.74
%37.04
%22.22

CMYK Percentages of Color #6e643c

%0
%9
%45
%57

Triadic Colors of #6e643c

#6e643c #3c6e64 #643c6e

Analogous Colors of #6e643c

#6e643c #5f6e3c #6e4b3c

Monochromatic Colors of #6e643c

#6e643c

Complementary Color

#6e643c #3c466e

#6e643c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e643c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e643c Color CSS Codes

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

#6e643c Text Font Color

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

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


#6e643c Background Color

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

This div background color is #6e643c


#6e643c Border Color

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

This div border color is #6e643c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e643c


Comments

No comments written yet.

Please login to write comment.