Color Hex Logo

#6e333e Color Hex

#6E333E
(110,51,62)
0 Favorites   0 Comments

Color spaces of #6e333e

RGB 1105162
HSL0.970.370.32
HSV349°54°43°
CMYK 0.000.540.44   0.57
XYZ8.48376.03055.2743
Yxy6.03050.42870.3047
Hunter Lab24.557118.69134.4558
CIE-Lab29.489327.37825.5235

#6e333e color RGB value is (110,51,62).

#6e333e hex color red value is 110, green value is 51 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #6e333e hue: 0.97 , saturation: 0.37 and the lightness value of 6e333e is 0.32.

The process color (four color CMYK) of #6e333e color hex is 0.00, 0.54, 0.44, 0.57. Web safe color of #6e333e is #663333. Color #6e333e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00110011 00111110
Octal 156 63 76
Decimal 110 51 62
Hex 6E 33 3E

RGB Percentages of Color #6e333e

%49.33
%22.87
%27.80

CMYK Percentages of Color #6e333e

%0
%54
%44
%57

Triadic Colors of #6e333e

#6e333e #3e6e33 #333e6e

Analogous Colors of #6e333e

#6e333e #6e4633 #6e335c

Monochromatic Colors of #6e333e

#6e333e

Complementary Color

#6e333e #336e63

#6e333e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e333e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e333e Color CSS Codes

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

#6e333e Text Font Color

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

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


#6e333e Background Color

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

This div background color is #6e333e


#6e333e Border Color

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

This div border color is #6e333e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e333e


Comments

No comments written yet.

Please login to write comment.