#826E15

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

Shades of Yukon Gold #826E15

Tints of Yukon Gold #826E15

Color information

#826E15 (or 0x826E15) is unknown color: approx Yukon Gold. HEX triplet: 82, 6E and 15. RGB value is (130,110,21). Sum of RGB (Red+Green+Blue) = 130+110+21=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #826E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826E15 is #7D91EA. Grayscale: #6A6A6A. Windows color (decimal): -8229355 or 1404546. OLE color: 1404546.

HSL color Cylindrical-coordinate representation of color #826E15: hue angle of 48.99º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #826E15 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB13011021-
CMYK00.150.840.49
HSL48.99º72.19%29.61%-
HSV(B)48.99º83.85%50.98%-
XYZ14.9215.953-
YUV105.8380.13145.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.81%
GREEN value IS 110 (43.36% from 255) = 42.15%
BLUE value IS 21 (8.59% from 255) = 8.05%
R=49.81%
G=42.15%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301102100.150.840.4948.9972.1929.61
Hex826E150F543131481e
Octal20215625017124616111036
Binary10000010110111010101011111010100110001110001100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826E15; }

 p { color: rgb(130,110,21); }

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

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

 a { background-color: rgb(130,110,21); }

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

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

 span { border-color: rgb(130,110,21); }

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