Color Hex Logo

#6c221e Color Hex

#6C221E
(108,34,30)
0 Favorites   0 Comments

Color spaces of #6c221e

RGB 1083430
HSL0.010.570.27
HSV72°42°
CMYK 0.000.690.72   0.58
XYZ6.99074.42591.7141
Yxy4.42590.53240.3371
Hunter Lab21.037822.49799.8957
CIE-Lab25.032232.627320.6201

#6c221e color RGB value is (108,34,30).

#6c221e hex color red value is 108, green value is 34 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #6c221e hue: 0.01 , saturation: 0.57 and the lightness value of 6c221e is 0.27.

The process color (four color CMYK) of #6c221e color hex is 0.00, 0.69, 0.72, 0.58. Web safe color of #6c221e is #663333. Color #6c221e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 00100010 00011110
Octal 154 42 36
Decimal 108 34 30
Hex 6C 22 1E

RGB Percentages of Color #6c221e

%62.79
%19.77
%17.44

CMYK Percentages of Color #6c221e

%0
%69
%72
%58

Triadic Colors of #6c221e

#6c221e #1e6c22 #221e6c

Analogous Colors of #6c221e

#6c221e #6c491e #6c1e41

Monochromatic Colors of #6c221e

#6c221e

Complementary Color

#6c221e #1e686c

#6c221e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c221e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c221e Color CSS Codes

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

#6c221e Text Font Color

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

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


#6c221e Background Color

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

This div background color is #6c221e


#6c221e Border Color

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

This div border color is #6c221e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c221e


Comments

No comments written yet.

Please login to write comment.