Color Hex Logo

#6d534b Color Hex

#6D534B
(109,83,75)
0 Favorites   0 Comments

Color spaces of #6d534b

RGB 1098375
HSL0.040.180.36
HSV14°31°43°
CMYK 0.000.240.31   0.57
XYZ10.66999.94578.0140
Yxy9.94570.37270.3474
Hunter Lab31.53685.20287.0092
CIE-Lab37.74489.54148.8475

#6d534b color RGB value is (109,83,75).

#6d534b hex color red value is 109, green value is 83 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #6d534b hue: 0.04 , saturation: 0.18 and the lightness value of 6d534b is 0.36.

The process color (four color CMYK) of #6d534b color hex is 0.00, 0.24, 0.31, 0.57. Web safe color of #6d534b is #666633. Color #6d534b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 01010011 01001011
Octal 155 123 113
Decimal 109 83 75
Hex 6D 53 4B

RGB Percentages of Color #6d534b

%40.82
%31.09
%28.09

CMYK Percentages of Color #6d534b

%0
%24
%31
%57

Triadic Colors of #6d534b

#6d534b #4b6d53 #534b6d

Analogous Colors of #6d534b

#6d534b #6d644b #6d4b54

Monochromatic Colors of #6d534b

#6d534b

Complementary Color

#6d534b #4b656d

#6d534b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d534b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d534b Color CSS Codes

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

#6d534b Text Font Color

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

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


#6d534b Background Color

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

This div background color is #6d534b


#6d534b Border Color

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

This div border color is #6d534b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,83,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6d534b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6d534b;
  -webkit-box-shadow: 1px 1px 3px 2px #6d534b;
  box-shadow:         1px 1px 3px 2px #6d534b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,83,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d534b

#6d534b Color Palettes


Comments

No comments written yet.

Please login to write comment.