#826611

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

Shades of Yukon Gold #826611

Tints of Yukon Gold #826611

Color information

#826611 (or 0x826611) is unknown color: approx Yukon Gold. HEX triplet: 82, 66 and 11. RGB value is (130,102,17). Sum of RGB (Red+Green+Blue) = 130+102+17=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #826611 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826611 is #7D99EE. Grayscale: #656565. Windows color (decimal): -8231407 or 1140354. OLE color: 1140354.

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

Color convert

RGB13010217-
CMYK00.220.870.49
HSL45.13º76.87%28.82%-
HSV(B)45.13º86.92%50.98%-
XYZ14.0614.292.55-
YUV100.6880.78148.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.21%
GREEN value IS 102 (40.23% from 255) = 40.96%
BLUE value IS 17 (7.03% from 255) = 6.83%
R=52.21%
G=40.96%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301021700.220.870.4945.1376.8728.82
Hex82661101657312d4d1d
Octal20214621026127615511535
Binary100000101100110100010101101010111110001101101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826611; }

 p { color: rgb(130,102,17); }

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

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

 a { background-color: rgb(130,102,17); }

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

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

 span { border-color: rgb(130,102,17); }

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