Color Hex Logo

#6b644a Color Hex

#6B644A
(107,100,74)
0 Favorites   0 Comments

Color spaces of #6b644a

RGB 10710074
HSL0.130.180.35
HSV47°31°42°
CMYK 0.000.070.31   0.58
XYZ11.856612.73468.3117
Yxy12.73460.36040.3870
Hunter Lab35.6856-3.142811.1704
CIE-Lab42.3606-1.724715.7806

#6b644a color RGB value is (107,100,74).

#6b644a hex color red value is 107, green value is 100 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #6b644a hue: 0.13 , saturation: 0.18 and the lightness value of 6b644a is 0.35.

The process color (four color CMYK) of #6b644a color hex is 0.00, 0.07, 0.31, 0.58. Web safe color of #6b644a is #666633. Color #6b644a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01100100 01001010
Octal 153 144 112
Decimal 107 100 74
Hex 6B 64 4A

RGB Percentages of Color #6b644a

%38.08
%35.59
%26.33

CMYK Percentages of Color #6b644a

%0
%7
%31
%58

Triadic Colors of #6b644a

#6b644a #4a6b64 #644a6b

Analogous Colors of #6b644a

#6b644a #626b4a #6b544a

Monochromatic Colors of #6b644a

#6b644a

Complementary Color

#6b644a #4a516b

#6b644a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b644a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b644a Color CSS Codes

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

#6b644a Text Font Color

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

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


#6b644a Background Color

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

This div background color is #6b644a


#6b644a Border Color

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

This div border color is #6b644a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b644a


Comments

No comments written yet.

Please login to write comment.