Color Hex Logo

#6a573d Color Hex

#6A573D
(106,87,61)
0 Favorites   0 Comments

Color spaces of #6a573d

RGB 1068761
HSL0.100.270.33
HSV35°42°42°
CMYK 0.000.180.42   0.58
XYZ10.194410.21755.8497
Yxy10.21750.38820.3891
Hunter Lab31.96480.989811.5251
CIE-Lab38.23003.812518.0334

#6a573d color RGB value is (106,87,61).

#6a573d hex color red value is 106, green value is 87 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #6a573d hue: 0.10 , saturation: 0.27 and the lightness value of 6a573d is 0.33.

The process color (four color CMYK) of #6a573d color hex is 0.00, 0.18, 0.42, 0.58. Web safe color of #6a573d is #666633. Color #6a573d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01010111 00111101
Octal 152 127 75
Decimal 106 87 61
Hex 6A 57 3D

RGB Percentages of Color #6a573d

%41.73
%34.25
%24.02

CMYK Percentages of Color #6a573d

%0
%18
%42
%58

Triadic Colors of #6a573d

#6a573d #3d6a57 #573d6a

Analogous Colors of #6a573d

#6a573d #676a3d #6a413d

Monochromatic Colors of #6a573d

#6a573d

Complementary Color

#6a573d #3d506a

#6a573d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a573d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a573d Color CSS Codes

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

#6a573d Text Font Color

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

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


#6a573d Background Color

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

This div background color is #6a573d


#6a573d Border Color

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

This div border color is #6a573d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a573d


Comments

No comments written yet.

Please login to write comment.