#826604

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

Shades of Yukon Gold #826604

Tints of Yukon Gold #826604

Color information

#826604 (or 0x826604) is unknown color: approx Yukon Gold. HEX triplet: 82, 66 and 04. RGB value is (130,102,4). Sum of RGB (Red+Green+Blue) = 130+102+4=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #826604 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826604 is #7D99FB. Grayscale: #636363. Windows color (decimal): -8231420 or 288386. OLE color: 288386.

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

Color convert

RGB1301024-
CMYK00.220.970.49
HSL46.67º94.03%26.27%-
HSV(B)46.67º96.92%50.98%-
XYZ13.9814.262.13-
YUV99.274.28149.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.08%
GREEN value IS 102 (40.23% from 255) = 43.22%
BLUE value IS 4 (1.95% from 255) = 1.69%
R=55.08%
G=43.22%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130102400.220.970.4946.6794.0326.27
Hex8266401661312f5e1a
Octal2021464026141615713632
Binary1000001011001101000101101100001110001101111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826604; }

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

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

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

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

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

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

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

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