Color Hex Logo

#6c670e Color Hex

#6C670E
(108,103,14)
0 Favorites   0 Comments

Color spaces of #6c670e

RGB 10810314
HSL0.160.770.24
HSV57°87°42°
CMYK 0.000.050.87   0.58
XYZ11.113912.92032.3236
Yxy12.92030.42170.4902
Hunter Lab35.9448-7.712421.3287
CIE-Lab42.6429-8.270945.6335

#6c670e color RGB value is (108,103,14).

#6c670e hex color red value is 108, green value is 103 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #6c670e hue: 0.16 , saturation: 0.77 and the lightness value of 6c670e is 0.24.

The process color (four color CMYK) of #6c670e color hex is 0.00, 0.05, 0.87, 0.58. Web safe color of #6c670e is #666600. Color #6c670e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 01100111 00001110
Octal 154 147 16
Decimal 108 103 14
Hex 6C 67 E

RGB Percentages of Color #6c670e

%48.00
%45.78
%6.22

CMYK Percentages of Color #6c670e

%0
%5
%87
%58

Triadic Colors of #6c670e

#6c670e #0e6c67 #670e6c

Analogous Colors of #6c670e

#6c670e #426c0e #6c380e

Monochromatic Colors of #6c670e

#6c670e

Complementary Color

#6c670e #0e136c

#6c670e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c670e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c670e Color CSS Codes

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

#6c670e Text Font Color

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

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


#6c670e Background Color

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

This div background color is #6c670e


#6c670e Border Color

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

This div border color is #6c670e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,103,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c670e


Comments

No comments written yet.

Please login to write comment.