Color Hex Logo

#6e582e Color Hex

#6E582E
(110,88,46)
0 Favorites   0 Comments

Color spaces of #6e582e

RGB 1108846
HSL0.110.410.31
HSV39°58°43°
CMYK 0.000.200.58   0.57
XYZ10.413310.49174.0610
Yxy10.49170.41710.4202
Hunter Lab32.39090.701615.2402
CIE-Lab38.71083.428227.5068

#6e582e color RGB value is (110,88,46).

#6e582e hex color red value is 110, green value is 88 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #6e582e hue: 0.11 , saturation: 0.41 and the lightness value of 6e582e is 0.31.

The process color (four color CMYK) of #6e582e color hex is 0.00, 0.20, 0.58, 0.57. Web safe color of #6e582e is #666633. Color #6e582e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01011000 00101110
Octal 156 130 56
Decimal 110 88 46
Hex 6E 58 2E

RGB Percentages of Color #6e582e

%45.08
%36.07
%18.85

CMYK Percentages of Color #6e582e

%0
%20
%58
%57

Triadic Colors of #6e582e

#6e582e #2e6e58 #582e6e

Analogous Colors of #6e582e

#6e582e #646e2e #6e382e

Monochromatic Colors of #6e582e

#6e582e

Complementary Color

#6e582e #2e446e

#6e582e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e582e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e582e Color CSS Codes

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

#6e582e Text Font Color

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

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


#6e582e Background Color

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

This div background color is #6e582e


#6e582e Border Color

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

This div border color is #6e582e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e582e


Comments

No comments written yet.

Please login to write comment.