Color Hex Logo

#6a522a Color Hex

#6A522A
(106,82,42)
0 Favorites   0 Comments

Color spaces of #6a522a

RGB 1068242
HSL0.100.430.29
HSV38°60°42°
CMYK 0.000.230.60   0.58
XYZ9.37919.26593.4847
Yxy9.26590.42380.4187
Hunter Lab30.43991.729214.5206
CIE-Lab36.49134.797127.0035

#6a522a color RGB value is (106,82,42).

#6a522a hex color red value is 106, green value is 82 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #6a522a hue: 0.10 , saturation: 0.43 and the lightness value of 6a522a is 0.29.

The process color (four color CMYK) of #6a522a color hex is 0.00, 0.23, 0.60, 0.58. Web safe color of #6a522a is #666633. Color #6a522a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01010010 00101010
Octal 152 122 52
Decimal 106 82 42
Hex 6A 52 2A

RGB Percentages of Color #6a522a

%46.09
%35.65
%18.26

CMYK Percentages of Color #6a522a

%0
%23
%60
%58

Triadic Colors of #6a522a

#6a522a #2a6a52 #522a6a

Analogous Colors of #6a522a

#6a522a #626a2a #6a322a

Monochromatic Colors of #6a522a

#6a522a

Complementary Color

#6a522a #2a426a

#6a522a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a522a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a522a Color CSS Codes

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

#6a522a Text Font Color

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

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


#6a522a Background Color

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

This div background color is #6a522a


#6a522a Border Color

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

This div border color is #6a522a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a522a


Comments

No comments written yet.

Please login to write comment.