Color Hex Logo

#817006 Color Hex

#817006
(129,112,6)
0 Favorites   0 Comments

Color spaces of #817006

RGB 1291126
HSL0.140.910.26
HSV52°95°51°
CMYK 0.000.130.95   0.49
XYZ14.880316.26862.5282
Yxy16.26860.44190.4831
Hunter Lab40.3344-4.732224.5177
CIE-Lab47.3249-3.471552.1233

#817006 color RGB value is (129,112,6).

#817006 hex color red value is 129, green value is 112 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #817006 hue: 0.14 , saturation: 0.91 and the lightness value of 817006 is 0.26.

The process color (four color CMYK) of #817006 color hex is 0.00, 0.13, 0.95, 0.49. Web safe color of #817006 is #996600. Color #817006 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110000 00000110
Octal 201 160 6
Decimal 129 112 6
Hex 81 70 6

RGB Percentages of Color #817006

%52.23
%45.34
%2.43

CMYK Percentages of Color #817006

%0
%13
%95
%49

Triadic Colors of #817006

#817006 #068170 #700681

Analogous Colors of #817006

#817006 #558106 #813206

Monochromatic Colors of #817006

#817006

Complementary Color

#817006 #061781

#817006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#817006 Color CSS Codes

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

#817006 Text Font Color

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

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


#817006 Background Color

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

This div background color is #817006


#817006 Border Color

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

This div border color is #817006


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,112,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #817006; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #817006;
  -webkit-box-shadow: 1px 1px 3px 2px #817006;
  box-shadow:         1px 1px 3px 2px #817006; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,112,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817006


Comments

No comments written yet.

Please login to write comment.