Color Hex Logo

#6c441c Color Hex

#6C441C
(108,68,28)
0 Favorites   0 Comments

Color spaces of #6c441c

RGB 1086828
HSL0.080.590.27
HSV30°74°42°
CMYK 0.000.370.74   0.58
XYZ8.46117.40622.0822
Yxy7.40620.47140.4126
Hunter Lab27.21437.871614.5137
CIE-Lab32.714313.278730.5070

#6c441c color RGB value is (108,68,28).

#6c441c hex color red value is 108, green value is 68 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #6c441c hue: 0.08 , saturation: 0.59 and the lightness value of 6c441c is 0.27.

The process color (four color CMYK) of #6c441c color hex is 0.00, 0.37, 0.74, 0.58. Web safe color of #6c441c is #663333. Color #6c441c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 01000100 00011100
Octal 154 104 34
Decimal 108 68 28
Hex 6C 44 1C

RGB Percentages of Color #6c441c

%52.94
%33.33
%13.73

CMYK Percentages of Color #6c441c

%0
%37
%74
%58

Triadic Colors of #6c441c

#6c441c #1c6c44 #441c6c

Analogous Colors of #6c441c

#6c441c #6c6c1c #6c1c1c

Monochromatic Colors of #6c441c

#6c441c

Complementary Color

#6c441c #1c446c

#6c441c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c441c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c441c Color CSS Codes

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

#6c441c Text Font Color

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

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


#6c441c Background Color

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

This div background color is #6c441c


#6c441c Border Color

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

This div border color is #6c441c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c441c


Comments

No comments written yet.

Please login to write comment.