Color Hex Logo

#6f581e Color Hex

#6F581E
(111,88,30)
0 Favorites   0 Comments

Color spaces of #6f581e

RGB 1118830
HSL0.120.570.28
HSV43°73°44°
CMYK 0.000.210.73   0.56
XYZ10.279610.45272.7041
Yxy10.45270.43860.4460
Hunter Lab32.33060.175917.6725
CIE-Lab38.64302.692435.8606

#6f581e color RGB value is (111,88,30).

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

The process color (four color CMYK) of #6f581e color hex is 0.00, 0.21, 0.73, 0.56. Web safe color of #6f581e is #666633. Color #6f581e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 01011000 00011110
Octal 157 130 36
Decimal 111 88 30
Hex 6F 58 1E

RGB Percentages of Color #6f581e

%48.47
%38.43
%13.10

CMYK Percentages of Color #6f581e

%0
%21
%73
%56

Triadic Colors of #6f581e

#6f581e #1e6f58 #581e6f

Analogous Colors of #6f581e

#6f581e #5e6f1e #6f301e

Monochromatic Colors of #6f581e

#6f581e

Complementary Color

#6f581e #1e356f

#6f581e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f581e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f581e Color CSS Codes

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

#6f581e Text Font Color

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

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


#6f581e Background Color

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

This div background color is #6f581e


#6f581e Border Color

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

This div border color is #6f581e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,88,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 #6f581e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f581e


Comments

No comments written yet.

Please login to write comment.