Color Hex Logo

#6a531e Color Hex

#6A531E
(106,83,30)
0 Favorites   0 Comments

Color spaces of #6a531e

RGB 1068330
HSL0.120.560.27
HSV42°72°42°
CMYK 0.000.220.72   0.58
XYZ9.27159.34442.5433
Yxy9.34440.43820.4416
Hunter Lab30.56860.644216.4651
CIE-Lab36.63913.273033.5861

#6a531e color RGB value is (106,83,30).

#6a531e hex color red value is 106, green value is 83 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #6a531e hue: 0.12 , saturation: 0.56 and the lightness value of 6a531e is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 01010011 00011110
Octal 152 123 36
Decimal 106 83 30
Hex 6A 53 1E

RGB Percentages of Color #6a531e

%48.40
%37.90
%13.70

CMYK Percentages of Color #6a531e

%0
%22
%72
%58

Triadic Colors of #6a531e

#6a531e #1e6a53 #531e6a

Analogous Colors of #6a531e

#6a531e #5b6a1e #6a2d1e

Monochromatic Colors of #6a531e

#6a531e

Complementary Color

#6a531e #1e356a

#6a531e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a531e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a531e Color CSS Codes

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

#6a531e Text Font Color

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

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


#6a531e Background Color

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

This div background color is #6a531e


#6a531e Border Color

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

This div border color is #6a531e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a531e


Comments

No comments written yet.

Please login to write comment.