#80683C

Color #80683C Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #80683C

Tints of Yellow Metal #80683C

Color information

#80683C (or 0x80683C) is unknown color: approx Yellow Metal. HEX triplet: 80, 68 and 3C. RGB value is (128,104,60). Sum of RGB (Red+Green+Blue) = 128+104+60=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 128 - color contains mainly: red. Hex color #80683C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80683C is #7F97C3. Grayscale: #6A6A6A. Windows color (decimal): -8361924 or 3958912. OLE color: 3958912.

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

Color convert

RGB12810460-
CMYK00.190.530.50
HSL38.82º36.17%36.86%-
HSV(B)38.82º53.12%50.2%-
XYZ14.6714.826.36-
YUV106.16101.95143.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.84%
GREEN value IS 104 (41.02% from 255) = 35.62%
BLUE value IS 60 (23.83% from 255) = 20.55%
R=43.84%
G=35.62%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281046000.190.530.5038.8236.1736.86
Hex80683C0133532272425
Octal200150740236562474445
Binary100000001101000111100010011110101110010100111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80683C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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