Color Hex Logo

#6c655d Color Hex

#6C655D
(108,101,93)
0 Favorites   0 Comments

Color spaces of #6c655d

RGB 10810193
HSL0.090.070.39
HSV32°14°42°
CMYK 0.000.060.14   0.58
XYZ12.813813.285812.2450
Yxy13.28580.33420.3465
Hunter Lab36.4497-1.03575.5968
CIE-Lab43.19081.24695.5155

#6c655d color RGB value is (108,101,93).

#6c655d hex color red value is 108, green value is 101 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #6c655d hue: 0.09 , saturation: 0.07 and the lightness value of 6c655d is 0.39.

The process color (four color CMYK) of #6c655d color hex is 0.00, 0.06, 0.14, 0.58. Web safe color of #6c655d is #666666. Color #6c655d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 01100101 01011101
Octal 154 145 135
Decimal 108 101 93
Hex 6C 65 5D

RGB Percentages of Color #6c655d

%35.76
%33.44
%30.79

CMYK Percentages of Color #6c655d

%0
%6
%14
%58

Triadic Colors of #6c655d

#6c655d #5d6c65 #655d6c

Analogous Colors of #6c655d

#6c655d #6c6c5d #6c5e5d

Monochromatic Colors of #6c655d

#6c655d

Complementary Color

#6c655d #5d646c

#6c655d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c655d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c655d Color CSS Codes

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

#6c655d Text Font Color

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

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


#6c655d Background Color

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

This div background color is #6c655d


#6c655d Border Color

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

This div border color is #6c655d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c655d


Comments

No comments written yet.

Please login to write comment.