#826107

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

Shades of Yukon Gold #826107

Tints of Yukon Gold #826107

Color information

#826107 (or 0x826107) is unknown color: approx Yukon Gold. HEX triplet: 82, 61 and 07. RGB value is (130,97,7). Sum of RGB (Red+Green+Blue) = 130+97+7=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #826107 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826107 is #7D9EF8. Grayscale: #606060. Windows color (decimal): -8232697 or 483714. OLE color: 483714.

HSL color Cylindrical-coordinate representation of color #826107: hue angle of 43.9º degrees, saturation: 0.9, 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 #826107 is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB130977-
CMYK00.250.950.49
HSL43.9º89.78%26.86%-
HSV(B)43.9º94.62%50.98%-
XYZ13.5213.312.06-
YUV96.6177.43151.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.56%
GREEN value IS 97 (38.28% from 255) = 41.45%
BLUE value IS 7 (3.12% from 255) = 2.99%
R=55.56%
G=41.45%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13097700.250.950.4943.989.7826.86
Hex826170195F312c5a1b
Octal2021417031137615413233
Binary1000001011000011110110011011111110001101100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826107; }

 p { color: rgb(130,97,7); }

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

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

 a { background-color: rgb(130,97,7); }

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

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

 span { border-color: rgb(130,97,7); }

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