Color Hex Logo

#6e362f Color Hex

#6E362F
(110,54,47)
0 Favorites   0 Comments

Color spaces of #6e362f

RGB 1105447
HSL0.020.400.31
HSV57°43°
CMYK 0.000.510.57   0.57
XYZ8.26276.15863.4426
Yxy6.15860.46250.3448
Hunter Lab24.816516.00299.1467
CIE-Lab29.809124.042215.7393

#6e362f color RGB value is (110,54,47).

#6e362f hex color red value is 110, green value is 54 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #6e362f hue: 0.02 , saturation: 0.40 and the lightness value of 6e362f is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 00110110 00101111
Octal 156 66 57
Decimal 110 54 47
Hex 6E 36 2F

RGB Percentages of Color #6e362f

%52.13
%25.59
%22.27

CMYK Percentages of Color #6e362f

%0
%51
%57
%57

Triadic Colors of #6e362f

#6e362f #2f6e36 #362f6e

Analogous Colors of #6e362f

#6e362f #6e562f #6e2f48

Monochromatic Colors of #6e362f

#6e362f

Complementary Color

#6e362f #2f676e

#6e362f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e362f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e362f Color CSS Codes

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

#6e362f Text Font Color

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

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


#6e362f Background Color

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

This div background color is #6e362f


#6e362f Border Color

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

This div border color is #6e362f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e362f


Comments

No comments written yet.

Please login to write comment.