Color Hex Logo

#6c805a Color Hex

#6C805A
(108,128,90)
0 Favorites   0 Comments

Color spaces of #6c805a

RGB 10812890
HSL0.250.170.43
HSV92°30°50°
CMYK 0.160.000.30   0.50
XYZ15.749019.364712.5806
Yxy19.36470.33020.4060
Hunter Lab44.0053-13.126313.8534
CIE-Lab51.1112-14.646418.2974

#6c805a color RGB value is (108,128,90).

#6c805a hex color red value is 108, green value is 128 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #6c805a hue: 0.25 , saturation: 0.17 and the lightness value of 6c805a is 0.43.

The process color (four color CMYK) of #6c805a color hex is 0.16, 0.00, 0.30, 0.50. Web safe color of #6c805a is #669966. Color #6c805a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10000000 01011010
Octal 154 200 132
Decimal 108 128 90
Hex 6C 80 5A

RGB Percentages of Color #6c805a

%33.13
%39.26
%27.61

CMYK Percentages of Color #6c805a

%16
%0
%30
%50

Triadic Colors of #6c805a

#6c805a #5a6c80 #805a6c

Analogous Colors of #6c805a

#6c805a #5a805b #7f805a

Monochromatic Colors of #6c805a

#6c805a

Complementary Color

#6c805a #6e5a80

#6c805a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c805a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c805a Color CSS Codes

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

#6c805a Text Font Color

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

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


#6c805a Background Color

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

This div background color is #6c805a


#6c805a Border Color

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

This div border color is #6c805a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c805a


Comments

No comments written yet.

Please login to write comment.