Color Hex Logo

#6e695a Color Hex

#6E695A
(110,105,90)
0 Favorites   0 Comments

Color spaces of #6e695a

RGB 11010590
HSL0.130.100.39
HSV45°18°43°
CMYK 0.000.050.18   0.57
XYZ13.327414.156311.7029
Yxy14.15630.34010.3613
Hunter Lab37.6249-2.61567.8957
CIE-Lab44.4563-0.82739.1435

#6e695a color RGB value is (110,105,90).

#6e695a hex color red value is 110, green value is 105 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #6e695a hue: 0.13 , saturation: 0.10 and the lightness value of 6e695a is 0.39.

The process color (four color CMYK) of #6e695a color hex is 0.00, 0.05, 0.18, 0.57. Web safe color of #6e695a is #666666. Color #6e695a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01101001 01011010
Octal 156 151 132
Decimal 110 105 90
Hex 6E 69 5A

RGB Percentages of Color #6e695a

%36.07
%34.43
%29.51

CMYK Percentages of Color #6e695a

%0
%5
%18
%57

Triadic Colors of #6e695a

#6e695a #5a6e69 #695a6e

Analogous Colors of #6e695a

#6e695a #696e5a #6e5f5a

Monochromatic Colors of #6e695a

#6e695a

Complementary Color

#6e695a #5a5f6e

#6e695a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e695a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e695a Color CSS Codes

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

#6e695a Text Font Color

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

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


#6e695a Background Color

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

This div background color is #6e695a


#6e695a Border Color

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

This div border color is #6e695a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e695a


Comments

No comments written yet.

Please login to write comment.