#80681C

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

Shades of Yukon Gold #80681C

Tints of Yukon Gold #80681C

Color information

#80681C (or 0x80681C) is unknown color: approx Yukon Gold. HEX triplet: 80, 68 and 1C. RGB value is (128,104,28). Sum of RGB (Red+Green+Blue) = 128+104+28=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #80681C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80681C is #7F97E3. Grayscale: #666666. Windows color (decimal): -8361956 or 1861760. OLE color: 1861760.

HSL color Cylindrical-coordinate representation of color #80681C: hue angle of 45.6º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80681C is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB12810428-
CMYK00.190.780.50
HSL45.6º64.1%30.59%-
HSV(B)45.6º78.12%50.2%-
XYZ14.0614.573.17-
YUV102.5185.95146.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.23%
GREEN value IS 104 (41.02% from 255) = 40%
BLUE value IS 28 (11.33% from 255) = 10.77%
R=49.23%
G=40%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.78
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281042800.190.780.5045.664.130.59
Hex80681C0134E322e401f
Octal20015034023116625610037
Binary100000001101000111000100111001110110010101110100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80681C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80681C; }

 p { color: rgb(128,104,28); }

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

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

 a { background-color: rgb(128,104,28); }

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

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

 span { border-color: rgb(128,104,28); }

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