Color Hex Logo

#6c664e Color Hex

#6C664E
(108,102,78)
0 Favorites   0 Comments

Color spaces of #6c664e

RGB 10810278
HSL0.130.160.36
HSV48°28°42°
CMYK 0.000.060.28   0.58
XYZ12.310913.24099.1146
Yxy13.24090.35510.3820
Hunter Lab36.3880-3.288510.6205
CIE-Lab43.1240-1.864314.4485

#6c664e color RGB value is (108,102,78).

#6c664e hex color red value is 108, green value is 102 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #6c664e hue: 0.13 , saturation: 0.16 and the lightness value of 6c664e is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 01100110 01001110
Octal 154 146 116
Decimal 108 102 78
Hex 6C 66 4E

RGB Percentages of Color #6c664e

%37.50
%35.42
%27.08

CMYK Percentages of Color #6c664e

%0
%6
%28
%58

Triadic Colors of #6c664e

#6c664e #4e6c66 #664e6c

Analogous Colors of #6c664e

#6c664e #636c4e #6c574e

Monochromatic Colors of #6c664e

#6c664e

Complementary Color

#6c664e #4e546c

#6c664e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c664e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c664e Color CSS Codes

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

#6c664e Text Font Color

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

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


#6c664e Background Color

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

This div background color is #6c664e


#6c664e Border Color

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

This div border color is #6c664e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c664e


Comments

No comments written yet.

Please login to write comment.