#80693C

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

Shades of Yellow Metal #80693C

Tints of Yellow Metal #80693C

Color information

#80693C (or 0x80693C) is unknown color: approx Yellow Metal. HEX triplet: 80, 69 and 3C. RGB value is (128,105,60). Sum of RGB (Red+Green+Blue) = 128+105+60=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 128 - color contains mainly: red. Hex color #80693C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80693C is #7F96C3. Grayscale: #6A6A6A. Windows color (decimal): -8361668 or 3959168. OLE color: 3959168.

HSL color Cylindrical-coordinate representation of color #80693C: hue angle of 39.71º 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 #80693C is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB12810560-
CMYK00.180.530.50
HSL39.71º36.17%36.86%-
HSV(B)39.71º53.12%50.2%-
XYZ14.7715.026.4-
YUV106.75101.62143.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.69%
GREEN value IS 105 (41.41% from 255) = 35.84%
BLUE value IS 60 (23.83% from 255) = 20.48%
R=43.69%
G=35.84%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281056000.180.530.5039.7136.1736.86
Hex80693C0123532282425
Octal200151740226562504445
Binary100000001101001111100010010110101110010101000100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80693C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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