Color Hex Logo

#6e1522 Color Hex

#6E1522
(110,21,34)
0 Favorites   0 Comments

Color spaces of #6e1522

RGB 1102134
HSL0.980.680.26
HSV351°81°43°
CMYK 0.000.810.69   0.57
XYZ6.98733.96681.9108
Yxy3.96680.54310.3083
Hunter Lab19.916827.76768.2536
CIE-Lab23.561438.933216.2358

#6e1522 color RGB value is (110,21,34).

#6e1522 hex color red value is 110, green value is 21 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #6e1522 hue: 0.98 , saturation: 0.68 and the lightness value of 6e1522 is 0.26.

The process color (four color CMYK) of #6e1522 color hex is 0.00, 0.81, 0.69, 0.57. Web safe color of #6e1522 is #660033. Color #6e1522 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00010101 00100010
Octal 156 25 42
Decimal 110 21 34
Hex 6E 15 22

RGB Percentages of Color #6e1522

%66.67
%12.73
%20.61

CMYK Percentages of Color #6e1522

%0
%81
%69
%57

Triadic Colors of #6e1522

#6e1522 #226e15 #15226e

Analogous Colors of #6e1522

#6e1522 #6e3515 #6e154f

Monochromatic Colors of #6e1522

#6e1522

Complementary Color

#6e1522 #156e61

#6e1522 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e1522 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e1522 Color CSS Codes

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

#6e1522 Text Font Color

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

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


#6e1522 Background Color

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

This div background color is #6e1522


#6e1522 Border Color

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

This div border color is #6e1522


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e1522


Comments

No comments written yet.

Please login to write comment.