#826918

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

Shades of Yukon Gold #826918

Tints of Yukon Gold #826918

Color information

#826918 (or 0x826918) is unknown color: approx Yukon Gold. HEX triplet: 82, 69 and 18. RGB value is (130,105,24). Sum of RGB (Red+Green+Blue) = 130+105+24=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #826918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826918 is #7D96E7. Grayscale: #676767. Windows color (decimal): -8230632 or 1599874. OLE color: 1599874.

HSL color Cylindrical-coordinate representation of color #826918: hue angle of 45.85º 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 #826918 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB13010524-
CMYK00.190.820.49
HSL45.85º68.83%30.2%-
HSV(B)45.85º81.54%50.98%-
XYZ14.4214.912.98-
YUV103.2483.28147.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.19%
GREEN value IS 105 (41.41% from 255) = 40.54%
BLUE value IS 24 (9.77% from 255) = 9.27%
R=50.19%
G=40.54%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301052400.190.820.4945.8568.8330.2
Hex82691801352312e451e
Octal20215130023122615610536
Binary100000101101001110000100111010010110001101110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826918; }

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

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

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

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

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

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

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

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