#826607

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

Shades of Yukon Gold #826607

Tints of Yukon Gold #826607

Color information

#826607 (or 0x826607) is unknown color: approx Yukon Gold. HEX triplet: 82, 66 and 07. RGB value is (130,102,7). Sum of RGB (Red+Green+Blue) = 130+102+7=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 7 (3.12% from 255 or 2.93% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #826607 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826607 is #7D99F8. Grayscale: #636363. Windows color (decimal): -8231417 or 484994. OLE color: 484994.

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

Color convert

RGB1301027-
CMYK00.220.950.49
HSL46.34º89.78%26.86%-
HSV(B)46.34º94.62%50.98%-
XYZ1414.262.22-
YUV99.5475.78149.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.39%
GREEN value IS 102 (40.23% from 255) = 42.68%
BLUE value IS 7 (3.12% from 255) = 2.93%
R=54.39%
G=42.68%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130102700.220.950.4946.3489.7826.86
Hex826670165F312e5a1b
Octal2021467026137615613233
Binary1000001011001101110101101011111110001101110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826607; }

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

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

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

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

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

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

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

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