#826624

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

Shades of Yukon Gold #826624

Tints of Yukon Gold #826624

Color information

#826624 (or 0x826624) is unknown color: approx Yukon Gold. HEX triplet: 82, 66 and 24. RGB value is (130,102,36). Sum of RGB (Red+Green+Blue) = 130+102+36=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 36 (14.45% from 255 or 13.43% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #826624 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826624 is #7D99DB. Grayscale: #676767. Windows color (decimal): -8231388 or 2385538. OLE color: 2385538.

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

Color convert

RGB13010236-
CMYK00.220.720.49
HSL42.13º56.63%32.55%-
HSV(B)42.13º72.31%50.98%-
XYZ14.2814.383.69-
YUV102.8590.28147.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.51%
GREEN value IS 102 (40.23% from 255) = 38.06%
BLUE value IS 36 (14.45% from 255) = 13.43%
R=48.51%
G=38.06%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301023600.220.720.4942.1356.6332.55
Hex82662401648312a3921
Octal2021464402611061527141
Binary1000001011001101001000101101001000110001101010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826624; }

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

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

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

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

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

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

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

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