Color Hex Logo

#6b622e Color Hex

#6B622E
(107,98,46)
0 Favorites   0 Comments

Color spaces of #6b622e

RGB 1079846
HSL0.140.400.30
HSV51°57°42°
CMYK 0.000.080.57   0.58
XYZ10.924212.05844.3365
Yxy12.05840.39990.4414
Hunter Lab34.7252-4.614816.9035
CIE-Lab41.3088-3.919430.5079

#6b622e color RGB value is (107,98,46).

#6b622e hex color red value is 107, green value is 98 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #6b622e hue: 0.14 , saturation: 0.40 and the lightness value of 6b622e is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 01100010 00101110
Octal 153 142 56
Decimal 107 98 46
Hex 6B 62 2E

RGB Percentages of Color #6b622e

%42.63
%39.04
%18.33

CMYK Percentages of Color #6b622e

%0
%8
%57
%58

Triadic Colors of #6b622e

#6b622e #2e6b62 #622e6b

Analogous Colors of #6b622e

#6b622e #556b2e #6b442e

Monochromatic Colors of #6b622e

#6b622e

Complementary Color

#6b622e #2e376b

#6b622e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b622e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b622e Color CSS Codes

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

#6b622e Text Font Color

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

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


#6b622e Background Color

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

This div background color is #6b622e


#6b622e Border Color

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

This div border color is #6b622e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b622e


Comments

No comments written yet.

Please login to write comment.