Color Hex Logo

#a6761d Color Hex

#A6761D
(166,118,29)
0 Favorites   0 Comments

Color spaces of #a6761d

RGB 16611829
HSL0.110.700.38
HSV39°83°65°
CMYK 0.000.290.83   0.35
XYZ22.426121.15264.0633
Yxy21.15260.47070.4440
Hunter Lab45.99206.552326.9562
CIE-Lab53.116111.050252.3309

#a6761d color RGB value is (166,118,29).

#a6761d hex color red value is 166, green value is 118 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #a6761d hue: 0.11 , saturation: 0.70 and the lightness value of a6761d is 0.38.

The process color (four color CMYK) of #a6761d color hex is 0.00, 0.29, 0.83, 0.35. Web safe color of #a6761d is #996633. Color #a6761d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110110 00011101
Octal 246 166 35
Decimal 166 118 29
Hex A6 76 1D

RGB Percentages of Color #a6761d

%53.04
%37.70
%9.27

CMYK Percentages of Color #a6761d

%0
%29
%83
%35

Triadic Colors of #a6761d

#a6761d #1da676 #761da6

Analogous Colors of #a6761d

#a6761d #92a61d #a6321d

Monochromatic Colors of #a6761d

#a6761d

Complementary Color

#a6761d #1d4da6

#a6761d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6761d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6761d Color CSS Codes

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

#a6761d Text Font Color

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

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


#a6761d Background Color

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

This div background color is #a6761d


#a6761d Border Color

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

This div border color is #a6761d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,118,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a6761d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a6761d;
  -webkit-box-shadow: 1px 1px 3px 2px #a6761d;
  box-shadow:         1px 1px 3px 2px #a6761d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,118,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6761d


Comments

No comments written yet.

Please login to write comment.