Color Hex Logo

#6e292c Color Hex

#6E292C
(110,41,44)
0 Favorites   0 Comments

Color spaces of #6e292c

RGB 1104144
HSL0.990.460.30
HSV357°63°43°
CMYK 0.000.630.60   0.57
XYZ7.67805.08272.9593
Yxy5.08270.48840.3233
Hunter Lab22.544821.33757.9988
CIE-Lab26.969130.930813.9525

#6e292c color RGB value is (110,41,44).

#6e292c hex color red value is 110, green value is 41 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #6e292c hue: 0.99 , saturation: 0.46 and the lightness value of 6e292c is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 00101001 00101100
Octal 156 51 54
Decimal 110 41 44
Hex 6E 29 2C

RGB Percentages of Color #6e292c

%56.41
%21.03
%22.56

CMYK Percentages of Color #6e292c

%0
%63
%60
%57

Triadic Colors of #6e292c

#6e292c #2c6e29 #292c6e

Analogous Colors of #6e292c

#6e292c #6e4929 #6e294e

Monochromatic Colors of #6e292c

#6e292c

Complementary Color

#6e292c #296e6b

#6e292c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e292c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e292c Color CSS Codes

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

#6e292c Text Font Color

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

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


#6e292c Background Color

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

This div background color is #6e292c


#6e292c Border Color

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

This div border color is #6e292c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e292c


Comments

No comments written yet.

Please login to write comment.