Color Hex Logo

#6c862a Color Hex

#6C862A
(108,134,42)
0 Favorites   0 Comments

Color spaces of #6c862a

RGB 10813442
HSL0.210.520.35
HSV77°69°53°
CMYK 0.190.000.69   0.47
XYZ15.127420.40555.3318
Yxy20.40550.37020.4993
Hunter Lab45.1724-19.275524.6226
CIE-Lab52.2926-23.400544.5756

#6c862a color RGB value is (108,134,42).

#6c862a hex color red value is 108, green value is 134 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #6c862a hue: 0.21 , saturation: 0.52 and the lightness value of 6c862a is 0.35.

The process color (four color CMYK) of #6c862a color hex is 0.19, 0.00, 0.69, 0.47. Web safe color of #6c862a is #669933. Color #6c862a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10000110 00101010
Octal 154 206 52
Decimal 108 134 42
Hex 6C 86 2A

RGB Percentages of Color #6c862a

%38.03
%47.18
%14.79

CMYK Percentages of Color #6c862a

%19
%0
%69
%47

Triadic Colors of #6c862a

#6c862a #2a6c86 #862a6c

Analogous Colors of #6c862a

#6c862a #3e862a #86722a

Monochromatic Colors of #6c862a

#6c862a

Complementary Color

#6c862a #442a86

#6c862a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c862a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c862a Color CSS Codes

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

#6c862a Text Font Color

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

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


#6c862a Background Color

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

This div background color is #6c862a


#6c862a Border Color

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

This div border color is #6c862a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c862a


Comments

No comments written yet.

Please login to write comment.