Color Hex Logo

#6a5948 Color Hex

#6A5948
(106,89,72)
0 Favorites   0 Comments

Color spaces of #6a5948

RGB 1068972
HSL0.080.190.35
HSV30°32°42°
CMYK 0.000.160.32   0.58
XYZ10.685910.67687.6285
Yxy10.67680.36860.3683
Hunter Lab32.67541.19339.0307
CIE-Lab39.03074.119212.4307

#6a5948 color RGB value is (106,89,72).

#6a5948 hex color red value is 106, green value is 89 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #6a5948 hue: 0.08 , saturation: 0.19 and the lightness value of 6a5948 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 01011001 01001000
Octal 152 131 110
Decimal 106 89 72
Hex 6A 59 48

RGB Percentages of Color #6a5948

%39.70
%33.33
%26.97

CMYK Percentages of Color #6a5948

%0
%16
%32
%58

Triadic Colors of #6a5948

#6a5948 #486a59 #59486a

Analogous Colors of #6a5948

#6a5948 #6a6a48 #6a4848

Monochromatic Colors of #6a5948

#6a5948

Complementary Color

#6a5948 #48596a

#6a5948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a5948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a5948 Color CSS Codes

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

#6a5948 Text Font Color

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

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


#6a5948 Background Color

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

This div background color is #6a5948


#6a5948 Border Color

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

This div border color is #6a5948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a5948


Comments

No comments written yet.

Please login to write comment.