#81711e

Color #81711E Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #81711E

Tints of Yukon Gold #81711E

Color information

#81711E (or 0x81711E) is unknown color: approx Yukon Gold. HEX triplet: 81, 71 and 1E. RGB value is (129,113,30). Sum of RGB (Red+Green+Blue) = 129+113+30=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 113 (44.53% from 255 or 41.54% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 129 - color contains mainly: red. Hex color #81711E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81711E is #7E8EE1. Grayscale: #6C6C6C. Windows color (decimal): -8294114 or 1995137. OLE color: 1995137.

HSL color Cylindrical-coordinate representation of color #81711E: hue angle of 50.3º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #81711E is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB12911330-
CMYK00.120.770.49
HSL50.3º62.26%31.18%-
HSV(B)50.3º76.74%50.59%-
XYZ15.1916.573.63-
YUV108.3283.8142.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 129 (50.78% from 255) = 47.43%
GREEN value IS 113 (44.53% from 255) = 41.54%
BLUE value IS 30 (12.11% from 255) = 11.03%
R=47.43%
G=41.54%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291133000.120.770.4950.362.2631.18
Hex81711E0C4D31323e1f
Octal2011613601411561627637
Binary1000000111100011111001100100110111000111001011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81711e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81711e; }

 p { color: rgb(129,113,30); }

 H1.HeaderClassName
 {
   color: #81711e;
 }
 .AnyTagClassName
 {
   color: #81711e;
 }
</style>
background-color css

<style>
 a { background-color: #81711e; }

 a { background-color: rgb(129,113,30); }

 div.DivClassName
 {
   background-color: #81711e;
 }
 .BgClassName
 {
   background-color: #81711e;
 }
</style>
border-color css

<style>
 span { border-color: #81711e; }

 span { border-color: rgb(129,113,30); }

 td.TdClassName
 {
   border-color: #81711e;
 }
 .TagClassName
 {
   border-color: #81711e;
 }
</style>