Color Hex Logo

#6f513c Color Hex

#6F513C
(111,81,60)
0 Favorites   0 Comments

Color spaces of #6f513c

RGB 1118160
HSL0.070.300.34
HSV25°46°44°
CMYK 0.000.270.46   0.56
XYZ10.31369.59065.5826
Yxy9.59060.40470.3763
Hunter Lab30.96875.251210.9901
CIE-Lab37.09749.616717.2472

#6f513c color RGB value is (111,81,60).

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

The process color (four color CMYK) of #6f513c color hex is 0.00, 0.27, 0.46, 0.56. Web safe color of #6f513c is #666633. Color #6f513c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 01010001 00111100
Octal 157 121 74
Decimal 111 81 60
Hex 6F 51 3C

RGB Percentages of Color #6f513c

%44.05
%32.14
%23.81

CMYK Percentages of Color #6f513c

%0
%27
%46
%56

Triadic Colors of #6f513c

#6f513c #3c6f51 #513c6f

Analogous Colors of #6f513c

#6f513c #6f6b3c #6f3c41

Monochromatic Colors of #6f513c

#6f513c

Complementary Color

#6f513c #3c5a6f

#6f513c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f513c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f513c Color CSS Codes

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

#6f513c Text Font Color

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

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


#6f513c Background Color

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

This div background color is #6f513c


#6f513c Border Color

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

This div border color is #6f513c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f513c


Comments

No comments written yet.

Please login to write comment.