Color Hex Logo

#6d460a Color Hex

#6D460A
(109,70,10)
0 Favorites   0 Comments

Color spaces of #6d460a

RGB 1097010
HSL0.100.830.23
HSV36°91°43°
CMYK 0.000.360.91   0.57
XYZ8.55167.65341.3137
Yxy7.65340.48810.4369
Hunter Lab27.66486.763716.5499
CIE-Lab33.250411.761239.0430

#6d460a color RGB value is (109,70,10).

#6d460a hex color red value is 109, green value is 70 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #6d460a hue: 0.10 , saturation: 0.83 and the lightness value of 6d460a is 0.23.

The process color (four color CMYK) of #6d460a color hex is 0.00, 0.36, 0.91, 0.57. Web safe color of #6d460a is #663300. Color #6d460a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 01000110 00001010
Octal 155 106 12
Decimal 109 70 10
Hex 6D 46 A

RGB Percentages of Color #6d460a

%57.67
%37.04
%5.29

CMYK Percentages of Color #6d460a

%0
%36
%91
%57

Triadic Colors of #6d460a

#6d460a #0a6d46 #460a6d

Analogous Colors of #6d460a

#6d460a #636d0a #6d150a

Monochromatic Colors of #6d460a

#6d460a

Complementary Color

#6d460a #0a316d

#6d460a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d460a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d460a Color CSS Codes

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

#6d460a Text Font Color

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

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


#6d460a Background Color

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

This div background color is #6d460a


#6d460a Border Color

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

This div border color is #6d460a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d460a


Comments

No comments written yet.

Please login to write comment.