#80601A

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

Shades of Yukon Gold #80601A

Tints of Yukon Gold #80601A

Color information

#80601A (or 0x80601A) is unknown color: approx Yukon Gold. HEX triplet: 80, 60 and 1A. RGB value is (128,96,26). Sum of RGB (Red+Green+Blue) = 128+96+26=250 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.2% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 128 - color contains mainly: red. Hex color #80601A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80601A is #7F9FE5. Grayscale: #616161. Windows color (decimal): -8364006 or 1728640. OLE color: 1728640.

HSL color Cylindrical-coordinate representation of color #80601A: hue angle of 41.18º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80601A is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB1289626-
CMYK00.250.800.50
HSL41.18º66.23%30.2%-
HSV(B)41.18º79.69%50.2%-
XYZ13.2713.032.79-
YUV97.5987.6149.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.2%
GREEN value IS 96 (37.89% from 255) = 38.4%
BLUE value IS 26 (10.55% from 255) = 10.4%
R=51.2%
G=38.4%
B=10.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128962600.250.800.5041.1866.2330.2
Hex80601A019503229421e
Octal20014032031120625110236
Binary100000001100000110100110011010000110010101001100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80601A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80601A; }

 p { color: rgb(128,96,26); }

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

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

 a { background-color: rgb(128,96,26); }

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

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

 span { border-color: rgb(128,96,26); }

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