Color Hex Logo

#6e430a Color Hex

#6E430A
(110,67,10)
0 Favorites   0 Comments

Color spaces of #6e430a

RGB 1106710
HSL0.100.830.24
HSV34°91°43°
CMYK 0.000.390.91   0.57
XYZ8.49237.35121.2585
Yxy7.35120.49660.4298
Hunter Lab27.11318.461416.2271
CIE-Lab32.593414.073838.5620

#6e430a color RGB value is (110,67,10).

#6e430a hex color red value is 110, green value is 67 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #6e430a hue: 0.10 , saturation: 0.83 and the lightness value of 6e430a is 0.24.

The process color (four color CMYK) of #6e430a color hex is 0.00, 0.39, 0.91, 0.57. Web safe color of #6e430a is #663300. Color #6e430a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01000011 00001010
Octal 156 103 12
Decimal 110 67 10
Hex 6E 43 A

RGB Percentages of Color #6e430a

%58.82
%35.83
%5.35

CMYK Percentages of Color #6e430a

%0
%39
%91
%57

Triadic Colors of #6e430a

#6e430a #0a6e43 #430a6e

Analogous Colors of #6e430a

#6e430a #676e0a #6e110a

Monochromatic Colors of #6e430a

#6e430a

Complementary Color

#6e430a #0a356e

#6e430a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e430a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e430a Color CSS Codes

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

#6e430a Text Font Color

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

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


#6e430a Background Color

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

This div background color is #6e430a


#6e430a Border Color

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

This div border color is #6e430a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e430a


Comments

No comments written yet.

Please login to write comment.