Color Hex Logo

#6a532a Color Hex

#6A532A
(106,83,42)
0 Favorites   0 Comments

Color spaces of #6a532a

RGB 1068342
HSL0.110.430.29
HSV38°60°42°
CMYK 0.000.220.60   0.58
XYZ9.45509.41793.5100
Yxy9.41790.42240.4208
Hunter Lab30.68861.289914.7007
CIE-Lab36.77684.188227.3424

#6a532a color RGB value is (106,83,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 01010011 00101010
Octal 152 123 52
Decimal 106 83 42
Hex 6A 53 2A

RGB Percentages of Color #6a532a

%45.89
%35.93
%18.18

CMYK Percentages of Color #6a532a

%0
%22
%60
%58

Triadic Colors of #6a532a

#6a532a #2a6a53 #532a6a

Analogous Colors of #6a532a

#6a532a #616a2a #6a332a

Monochromatic Colors of #6a532a

#6a532a

Complementary Color

#6a532a #2a416a

#6a532a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a532a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a532a Color CSS Codes

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

#6a532a Text Font Color

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

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


#6a532a Background Color

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

This div background color is #6a532a


#6a532a Border Color

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

This div border color is #6a532a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,83,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 #6a532a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a532a


Comments

No comments written yet.

Please login to write comment.