Color Hex Logo

#6f4907 Color Hex

#6F4907
(111,73,7)
0 Favorites   0 Comments

Color spaces of #6f4907

RGB 111737
HSL0.110.880.23
HSV38°94°44°
CMYK 0.000.340.94   0.56
XYZ8.97648.15991.3029
Yxy8.15990.48680.4425
Hunter Lab28.56556.101917.2916
CIE-Lab34.313710.827941.0024

#6f4907 color RGB value is (111,73,7).

#6f4907 hex color red value is 111, green value is 73 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #6f4907 hue: 0.11 , saturation: 0.88 and the lightness value of 6f4907 is 0.23.

The process color (four color CMYK) of #6f4907 color hex is 0.00, 0.34, 0.94, 0.56. Web safe color of #6f4907 is #663300. Color #6f4907 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 01001001 00000111
Octal 157 111 7
Decimal 111 73 7
Hex 6F 49 7

RGB Percentages of Color #6f4907

%58.12
%38.22
%3.66

CMYK Percentages of Color #6f4907

%0
%34
%94
%56

Triadic Colors of #6f4907

#6f4907 #076f49 #49076f

Analogous Colors of #6f4907

#6f4907 #616f07 #6f1507

Monochromatic Colors of #6f4907

#6f4907

Complementary Color

#6f4907 #072d6f

#6f4907 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f4907 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f4907 Color CSS Codes

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

#6f4907 Text Font Color

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

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


#6f4907 Background Color

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

This div background color is #6f4907


#6f4907 Border Color

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

This div border color is #6f4907


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f4907


Comments

No comments written yet.

Please login to write comment.