#826B09

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

Shades of Yukon Gold #826B09

Tints of Yukon Gold #826B09

Color information

#826B09 (or 0x826B09) is unknown color: approx Yukon Gold. HEX triplet: 82, 6B and 09. RGB value is (130,107,9). Sum of RGB (Red+Green+Blue) = 130+107+9=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 107 (42.19% from 255 or 43.50% from 246); Blue value is 9 (3.91% from 255 or 3.66% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #826B09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826B09 is #7D94F6. Grayscale: #676767. Windows color (decimal): -8230135 or 617346. OLE color: 617346.

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

Color convert

RGB1301079-
CMYK00.180.930.49
HSL48.6º87.05%27.25%-
HSV(B)48.6º93.08%50.98%-
XYZ14.5115.282.44-
YUV102.775.12147.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.85%
GREEN value IS 107 (42.19% from 255) = 43.50%
BLUE value IS 9 (3.91% from 255) = 3.66%
R=52.85%
G=43.50%
B=3.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130107900.180.930.4948.687.0527.25
Hex826B90125D3131571b
Octal20215311022135616112733
Binary10000010110101110010100101011101110001110001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826B09; }

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

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

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

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

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

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

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

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