Color Hex Logo

#6e2109 Color Hex

#6E2109
(110,33,9)
0 Favorites   0 Comments

Color spaces of #6e2109

RGB 110339
HSL0.040.850.23
HSV14°92°43°
CMYK 0.000.700.92   0.57
XYZ7.02364.42240.7419
Yxy4.42240.57630.3629
Hunter Lab21.029522.815212.6290
CIE-Lab25.021433.002132.5287

#6e2109 color RGB value is (110,33,9).

#6e2109 hex color red value is 110, green value is 33 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #6e2109 hue: 0.04 , saturation: 0.85 and the lightness value of 6e2109 is 0.23.

The process color (four color CMYK) of #6e2109 color hex is 0.00, 0.70, 0.92, 0.57. Web safe color of #6e2109 is #663300. Color #6e2109 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00100001 00001001
Octal 156 41 11
Decimal 110 33 9
Hex 6E 21 9

RGB Percentages of Color #6e2109

%72.37
%21.71
%5.92

CMYK Percentages of Color #6e2109

%0
%70
%92
%57

Triadic Colors of #6e2109

#6e2109 #096e21 #21096e

Analogous Colors of #6e2109

#6e2109 #6e5409 #6e0924

Monochromatic Colors of #6e2109

#6e2109

Complementary Color

#6e2109 #09566e

#6e2109 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e2109 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e2109 Color CSS Codes

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

#6e2109 Text Font Color

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

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


#6e2109 Background Color

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

This div background color is #6e2109


#6e2109 Border Color

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

This div border color is #6e2109


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e2109


Comments

No comments written yet.

Please login to write comment.