#806628

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

Shades of Yukon Gold #806628

Tints of Yukon Gold #806628

Color information

#806628 (or 0x806628) is unknown color: approx Yukon Gold. HEX triplet: 80, 66 and 28. RGB value is (128,102,40). Sum of RGB (Red+Green+Blue) = 128+102+40=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #806628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806628 is #7F99D7. Grayscale: #666666. Windows color (decimal): -8362456 or 2647680. OLE color: 2647680.

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

Color convert

RGB12810240-
CMYK00.200.690.50
HSL42.27º52.38%32.94%-
HSV(B)42.27º68.75%50.2%-
XYZ14.0414.254.02-
YUV102.7192.61146.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.41%
GREEN value IS 102 (40.23% from 255) = 37.78%
BLUE value IS 40 (16.02% from 255) = 14.81%
R=47.41%
G=37.78%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281024000.200.690.5042.2752.3832.94
Hex80662801445322a3421
Octal2001465002410562526441
Binary1000000011001101010000101001000101110010101010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806628; }

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

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

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

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

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

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

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

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