Color Hex Logo

#6f292e Color Hex

#6F292E
(111,41,46)
0 Favorites   0 Comments

Color spaces of #6f292e

RGB 1114146
HSL0.990.460.30
HSV356°63°44°
CMYK 0.000.630.59   0.56
XYZ7.84165.16263.1680
Yxy5.16260.48490.3192
Hunter Lab22.721421.84167.6382
CIE-Lab27.193131.489712.9571

#6f292e color RGB value is (111,41,46).

#6f292e hex color red value is 111, green value is 41 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #6f292e hue: 0.99 , saturation: 0.46 and the lightness value of 6f292e is 0.30.

The process color (four color CMYK) of #6f292e color hex is 0.00, 0.63, 0.59, 0.56. Web safe color of #6f292e is #663333. Color #6f292e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00101001 00101110
Octal 157 51 56
Decimal 111 41 46
Hex 6F 29 2E

RGB Percentages of Color #6f292e

%56.06
%20.71
%23.23

CMYK Percentages of Color #6f292e

%0
%63
%59
%56

Triadic Colors of #6f292e

#6f292e #2e6f29 #292e6f

Analogous Colors of #6f292e

#6f292e #6f4729 #6f2951

Monochromatic Colors of #6f292e

#6f292e

Complementary Color

#6f292e #296f6a

#6f292e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f292e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f292e Color CSS Codes

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

#6f292e Text Font Color

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

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


#6f292e Background Color

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

This div background color is #6f292e


#6f292e Border Color

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

This div border color is #6f292e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f292e


Comments

No comments written yet.

Please login to write comment.