#826706

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

Shades of Yukon Gold #826706

Tints of Yukon Gold #826706

Color information

#826706 (or 0x826706) is unknown color: approx Yukon Gold. HEX triplet: 82, 67 and 06. RGB value is (130,103,6). Sum of RGB (Red+Green+Blue) = 130+103+6=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 103 (40.62% from 255 or 43.10% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #826706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826706 is #7D98F9. Grayscale: #646464. Windows color (decimal): -8231162 or 419714. OLE color: 419714.

HSL color Cylindrical-coordinate representation of color #826706: hue angle of 46.94º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #826706 is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB1301036-
CMYK00.210.950.49
HSL46.94º91.18%26.67%-
HSV(B)46.94º95.38%50.98%-
XYZ14.0914.462.22-
YUV100.0174.95149.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.39%
GREEN value IS 103 (40.62% from 255) = 43.10%
BLUE value IS 6 (2.73% from 255) = 2.51%
R=54.39%
G=43.10%
B=2.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130103600.210.950.4946.9491.1826.67
Hex826760155F312f5b1b
Octal2021476025137615713333
Binary1000001011001111100101011011111110001101111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826706; }

 p { color: rgb(130,103,6); }

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

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

 a { background-color: rgb(130,103,6); }

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

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

 span { border-color: rgb(130,103,6); }

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