Color Hex Logo

#6e563b Color Hex

#6E563B
(110,86,59)
0 Favorites   0 Comments

Color spaces of #6e563b

RGB 1108659
HSL0.090.300.33
HSV32°46°43°
CMYK 0.000.220.46   0.57
XYZ10.547610.28635.5672
Yxy10.28630.39950.3896
Hunter Lab32.07232.576812.1588
CIE-Lab38.35146.001519.4778

#6e563b color RGB value is (110,86,59).

#6e563b hex color red value is 110, green value is 86 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #6e563b hue: 0.09 , saturation: 0.30 and the lightness value of 6e563b is 0.33.

The process color (four color CMYK) of #6e563b color hex is 0.00, 0.22, 0.46, 0.57. Web safe color of #6e563b is #666633. Color #6e563b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01010110 00111011
Octal 156 126 73
Decimal 110 86 59
Hex 6E 56 3B

RGB Percentages of Color #6e563b

%43.14
%33.73
%23.14

CMYK Percentages of Color #6e563b

%0
%22
%46
%57

Triadic Colors of #6e563b

#6e563b #3b6e56 #563b6e

Analogous Colors of #6e563b

#6e563b #6d6e3b #6e3d3b

Monochromatic Colors of #6e563b

#6e563b

Complementary Color

#6e563b #3b536e

#6e563b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e563b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e563b Color CSS Codes

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

#6e563b Text Font Color

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

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


#6e563b Background Color

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

This div background color is #6e563b


#6e563b Border Color

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

This div border color is #6e563b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e563b


Comments

No comments written yet.

Please login to write comment.