Color Hex Logo

#6d621f Color Hex

#6D621F
(109,98,31)
0 Favorites   0 Comments

Color spaces of #6d621f

RGB 1099831
HSL0.140.560.27
HSV52°72°43°
CMYK 0.000.100.72   0.57
XYZ10.921712.08553.0534
Yxy12.08550.41910.4637
Hunter Lab34.7642-4.758919.1274
CIE-Lab41.3517-4.122938.1194

#6d621f color RGB value is (109,98,31).

#6d621f hex color red value is 109, green value is 98 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #6d621f hue: 0.14 , saturation: 0.56 and the lightness value of 6d621f is 0.27.

The process color (four color CMYK) of #6d621f color hex is 0.00, 0.10, 0.72, 0.57. Web safe color of #6d621f is #666633. Color #6d621f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 01100010 00011111
Octal 155 142 37
Decimal 109 98 31
Hex 6D 62 1F

RGB Percentages of Color #6d621f

%45.80
%41.18
%13.03

CMYK Percentages of Color #6d621f

%0
%10
%72
%57

Triadic Colors of #6d621f

#6d621f #1f6d62 #621f6d

Analogous Colors of #6d621f

#6d621f #516d1f #6d3b1f

Monochromatic Colors of #6d621f

#6d621f

Complementary Color

#6d621f #1f2a6d

#6d621f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d621f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d621f Color CSS Codes

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

#6d621f Text Font Color

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

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


#6d621f Background Color

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

This div background color is #6d621f


#6d621f Border Color

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

This div border color is #6d621f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,98,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6d621f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6d621f;
  -webkit-box-shadow: 1px 1px 3px 2px #6d621f;
  box-shadow:         1px 1px 3px 2px #6d621f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,98,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d621f


Comments

No comments written yet.

Please login to write comment.