#806622

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

Shades of Yukon Gold #806622

Tints of Yukon Gold #806622

Color information

#806622 (or 0x806622) is unknown color: approx Yukon Gold. HEX triplet: 80, 66 and 22. RGB value is (128,102,34). Sum of RGB (Red+Green+Blue) = 128+102+34=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 34 (13.67% from 255 or 12.88% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #806622 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806622 is #7F99DD. Grayscale: #666666. Windows color (decimal): -8362462 or 2254464. OLE color: 2254464.

HSL color Cylindrical-coordinate representation of color #806622: hue angle of 43.4º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #806622 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB12810234-
CMYK00.200.730.50
HSL43.4º58.02%31.76%-
HSV(B)43.4º73.44%50.2%-
XYZ13.9414.213.52-
YUV102.0289.61146.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.48%
GREEN value IS 102 (40.23% from 255) = 38.64%
BLUE value IS 34 (13.67% from 255) = 12.88%
R=48.48%
G=38.64%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.73
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281023400.200.730.5043.458.0231.76
Hex80662201449322b3a20
Octal2001464202411162537240
Binary1000000011001101000100101001001001110010101011111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806622; }

 p { color: rgb(128,102,34); }

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

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

 a { background-color: rgb(128,102,34); }

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

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

 span { border-color: rgb(128,102,34); }

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