Color Hex Logo

#6a682b Color Hex

#6A682B
(106,104,43)
0 Favorites   0 Comments

Color spaces of #6a682b

RGB 10610443
HSL0.160.420.29
HSV58°59°42°
CMYK 0.000.020.59   0.58
XYZ11.330213.13924.2245
Yxy13.13920.39490.4579
Hunter Lab36.2480-7.639618.4637
CIE-Lab42.9722-8.114433.9690

#6a682b color RGB value is (106,104,43).

#6a682b hex color red value is 106, green value is 104 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #6a682b hue: 0.16 , saturation: 0.42 and the lightness value of 6a682b is 0.29.

The process color (four color CMYK) of #6a682b color hex is 0.00, 0.02, 0.59, 0.58. Web safe color of #6a682b is #666633. Color #6a682b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01101000 00101011
Octal 152 150 53
Decimal 106 104 43
Hex 6A 68 2B

RGB Percentages of Color #6a682b

%41.90
%41.11
%17.00

CMYK Percentages of Color #6a682b

%0
%2
%59
%58

Triadic Colors of #6a682b

#6a682b #2b6a68 #682b6a

Analogous Colors of #6a682b

#6a682b #4d6a2b #6a492b

Monochromatic Colors of #6a682b

#6a682b

Complementary Color

#6a682b #2b2d6a

#6a682b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a682b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a682b Color CSS Codes

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

#6a682b Text Font Color

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

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


#6a682b Background Color

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

This div background color is #6a682b


#6a682b Border Color

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

This div border color is #6a682b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a682b


Comments

No comments written yet.

Please login to write comment.