Color Hex Logo

#6e5c24 Color Hex

#6E5C24
(110,92,36)
0 Favorites   0 Comments

Color spaces of #6e5c24

RGB 1109236
HSL0.130.510.29
HSV45°67°43°
CMYK 0.000.160.67   0.57
XYZ10.576011.09673.2535
Yxy11.09670.42430.4452
Hunter Lab33.3117-1.624217.5274
CIE-Lab39.74290.219434.0462

#6e5c24 color RGB value is (110,92,36).

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

The process color (four color CMYK) of #6e5c24 color hex is 0.00, 0.16, 0.67, 0.57. Web safe color of #6e5c24 is #666633. Color #6e5c24 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01011100 00100100
Octal 156 134 44
Decimal 110 92 36
Hex 6E 5C 24

RGB Percentages of Color #6e5c24

%46.22
%38.66
%15.13

CMYK Percentages of Color #6e5c24

%0
%16
%67
%57

Triadic Colors of #6e5c24

#6e5c24 #246e5c #5c246e

Analogous Colors of #6e5c24

#6e5c24 #5b6e24 #6e3724

Monochromatic Colors of #6e5c24

#6e5c24

Complementary Color

#6e5c24 #24366e

#6e5c24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e5c24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e5c24 Color CSS Codes

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

#6e5c24 Text Font Color

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

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


#6e5c24 Background Color

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

This div background color is #6e5c24


#6e5c24 Border Color

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

This div border color is #6e5c24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e5c24


Comments

No comments written yet.

Please login to write comment.