Color Hex Logo

#6d5210 Color Hex

#6D5210
(109,82,16)
2 Favorites   0 Comments

Color spaces of #6d5210

RGB 1098216
HSL0.120.740.25
HSV43°85°43°
CMYK 0.000.250.85   0.57
XYZ9.41759.32321.7934
Yxy9.32320.45860.4540
Hunter Lab30.53391.620017.8914
CIE-Lab36.59934.646639.8019

#6d5210 color RGB value is (109,82,16).

#6d5210 hex color red value is 109, green value is 82 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #6d5210 hue: 0.12 , saturation: 0.74 and the lightness value of 6d5210 is 0.25.

The process color (four color CMYK) of #6d5210 color hex is 0.00, 0.25, 0.85, 0.57. Web safe color of #6d5210 is #666600. Color #6d5210 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 01010010 00010000
Octal 155 122 20
Decimal 109 82 16
Hex 6D 52 10

RGB Percentages of Color #6d5210

%52.66
%39.61
%7.73

CMYK Percentages of Color #6d5210

%0
%25
%85
%57

Triadic Colors of #6d5210

#6d5210 #106d52 #52106d

Analogous Colors of #6d5210

#6d5210 #596d10 #6d2410

Monochromatic Colors of #6d5210

#6d5210

Complementary Color

#6d5210 #102b6d

#6d5210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d5210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d5210 Color CSS Codes

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

#6d5210 Text Font Color

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

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


#6d5210 Background Color

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

This div background color is #6d5210


#6d5210 Border Color

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

This div border color is #6d5210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d5210


Comments

No comments written yet.

Please login to write comment.