#806529

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

Shades of Yukon Gold #806529

Tints of Yukon Gold #806529

Color information

#806529 (or 0x806529) is unknown color: approx Yukon Gold. HEX triplet: 80, 65 and 29. RGB value is (128,101,41). Sum of RGB (Red+Green+Blue) = 128+101+41=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #806529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806529 is #7F9AD6. Grayscale: #666666. Windows color (decimal): -8362711 or 2712960. OLE color: 2712960.

HSL color Cylindrical-coordinate representation of color #806529: hue angle of 41.38º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #806529 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.50.

Color convert

RGB12810141-
CMYK00.210.680.50
HSL41.38º51.48%33.14%-
HSV(B)41.38º67.97%50.2%-
XYZ13.9614.064.08-
YUV102.2393.45146.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.41%
GREEN value IS 101 (39.84% from 255) = 37.41%
BLUE value IS 41 (16.41% from 255) = 15.19%
R=47.41%
G=37.41%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.68
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281014100.210.680.5041.3851.4833.14
Hex8065290154432293321
Octal2001455102510462516341
Binary1000000011001011010010101011000100110010101001110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806529; }

 p { color: rgb(128,101,41); }

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

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

 a { background-color: rgb(128,101,41); }

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

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

 span { border-color: rgb(128,101,41); }

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