Color Hex Logo

#6b604c Color Hex

#6B604C
(107,96,76)
0 Favorites   0 Comments

Color spaces of #6b604c

RGB 1079676
HSL0.110.170.36
HSV39°29°42°
CMYK 0.000.100.29   0.58
XYZ11.550812.01338.5475
Yxy12.01330.35970.3741
Hunter Lab34.6602-1.16889.6407
CIE-Lab41.23730.950813.0489

#6b604c color RGB value is (107,96,76).

#6b604c hex color red value is 107, green value is 96 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #6b604c hue: 0.11 , saturation: 0.17 and the lightness value of 6b604c is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 01100000 01001100
Octal 153 140 114
Decimal 107 96 76
Hex 6B 60 4C

RGB Percentages of Color #6b604c

%38.35
%34.41
%27.24

CMYK Percentages of Color #6b604c

%0
%10
%29
%58

Triadic Colors of #6b604c

#6b604c #4c6b60 #604c6b

Analogous Colors of #6b604c

#6b604c #676b4c #6b514c

Monochromatic Colors of #6b604c

#6b604c

Complementary Color

#6b604c #4c576b

#6b604c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b604c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b604c Color CSS Codes

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

#6b604c Text Font Color

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

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


#6b604c Background Color

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

This div background color is #6b604c


#6b604c Border Color

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

This div border color is #6b604c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,96,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b604c


Comments

No comments written yet.

Please login to write comment.