#826709

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

Shades of Yukon Gold #826709

Tints of Yukon Gold #826709

Color information

#826709 (or 0x826709) is unknown color: approx Yukon Gold. HEX triplet: 82, 67 and 09. RGB value is (130,103,9). Sum of RGB (Red+Green+Blue) = 130+103+9=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 103 (40.62% from 255 or 42.56% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #826709 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826709 is #7D98F6. Grayscale: #646464. Windows color (decimal): -8231159 or 616322. OLE color: 616322.

HSL color Cylindrical-coordinate representation of color #826709: hue angle of 46.61º 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 #826709 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB1301039-
CMYK00.210.930.49
HSL46.61º87.05%27.25%-
HSV(B)46.61º93.08%50.98%-
XYZ14.1114.472.31-
YUV100.3676.45149.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.72%
GREEN value IS 103 (40.62% from 255) = 42.56%
BLUE value IS 9 (3.91% from 255) = 3.72%
R=53.72%
G=42.56%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130103900.210.930.4946.6187.0527.25
Hex826790155D312f571b
Octal20214711025135615712733
Binary10000010110011110010101011011101110001101111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826709; }

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

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

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

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

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

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

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

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