Color Hex Logo

#6f5340 Color Hex

#6F5340
(111,83,64)
0 Favorites   0 Comments

Color spaces of #6f5340

RGB 1118364
HSL0.070.270.34
HSV24°42°44°
CMYK 0.000.250.42   0.56
XYZ10.57429.93626.2110
Yxy9.93620.39570.3718
Hunter Lab31.52174.716110.3828
CIE-Lab37.72778.891915.6446

#6f5340 color RGB value is (111,83,64).

#6f5340 hex color red value is 111, green value is 83 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #6f5340 hue: 0.07 , saturation: 0.27 and the lightness value of 6f5340 is 0.34.

The process color (four color CMYK) of #6f5340 color hex is 0.00, 0.25, 0.42, 0.56. Web safe color of #6f5340 is #666633. Color #6f5340 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 01010011 01000000
Octal 157 123 100
Decimal 111 83 64
Hex 6F 53 40

RGB Percentages of Color #6f5340

%43.02
%32.17
%24.81

CMYK Percentages of Color #6f5340

%0
%25
%42
%56

Triadic Colors of #6f5340

#6f5340 #406f53 #53406f

Analogous Colors of #6f5340

#6f5340 #6f6b40 #6f4045

Monochromatic Colors of #6f5340

#6f5340

Complementary Color

#6f5340 #405c6f

#6f5340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f5340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f5340 Color CSS Codes

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

#6f5340 Text Font Color

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

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


#6f5340 Background Color

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

This div background color is #6f5340


#6f5340 Border Color

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

This div border color is #6f5340


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,83,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6f5340; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6f5340;
  -webkit-box-shadow: 1px 1px 3px 2px #6f5340;
  box-shadow:         1px 1px 3px 2px #6f5340; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,83,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f5340


Comments

No comments written yet.

Please login to write comment.