#826810

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

Shades of Yukon Gold #826810

Tints of Yukon Gold #826810

Color information

#826810 (or 0x826810) is unknown color: approx Yukon Gold. HEX triplet: 82, 68 and 10. RGB value is (130,104,16). Sum of RGB (Red+Green+Blue) = 130+104+16=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #826810 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826810 is #7D97EF. Grayscale: #666666. Windows color (decimal): -8230896 or 1075330. OLE color: 1075330.

HSL color Cylindrical-coordinate representation of color #826810: hue angle of 46.32º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #826810 is Cyan = 0, Magento = 0.2, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB13010416-
CMYK00.20.880.49
HSL46.32º78.08%28.63%-
HSV(B)46.32º87.69%50.98%-
XYZ14.2514.682.57-
YUV101.7479.61148.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52%
GREEN value IS 104 (41.02% from 255) = 41.6%
BLUE value IS 16 (6.64% from 255) = 6.4%
R=52%
G=41.6%
B=6.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301041600.20.880.4946.3278.0828.63
Hex82681001458312e4e1d
Octal20215020024130615611635
Binary100000101101000100000101001011000110001101110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826810; }

 p { color: rgb(130,104,16); }

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

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

 a { background-color: rgb(130,104,16); }

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

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

 span { border-color: rgb(130,104,16); }

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