#826618

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

Shades of Yukon Gold #826618

Tints of Yukon Gold #826618

Color information

#826618 (or 0x826618) is unknown color: approx Yukon Gold. HEX triplet: 82, 66 and 18. RGB value is (130,102,24). Sum of RGB (Red+Green+Blue) = 130+102+24=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #826618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826618 is #7D99E7. Grayscale: #656565. Windows color (decimal): -8231400 or 1599106. OLE color: 1599106.

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

Color convert

RGB13010224-
CMYK00.220.820.49
HSL44.15º68.83%30.2%-
HSV(B)44.15º81.54%50.98%-
XYZ14.1214.312.88-
YUV101.4884.28148.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.78%
GREEN value IS 102 (40.23% from 255) = 39.84%
BLUE value IS 24 (9.77% from 255) = 9.38%
R=50.78%
G=39.84%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301022400.220.820.4944.1568.8330.2
Hex82661801652312c451e
Octal20214630026122615410536
Binary100000101100110110000101101010010110001101100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826618; }

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

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

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

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

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

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

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

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