#826602

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

Shades of Yukon Gold #826602

Tints of Yukon Gold #826602

Color information

#826602 (or 0x826602) is unknown color: approx Yukon Gold. HEX triplet: 82, 66 and 02. RGB value is (130,102,2). Sum of RGB (Red+Green+Blue) = 130+102+2=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #826602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826602 is #7D99FD. Grayscale: #636363. Windows color (decimal): -8231422 or 157314. OLE color: 157314.

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

Color convert

RGB1301022-
CMYK00.220.980.49
HSL46.87º96.97%25.88%-
HSV(B)46.87º98.46%50.98%-
XYZ13.9714.252.07-
YUV98.9773.28150.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.56%
GREEN value IS 102 (40.23% from 255) = 43.59%
BLUE value IS 2 (1.17% from 255) = 0.85%
R=55.56%
G=43.59%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130102200.220.980.4946.8796.9725.88
Hex8266201662312f611a
Octal2021462026142615714132
Binary100000101100110100101101100010110001101111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826602; }

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

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

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

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

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

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

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

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