Color Hex Logo

#6b5947 Color Hex

#6B5947
(107,89,71)
0 Favorites   0 Comments

Color spaces of #6b5947

RGB 1078971
HSL0.080.200.35
HSV30°34°42°
CMYK 0.000.170.34   0.58
XYZ10.773110.72557.4637
Yxy10.72550.37200.3703
Hunter Lab32.74981.40579.4126
CIE-Lab39.11424.413813.1728

#6b5947 color RGB value is (107,89,71).

#6b5947 hex color red value is 107, green value is 89 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #6b5947 hue: 0.08 , saturation: 0.20 and the lightness value of 6b5947 is 0.35.

The process color (four color CMYK) of #6b5947 color hex is 0.00, 0.17, 0.34, 0.58. Web safe color of #6b5947 is #666633. Color #6b5947 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01011001 01000111
Octal 153 131 107
Decimal 107 89 71
Hex 6B 59 47

RGB Percentages of Color #6b5947

%40.07
%33.33
%26.59

CMYK Percentages of Color #6b5947

%0
%17
%34
%58

Triadic Colors of #6b5947

#6b5947 #476b59 #59476b

Analogous Colors of #6b5947

#6b5947 #6b6b47 #6b4747

Monochromatic Colors of #6b5947

#6b5947

Complementary Color

#6b5947 #47596b

#6b5947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b5947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b5947 Color CSS Codes

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

#6b5947 Text Font Color

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

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


#6b5947 Background Color

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

This div background color is #6b5947


#6b5947 Border Color

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

This div border color is #6b5947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b5947


Comments

No comments written yet.

Please login to write comment.