Color Hex Logo

#6a4446 Color Hex

#6A4446
(106,68,70)
0 Favorites   0 Comments

Color spaces of #6a4446

RGB 1066870
HSL0.990.220.34
HSV357°36°42°
CMYK 0.000.360.34   0.58
XYZ9.11657.64066.7886
Yxy7.64060.38720.3245
Hunter Lab27.641610.49834.7879
CIE-Lab33.222916.70825.5615

#6a4446 color RGB value is (106,68,70).

#6a4446 hex color red value is 106, green value is 68 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #6a4446 hue: 0.99 , saturation: 0.22 and the lightness value of 6a4446 is 0.34.

The process color (four color CMYK) of #6a4446 color hex is 0.00, 0.36, 0.34, 0.58. Web safe color of #6a4446 is #663333. Color #6a4446 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01000100 01000110
Octal 152 104 106
Decimal 106 68 70
Hex 6A 44 46

RGB Percentages of Color #6a4446

%43.44
%27.87
%28.69

CMYK Percentages of Color #6a4446

%0
%36
%34
%58

Triadic Colors of #6a4446

#6a4446 #466a44 #44466a

Analogous Colors of #6a4446

#6a4446 #6a5544 #6a4459

Monochromatic Colors of #6a4446

#6a4446

Complementary Color

#6a4446 #446a68

#6a4446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a4446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a4446 Color CSS Codes

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

#6a4446 Text Font Color

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

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


#6a4446 Background Color

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

This div background color is #6a4446


#6a4446 Border Color

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

This div border color is #6a4446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a4446


Comments

No comments written yet.

Please login to write comment.