Color Hex Logo

#6a5836 Color Hex

#6A5836
(106,88,54)
0 Favorites   0 Comments

Color spaces of #6a5836

RGB 1068854
HSL0.110.330.31
HSV39°49°42°
CMYK 0.000.170.49   0.58
XYZ10.099410.31004.9478
Yxy10.31000.39830.4066
Hunter Lab32.1092-0.046913.3403
CIE-Lab38.39322.369022.4116

#6a5836 color RGB value is (106,88,54).

#6a5836 hex color red value is 106, green value is 88 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #6a5836 hue: 0.11 , saturation: 0.33 and the lightness value of 6a5836 is 0.31.

The process color (four color CMYK) of #6a5836 color hex is 0.00, 0.17, 0.49, 0.58. Web safe color of #6a5836 is #666633. Color #6a5836 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01011000 00110110
Octal 152 130 66
Decimal 106 88 54
Hex 6A 58 36

RGB Percentages of Color #6a5836

%42.74
%35.48
%21.77

CMYK Percentages of Color #6a5836

%0
%17
%49
%58

Triadic Colors of #6a5836

#6a5836 #366a58 #58366a

Analogous Colors of #6a5836

#6a5836 #626a36 #6a3e36

Monochromatic Colors of #6a5836

#6a5836

Complementary Color

#6a5836 #36486a

#6a5836 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a5836 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a5836 Color CSS Codes

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

#6a5836 Text Font Color

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

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


#6a5836 Background Color

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

This div background color is #6a5836


#6a5836 Border Color

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

This div border color is #6a5836


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a5836


Comments

No comments written yet.

Please login to write comment.