Color Hex Logo

#6a5921 Color Hex

#6A5921
(106,89,33)
0 Favorites   0 Comments

Color spaces of #6a5921

RGB 1068933
HSL0.130.530.27
HSV46°69°42°
CMYK 0.000.160.69   0.58
XYZ9.790810.31872.9145
Yxy10.31870.42520.4482
Hunter Lab32.1227-1.809117.1065
CIE-Lab38.4084-0.134133.9806

#6a5921 color RGB value is (106,89,33).

#6a5921 hex color red value is 106, green value is 89 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #6a5921 hue: 0.13 , saturation: 0.53 and the lightness value of 6a5921 is 0.27.

The process color (four color CMYK) of #6a5921 color hex is 0.00, 0.16, 0.69, 0.58. Web safe color of #6a5921 is #666633. Color #6a5921 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01011001 00100001
Octal 152 131 41
Decimal 106 89 33
Hex 6A 59 21

RGB Percentages of Color #6a5921

%46.49
%39.04
%14.47

CMYK Percentages of Color #6a5921

%0
%16
%69
%58

Triadic Colors of #6a5921

#6a5921 #216a59 #59216a

Analogous Colors of #6a5921

#6a5921 #576a21 #6a3521

Monochromatic Colors of #6a5921

#6a5921

Complementary Color

#6a5921 #21326a

#6a5921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a5921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a5921 Color CSS Codes

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

#6a5921 Text Font Color

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

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


#6a5921 Background Color

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

This div background color is #6a5921


#6a5921 Border Color

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

This div border color is #6a5921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a5921


Comments

No comments written yet.

Please login to write comment.