Color Hex Logo

#6e624a Color Hex

#6E624A
(110,98,74)
0 Favorites   0 Comments

Color spaces of #6e624a

RGB 1109874
HSL0.110.200.36
HSV40°33°43°
CMYK 0.000.110.33   0.57
XYZ12.034112.54488.2657
Yxy12.54480.36640.3819
Hunter Lab35.4186-1.334110.9565
CIE-Lab42.06920.771815.4350

#6e624a color RGB value is (110,98,74).

#6e624a hex color red value is 110, green value is 98 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #6e624a hue: 0.11 , saturation: 0.20 and the lightness value of 6e624a is 0.36.

The process color (four color CMYK) of #6e624a color hex is 0.00, 0.11, 0.33, 0.57. Web safe color of #6e624a is #666633. Color #6e624a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01100010 01001010
Octal 156 142 112
Decimal 110 98 74
Hex 6E 62 4A

RGB Percentages of Color #6e624a

%39.01
%34.75
%26.24

CMYK Percentages of Color #6e624a

%0
%11
%33
%57

Triadic Colors of #6e624a

#6e624a #4a6e62 #624a6e

Analogous Colors of #6e624a

#6e624a #686e4a #6e504a

Monochromatic Colors of #6e624a

#6e624a

Complementary Color

#6e624a #4a566e

#6e624a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e624a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e624a Color CSS Codes

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

#6e624a Text Font Color

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

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


#6e624a Background Color

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

This div background color is #6e624a


#6e624a Border Color

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

This div border color is #6e624a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,98,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e624a


Comments

No comments written yet.

Please login to write comment.