#816E2C

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

Shades of Yukon Gold #816E2C

Tints of Yukon Gold #816E2C

Color information

#816E2C (or 0x816E2C) is unknown color: approx Yukon Gold. HEX triplet: 81, 6E and 2C. RGB value is (129,110,44). Sum of RGB (Red+Green+Blue) = 129+110+44=283 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.58% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 129 - color contains mainly: red. Hex color #816E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816E2C is #7E91D3. Grayscale: #6C6C6C. Windows color (decimal): -8294868 or 2911873. OLE color: 2911873.

HSL color Cylindrical-coordinate representation of color #816E2C: hue angle of 46.59º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #816E2C is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB12911044-
CMYK00.150.660.49
HSL46.59º49.13%33.92%-
HSV(B)46.59º65.89%50.59%-
XYZ15.08164.68-
YUV108.1691.79142.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.58%
GREEN value IS 110 (43.36% from 255) = 38.87%
BLUE value IS 44 (17.58% from 255) = 15.55%
R=45.58%
G=38.87%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291104400.150.660.4946.5949.1333.92
Hex816E2C0F42312f3122
Octal2011565401710261576142
Binary100000011101110101100011111000010110001101111110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816E2C; }

 p { color: rgb(129,110,44); }

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

<style>
 a { background-color: #816E2C; }

 a { background-color: rgb(129,110,44); }

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

<style>
 span { border-color: #816E2C; }

 span { border-color: rgb(129,110,44); }

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