Color Hex Logo

#6c655a Color Hex

#6C655A
(108,101,90)
0 Favorites   0 Comments

Color spaces of #6c655a

RGB 10810190
HSL0.100.090.39
HSV37°17°42°
CMYK 0.000.060.17   0.58
XYZ12.683513.233711.5587
Yxy13.23370.33840.3531
Hunter Lab36.3782-1.42656.6261
CIE-Lab43.11330.70887.2203

#6c655a color RGB value is (108,101,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 01100101 01011010
Octal 154 145 132
Decimal 108 101 90
Hex 6C 65 5A

RGB Percentages of Color #6c655a

%36.12
%33.78
%30.10

CMYK Percentages of Color #6c655a

%0
%6
%17
%58

Triadic Colors of #6c655a

#6c655a #5a6c65 #655a6c

Analogous Colors of #6c655a

#6c655a #6a6c5a #6c5c5a

Monochromatic Colors of #6c655a

#6c655a

Complementary Color

#6c655a #5a616c

#6c655a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c655a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c655a Color CSS Codes

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

#6c655a Text Font Color

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

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


#6c655a Background Color

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

This div background color is #6c655a


#6c655a Border Color

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

This div border color is #6c655a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c655a

#6c655a Color Palettes


Comments

No comments written yet.

Please login to write comment.