Color Hex Logo

#6f411e Color Hex

#6F411E
(111,65,30)
0 Favorites   0 Comments

Color spaces of #6f411e

RGB 1116530
HSL0.070.570.28
HSV26°73°44°
CMYK 0.000.410.73   0.56
XYZ8.68027.25382.1709
Yxy7.25380.47940.4007
Hunter Lab26.932910.396214.0740
CIE-Lab32.377816.639629.1780

#6f411e color RGB value is (111,65,30).

#6f411e hex color red value is 111, green value is 65 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #6f411e hue: 0.07 , saturation: 0.57 and the lightness value of 6f411e is 0.28.

The process color (four color CMYK) of #6f411e color hex is 0.00, 0.41, 0.73, 0.56. Web safe color of #6f411e is #663333. Color #6f411e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 01000001 00011110
Octal 157 101 36
Decimal 111 65 30
Hex 6F 41 1E

RGB Percentages of Color #6f411e

%53.88
%31.55
%14.56

CMYK Percentages of Color #6f411e

%0
%41
%73
%56

Triadic Colors of #6f411e

#6f411e #1e6f41 #411e6f

Analogous Colors of #6f411e

#6f411e #6f6a1e #6f1e24

Monochromatic Colors of #6f411e

#6f411e

Complementary Color

#6f411e #1e4c6f

#6f411e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f411e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f411e Color CSS Codes

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

#6f411e Text Font Color

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

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


#6f411e Background Color

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

This div background color is #6f411e


#6f411e Border Color

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

This div border color is #6f411e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f411e


Comments

No comments written yet.

Please login to write comment.