#80651A

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

Shades of Yukon Gold #80651A

Tints of Yukon Gold #80651A

Color information

#80651A (or 0x80651A) is unknown color: approx Yukon Gold. HEX triplet: 80, 65 and 1A. RGB value is (128,101,26). Sum of RGB (Red+Green+Blue) = 128+101+26=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 101 (39.84% from 255 or 39.61% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #80651A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80651A is #7F9AE5. Grayscale: #646464. Windows color (decimal): -8362726 or 1729920. OLE color: 1729920.

HSL color Cylindrical-coordinate representation of color #80651A: hue angle of 44.12º 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 #80651A is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB12810126-
CMYK00.210.800.50
HSL44.12º66.23%30.2%-
HSV(B)44.12º79.69%50.2%-
XYZ13.7413.972.95-
YUV100.5285.95147.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.20%
GREEN value IS 101 (39.84% from 255) = 39.61%
BLUE value IS 26 (10.55% from 255) = 10.20%
R=50.20%
G=39.61%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281012600.210.800.5044.1266.2330.2
Hex80651A01550322c421e
Octal20014532025120625410236
Binary100000001100101110100101011010000110010101100100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80651A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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