#82660E

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

Shades of Yukon Gold #82660E

Tints of Yukon Gold #82660E

Color information

#82660E (or 0x82660E) is unknown color: approx Yukon Gold. HEX triplet: 82, 66 and 0E. RGB value is (130,102,14). Sum of RGB (Red+Green+Blue) = 130+102+14=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #82660E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82660E is #7D99F1. Grayscale: #646464. Windows color (decimal): -8231410 or 943746. OLE color: 943746.

HSL color Cylindrical-coordinate representation of color #82660E: hue angle of 45.52º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #82660E is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB13010214-
CMYK00.220.890.49
HSL45.52º80.56%28.24%-
HSV(B)45.52º89.23%50.98%-
XYZ14.0414.282.43-
YUV100.3479.28149.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.85%
GREEN value IS 102 (40.23% from 255) = 41.46%
BLUE value IS 14 (5.86% from 255) = 5.69%
R=52.85%
G=41.46%
B=5.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301021400.220.890.4945.5280.5628.24
Hex8266E01659312e511c
Octal20214616026131615612134
Binary10000010110011011100101101011001110001101110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82660E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82660E; }

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

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

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

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

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

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

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

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