Color Hex Logo

#84690a Color Hex

#84690A
(132,105,10)
0 Favorites   0 Comments

Color spaces of #84690a

RGB 13210510
HSL0.130.860.28
HSV47°92°52°
CMYK 0.000.200.92   0.48
XYZ14.622115.03062.4177
Yxy15.03060.45590.4687
Hunter Lab38.7693-0.523923.4411
CIE-Lab45.67612.067850.1241

#84690a color RGB value is (132,105,10).

#84690a hex color red value is 132, green value is 105 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #84690a hue: 0.13 , saturation: 0.86 and the lightness value of 84690a is 0.28.

The process color (four color CMYK) of #84690a color hex is 0.00, 0.20, 0.92, 0.48. Web safe color of #84690a is #996600. Color #84690a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101001 00001010
Octal 204 151 12
Decimal 132 105 10
Hex 84 69 A

RGB Percentages of Color #84690a

%53.44
%42.51
%4.05

CMYK Percentages of Color #84690a

%0
%20
%92
%48

Triadic Colors of #84690a

#84690a #0a8469 #690a84

Analogous Colors of #84690a

#84690a #62840a #842c0a

Monochromatic Colors of #84690a

#84690a

Complementary Color

#84690a #0a2584

#84690a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84690a Color Preview on White Background

Lorem ipsum dolor sit amet.

#84690a Color CSS Codes

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

#84690a Text Font Color

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

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


#84690a Background Color

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

This div background color is #84690a


#84690a Border Color

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

This div border color is #84690a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,105,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84690a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84690a;
  -webkit-box-shadow: 1px 1px 3px 2px #84690a;
  box-shadow:         1px 1px 3px 2px #84690a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,105,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 #84690a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84690a


Comments

No comments written yet.

Please login to write comment.