#806519

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

Shades of Yukon Gold #806519

Tints of Yukon Gold #806519

Color information

#806519 (or 0x806519) is unknown color: approx Yukon Gold. HEX triplet: 80, 65 and 19. RGB value is (128,101,25). Sum of RGB (Red+Green+Blue) = 128+101+25=254 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.39% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 128 - color contains mainly: red. Hex color #806519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806519 is #7F9AE6. Grayscale: #646464. Windows color (decimal): -8362727 or 1664384. OLE color: 1664384.

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

Color convert

RGB12810125-
CMYK00.210.800.50
HSL44.27º67.32%30%-
HSV(B)44.27º80.47%50.2%-
XYZ13.7313.972.89-
YUV100.4185.45147.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.39%
GREEN value IS 101 (39.84% from 255) = 39.76%
BLUE value IS 25 (10.16% from 255) = 9.84%
R=50.39%
G=39.76%
B=9.84%

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
Decimal1281012500.210.800.5044.2767.3230
Hex80651901550322c431e
Octal20014531025120625410336
Binary100000001100101110010101011010000110010101100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806519; }

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

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

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

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

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

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

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

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