#806509

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

Shades of Yukon Gold #806509

Tints of Yukon Gold #806509

Color information

#806509 (or 0x806509) is unknown color: approx Yukon Gold. HEX triplet: 80, 65 and 09. RGB value is (128,101,9). Sum of RGB (Red+Green+Blue) = 128+101+9=238 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.78% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 128 - color contains mainly: red. Hex color #806509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806509 is #7F9AF6. Grayscale: #626262. Windows color (decimal): -8362743 or 615808. OLE color: 615808.

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

Color convert

RGB1281019-
CMYK00.210.930.50
HSL46.39º86.86%26.86%-
HSV(B)46.39º92.97%50.2%-
XYZ13.6113.922.23-
YUV98.5877.45148.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.78%
GREEN value IS 101 (39.84% from 255) = 42.44%
BLUE value IS 9 (3.91% from 255) = 3.78%
R=53.78%
G=42.44%
B=3.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.93
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128101900.210.930.5046.3986.8626.86
Hex806590155D322e571b
Octal20014511025135625612733
Binary10000000110010110010101011011101110010101110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806509; }

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

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

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

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

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

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

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

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