#80693A

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

Shades of Yellow Metal #80693A

Tints of Yellow Metal #80693A

Color information

#80693A (or 0x80693A) is unknown color: approx Yellow Metal. HEX triplet: 80, 69 and 3A. RGB value is (128,105,58). Sum of RGB (Red+Green+Blue) = 128+105+58=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 128 - color contains mainly: red. Hex color #80693A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80693A is #7F96C5. Grayscale: #6A6A6A. Windows color (decimal): -8361670 or 3828096. OLE color: 3828096.

HSL color Cylindrical-coordinate representation of color #80693A: hue angle of 40.29º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80693A is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB12810558-
CMYK00.180.550.50
HSL40.29º37.63%36.47%-
HSV(B)40.29º54.69%50.2%-
XYZ14.72156.12-
YUV106.52100.62143.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.99%
GREEN value IS 105 (41.41% from 255) = 36.08%
BLUE value IS 58 (23.05% from 255) = 19.93%
R=43.99%
G=36.08%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281055800.180.550.5040.2937.6336.47
Hex80693A0123732282624
Octal200151720226762504644
Binary100000001101001111010010010110111110010101000100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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