#806526

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

Shades of Yukon Gold #806526

Tints of Yukon Gold #806526

Color information

#806526 (or 0x806526) is unknown color: approx Yukon Gold. HEX triplet: 80, 65 and 26. RGB value is (128,101,38). Sum of RGB (Red+Green+Blue) = 128+101+38=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #806526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806526 is #7F9AD9. Grayscale: #666666. Windows color (decimal): -8362714 or 2516352. OLE color: 2516352.

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

Color convert

RGB12810138-
CMYK00.210.700.50
HSL42º54.22%32.55%-
HSV(B)42º70.31%50.2%-
XYZ13.9114.043.81-
YUV101.8991.95146.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.94%
GREEN value IS 101 (39.84% from 255) = 37.83%
BLUE value IS 38 (15.23% from 255) = 14.23%
R=47.94%
G=37.83%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281013800.210.700.504254.2232.55
Hex80652601546322a3621
Octal2001454602510662526641
Binary1000000011001011001100101011000110110010101010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806526; }

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

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

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

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

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

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

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

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