Color Hex Logo

#6a584d Color Hex

#6A584D
(106,88,77)
0 Favorites   0 Comments

Color spaces of #6a584d

RGB 1068877
HSL0.060.160.36
HSV23°27°42°
CMYK 0.000.170.27   0.58
XYZ10.773110.57948.4954
Yxy10.57940.36090.3544
Hunter Lab32.52602.20147.2824
CIE-Lab38.86285.49749.1295

#6a584d color RGB value is (106,88,77).

#6a584d hex color red value is 106, green value is 88 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #6a584d hue: 0.06 , saturation: 0.16 and the lightness value of 6a584d is 0.36.

The process color (four color CMYK) of #6a584d color hex is 0.00, 0.17, 0.27, 0.58. Web safe color of #6a584d is #666666. Color #6a584d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01011000 01001101
Octal 152 130 115
Decimal 106 88 77
Hex 6A 58 4D

RGB Percentages of Color #6a584d

%39.11
%32.47
%28.41

CMYK Percentages of Color #6a584d

%0
%17
%27
%58

Triadic Colors of #6a584d

#6a584d #4d6a58 #584d6a

Analogous Colors of #6a584d

#6a584d #6a674d #6a4d51

Monochromatic Colors of #6a584d

#6a584d

Complementary Color

#6a584d #4d5f6a

#6a584d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a584d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a584d Color CSS Codes

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

#6a584d Text Font Color

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

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


#6a584d Background Color

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

This div background color is #6a584d


#6a584d Border Color

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

This div border color is #6a584d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a584d

#6a584d Color Palettes


Comments

No comments written yet.

Please login to write comment.