Color Hex Logo

#6a4329 Color Hex

#6A4329
(106,67,41)
0 Favorites   0 Comments

Color spaces of #6a4329

RGB 1066741
HSL0.070.440.29
HSV24°61°42°
CMYK 0.000.370.61   0.58
XYZ8.35137.23863.0548
Yxy7.23860.44790.3882
Hunter Lab26.90468.323912.1014
CIE-Lab32.344013.904722.5797

#6a4329 color RGB value is (106,67,41).

#6a4329 hex color red value is 106, green value is 67 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #6a4329 hue: 0.07 , saturation: 0.44 and the lightness value of 6a4329 is 0.29.

The process color (four color CMYK) of #6a4329 color hex is 0.00, 0.37, 0.61, 0.58. Web safe color of #6a4329 is #663333. Color #6a4329 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01000011 00101001
Octal 152 103 51
Decimal 106 67 41
Hex 6A 43 29

RGB Percentages of Color #6a4329

%49.53
%31.31
%19.16

CMYK Percentages of Color #6a4329

%0
%37
%61
%58

Triadic Colors of #6a4329

#6a4329 #296a43 #43296a

Analogous Colors of #6a4329

#6a4329 #6a6429 #6a2930

Monochromatic Colors of #6a4329

#6a4329

Complementary Color

#6a4329 #29506a

#6a4329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a4329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a4329 Color CSS Codes

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

#6a4329 Text Font Color

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

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


#6a4329 Background Color

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

This div background color is #6a4329


#6a4329 Border Color

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

This div border color is #6a4329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a4329


Comments

No comments written yet.

Please login to write comment.