Color Hex Logo

#6d2119 Color Hex

#6D2119
(109,33,25)
0 Favorites   0 Comments

Color spaces of #6d2119

RGB 1093325
HSL0.020.630.26
HSV77°43°
CMYK 0.000.700.77   0.57
XYZ7.02604.40911.4004
Yxy4.40910.54740.3435
Hunter Lab20.997922.980810.7443
CIE-Lab24.980333.203423.7965

#6d2119 color RGB value is (109,33,25).

#6d2119 hex color red value is 109, green value is 33 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #6d2119 hue: 0.02 , saturation: 0.63 and the lightness value of 6d2119 is 0.26.

The process color (four color CMYK) of #6d2119 color hex is 0.00, 0.70, 0.77, 0.57. Web safe color of #6d2119 is #663300. Color #6d2119 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 00100001 00011001
Octal 155 41 31
Decimal 109 33 25
Hex 6D 21 19

RGB Percentages of Color #6d2119

%65.27
%19.76
%14.97

CMYK Percentages of Color #6d2119

%0
%70
%77
%57

Triadic Colors of #6d2119

#6d2119 #196d21 #21196d

Analogous Colors of #6d2119

#6d2119 #6d4b19 #6d193b

Monochromatic Colors of #6d2119

#6d2119

Complementary Color

#6d2119 #19656d

#6d2119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d2119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d2119 Color CSS Codes

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

#6d2119 Text Font Color

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

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


#6d2119 Background Color

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

This div background color is #6d2119


#6d2119 Border Color

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

This div border color is #6d2119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d2119


Comments

No comments written yet.

Please login to write comment.