#806709

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

Shades of Yukon Gold #806709

Tints of Yukon Gold #806709

Color information

#806709 (or 0x806709) is unknown color: approx Yukon Gold. HEX triplet: 80, 67 and 09. RGB value is (128,103,9). Sum of RGB (Red+Green+Blue) = 128+103+9=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 103 (40.62% from 255 or 42.92% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #806709 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806709 is #7F98F6. Grayscale: #646464. Windows color (decimal): -8362231 or 616320. OLE color: 616320.

HSL color Cylindrical-coordinate representation of color #806709: hue angle of 47.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 #806709 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB1281039-
CMYK00.200.930.50
HSL47.39º86.86%26.86%-
HSV(B)47.39º92.97%50.2%-
XYZ13.814.312.29-
YUV99.7676.78148.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.33%
GREEN value IS 103 (40.62% from 255) = 42.92%
BLUE value IS 9 (3.91% from 255) = 3.75%
R=53.33%
G=42.92%
B=3.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.93
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128103900.200.930.5047.3986.8626.86
Hex806790145D322f571b
Octal20014711024135625712733
Binary10000000110011110010101001011101110010101111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806709; }

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

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

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

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

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

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

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

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