Color Hex Logo

#6e632e Color Hex

#6E632E
(110,99,46)
0 Favorites   0 Comments

Color spaces of #6e632e

RGB 1109946
HSL0.140.410.31
HSV50°58°43°
CMYK 0.000.100.58   0.57
XYZ11.385412.43594.3851
Yxy12.43590.40360.4409
Hunter Lab35.2646-4.083117.3126
CIE-Lab41.9007-3.096731.2742

#6e632e color RGB value is (110,99,46).

#6e632e hex color red value is 110, green value is 99 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #6e632e hue: 0.14 , saturation: 0.41 and the lightness value of 6e632e is 0.31.

The process color (four color CMYK) of #6e632e color hex is 0.00, 0.10, 0.58, 0.57. Web safe color of #6e632e is #666633. Color #6e632e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01100011 00101110
Octal 156 143 56
Decimal 110 99 46
Hex 6E 63 2E

RGB Percentages of Color #6e632e

%43.14
%38.82
%18.04

CMYK Percentages of Color #6e632e

%0
%10
%58
%57

Triadic Colors of #6e632e

#6e632e #2e6e63 #632e6e

Analogous Colors of #6e632e

#6e632e #596e2e #6e432e

Monochromatic Colors of #6e632e

#6e632e

Complementary Color

#6e632e #2e396e

#6e632e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e632e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e632e Color CSS Codes

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

#6e632e Text Font Color

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

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


#6e632e Background Color

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

This div background color is #6e632e


#6e632e Border Color

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

This div border color is #6e632e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e632e


Comments

No comments written yet.

Please login to write comment.