Color Hex Logo

#6a915d Color Hex

#6A915D
(106,145,93)
0 Favorites   0 Comments

Color spaces of #6a915d

RGB 10614593
HSL0.290.220.47
HSV105°36°57°
CMYK 0.270.000.36   0.43
XYZ18.045024.105314.0576
Yxy24.10530.32100.4289
Hunter Lab49.0971-20.314717.3920
CIE-Lab56.1931-23.806123.3873

#6a915d color RGB value is (106,145,93).

#6a915d hex color red value is 106, green value is 145 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #6a915d hue: 0.29 , saturation: 0.22 and the lightness value of 6a915d is 0.47.

The process color (four color CMYK) of #6a915d color hex is 0.27, 0.00, 0.36, 0.43. Web safe color of #6a915d is #669966. Color #6a915d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10010001 01011101
Octal 152 221 135
Decimal 106 145 93
Hex 6A 91 5D

RGB Percentages of Color #6a915d

%30.81
%42.15
%27.03

CMYK Percentages of Color #6a915d

%27
%0
%36
%43

Triadic Colors of #6a915d

#6a915d #5d6a91 #915d6a

Analogous Colors of #6a915d

#6a915d #5d916a #84915d

Monochromatic Colors of #6a915d

#6a915d

Complementary Color

#6a915d #845d91

#6a915d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a915d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a915d Color CSS Codes

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

#6a915d Text Font Color

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

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


#6a915d Background Color

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

This div background color is #6a915d


#6a915d Border Color

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

This div border color is #6a915d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,145,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a915d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a915d;
  -webkit-box-shadow: 1px 1px 3px 2px #6a915d;
  box-shadow:         1px 1px 3px 2px #6a915d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,145,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a915d


Comments

No comments written yet.

Please login to write comment.