Color Hex Logo

#6c595c Color Hex

#6C595C
(108,89,92)
0 Favorites   0 Comments

Color spaces of #6c595c

RGB 1088992
HSL0.970.100.39
HSV351°18°42°
CMYK 0.000.180.15   0.58
XYZ11.688511.105611.6528
Yxy11.10560.33930.3224
Hunter Lab33.32514.28862.5956
CIE-Lab39.75788.30811.1786

#6c595c color RGB value is (108,89,92).

#6c595c hex color red value is 108, green value is 89 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #6c595c hue: 0.97 , saturation: 0.10 and the lightness value of 6c595c is 0.39.

The process color (four color CMYK) of #6c595c color hex is 0.00, 0.18, 0.15, 0.58. Web safe color of #6c595c is #666666. Color #6c595c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 01011001 01011100
Octal 154 131 134
Decimal 108 89 92
Hex 6C 59 5C

RGB Percentages of Color #6c595c

%37.37
%30.80
%31.83

CMYK Percentages of Color #6c595c

%0
%18
%15
%58

Triadic Colors of #6c595c

#6c595c #5c6c59 #595c6c

Analogous Colors of #6c595c

#6c595c #6c6059 #6c5966

Monochromatic Colors of #6c595c

#6c595c

Complementary Color

#6c595c #596c69

#6c595c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c595c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c595c Color CSS Codes

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

#6c595c Text Font Color

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

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


#6c595c Background Color

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

This div background color is #6c595c


#6c595c Border Color

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

This div border color is #6c595c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c595c


Comments

No comments written yet.

Please login to write comment.