#826609

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

Shades of Yukon Gold #826609

Tints of Yukon Gold #826609

Color information

#826609 (or 0x826609) is unknown color: approx Yukon Gold. HEX triplet: 82, 66 and 09. RGB value is (130,102,9). Sum of RGB (Red+Green+Blue) = 130+102+9=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #826609 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826609 is #7D99F6. Grayscale: #646464. Windows color (decimal): -8231415 or 616066. OLE color: 616066.

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

Color convert

RGB1301029-
CMYK00.220.930.49
HSL46.12º87.05%27.25%-
HSV(B)46.12º93.08%50.98%-
XYZ14.0114.272.27-
YUV99.7776.78149.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.94%
GREEN value IS 102 (40.23% from 255) = 42.32%
BLUE value IS 9 (3.91% from 255) = 3.73%
R=53.94%
G=42.32%
B=3.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130102900.220.930.4946.1287.0527.25
Hex826690165D312e571b
Octal20214611026135615612733
Binary10000010110011010010101101011101110001101110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826609; }

 p { color: rgb(130,102,9); }

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

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

 a { background-color: rgb(130,102,9); }

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

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

 span { border-color: rgb(130,102,9); }

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