Color Hex Logo

#6c394a Color Hex

#6C394A
(108,57,74)
0 Favorites   0 Comments

Color spaces of #6c394a

RGB 1085774
HSL0.940.310.32
HSV340°47°42°
CMYK 0.000.470.31   0.58
XYZ8.88356.60887.2860
Yxy6.60880.39000.2901
Hunter Lab25.707616.69411.1914
CIE-Lab30.899224.7573-0.3362

#6c394a color RGB value is (108,57,74).

#6c394a hex color red value is 108, green value is 57 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #6c394a hue: 0.94 , saturation: 0.31 and the lightness value of 6c394a is 0.32.

The process color (four color CMYK) of #6c394a color hex is 0.00, 0.47, 0.31, 0.58. Web safe color of #6c394a is #663333. Color #6c394a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 00111001 01001010
Octal 154 71 112
Decimal 108 57 74
Hex 6C 39 4A

RGB Percentages of Color #6c394a

%45.19
%23.85
%30.96

CMYK Percentages of Color #6c394a

%0
%47
%31
%58

Triadic Colors of #6c394a

#6c394a #4a6c39 #394a6c

Analogous Colors of #6c394a

#6c394a #6c4239 #6c3964

Monochromatic Colors of #6c394a

#6c394a

Complementary Color

#6c394a #396c5b

#6c394a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c394a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c394a Color CSS Codes

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

#6c394a Text Font Color

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

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


#6c394a Background Color

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

This div background color is #6c394a


#6c394a Border Color

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

This div border color is #6c394a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c394a


Comments

No comments written yet.

Please login to write comment.