#806326

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

Shades of Yukon Gold #806326

Tints of Yukon Gold #806326

Color information

#806326 (or 0x806326) is unknown color: approx Yukon Gold. HEX triplet: 80, 63 and 26. RGB value is (128,99,38). Sum of RGB (Red+Green+Blue) = 128+99+38=265 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.30% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 128 - color contains mainly: red. Hex color #806326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806326 is #7F9CD9. Grayscale: #646464. Windows color (decimal): -8363226 or 2515840. OLE color: 2515840.

HSL color Cylindrical-coordinate representation of color #806326: hue angle of 40.67º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #806326 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB1289938-
CMYK00.230.700.50
HSL40.67º54.22%32.55%-
HSV(B)40.67º70.31%50.2%-
XYZ13.7113.653.75-
YUV100.7292.61147.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.30%
GREEN value IS 99 (39.06% from 255) = 37.36%
BLUE value IS 38 (15.23% from 255) = 14.34%
R=48.30%
G=37.36%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128993800.230.700.5040.6754.2232.55
Hex8063260174632293621
Octal2001434602710662516641
Binary1000000011000111001100101111000110110010101001110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806326; }

 p { color: rgb(128,99,38); }

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

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

 a { background-color: rgb(128,99,38); }

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

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

 span { border-color: rgb(128,99,38); }

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