Color Hex Logo

#6e272b Color Hex

#6E272B
(110,39,43)
0 Favorites   0 Comments

Color spaces of #6e272b

RGB 1103943
HSL0.990.480.29
HSV357°65°43°
CMYK 0.000.650.61   0.57
XYZ7.59204.94052.8390
Yxy4.94050.49390.3214
Hunter Lab22.227222.07137.9862
CIE-Lab26.564631.864414.0812

#6e272b color RGB value is (110,39,43).

#6e272b hex color red value is 110, green value is 39 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #6e272b hue: 0.99 , saturation: 0.48 and the lightness value of 6e272b is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 00100111 00101011
Octal 156 47 53
Decimal 110 39 43
Hex 6E 27 2B

RGB Percentages of Color #6e272b

%57.29
%20.31
%22.40

CMYK Percentages of Color #6e272b

%0
%65
%61
%57

Triadic Colors of #6e272b

#6e272b #2b6e27 #272b6e

Analogous Colors of #6e272b

#6e272b #6e4727 #6e274e

Monochromatic Colors of #6e272b

#6e272b

Complementary Color

#6e272b #276e6a

#6e272b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e272b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e272b Color CSS Codes

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

#6e272b Text Font Color

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

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


#6e272b Background Color

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

This div background color is #6e272b


#6e272b Border Color

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

This div border color is #6e272b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e272b


Comments

No comments written yet.

Please login to write comment.