Color Hex Logo

#6c6043 Color Hex

#6C6043
(108,96,67)
0 Favorites   0 Comments

Color spaces of #6c6043

RGB 1089667
HSL0.120.230.34
HSV42°38°42°
CMYK 0.000.110.38   0.58
XYZ11.380311.95917.0187
Yxy11.95910.37490.3939
Hunter Lab34.5819-1.777212.1739
CIE-Lab41.15100.097718.3447

#6c6043 color RGB value is (108,96,67).

#6c6043 hex color red value is 108, green value is 96 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #6c6043 hue: 0.12 , saturation: 0.23 and the lightness value of 6c6043 is 0.34.

The process color (four color CMYK) of #6c6043 color hex is 0.00, 0.11, 0.38, 0.58. Web safe color of #6c6043 is #666633. Color #6c6043 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 01100000 01000011
Octal 154 140 103
Decimal 108 96 67
Hex 6C 60 43

RGB Percentages of Color #6c6043

%39.85
%35.42
%24.72

CMYK Percentages of Color #6c6043

%0
%11
%38
%58

Triadic Colors of #6c6043

#6c6043 #436c60 #60436c

Analogous Colors of #6c6043

#6c6043 #646c43 #6c4c43

Monochromatic Colors of #6c6043

#6c6043

Complementary Color

#6c6043 #434f6c

#6c6043 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c6043 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c6043 Color CSS Codes

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

#6c6043 Text Font Color

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

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


#6c6043 Background Color

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

This div background color is #6c6043


#6c6043 Border Color

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

This div border color is #6c6043


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c6043


Comments

No comments written yet.

Please login to write comment.