#685A3F

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

Shades of Yellow Metal #685A3F

Tints of Yellow Metal #685A3F

Color information

#685A3F (or 0x685A3F) is unknown color: approx Yellow Metal. HEX triplet: 68, 5A and 3F. RGB value is (104,90,63). Sum of RGB (Red+Green+Blue) = 104+90+63=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 104 - color contains mainly: red. Hex color #685A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685A3F is #97A5C0. Grayscale: #5B5B5B. Windows color (decimal): -9938369 or 4151912. OLE color: 4151912.

HSL color Cylindrical-coordinate representation of color #685A3F: hue angle of 39.51º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #685A3F is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB1049063-
CMYK00.130.390.59
HSL39.51º24.55%32.75%-
HSV(B)39.51º39.42%40.78%-
XYZ10.2610.616.21-
YUV91.11112.14137.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.47%
GREEN value IS 90 (35.55% from 255) = 35.02%
BLUE value IS 63 (25% from 255) = 24.51%
R=40.47%
G=35.02%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104906300.130.390.5939.5124.5532.75
Hex685A3F0D273B281921
Octal150132770154773503141
Binary110100010110101111110110110011111101110100011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685A3F; }

 p { color: rgb(104,90,63); }

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

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

 a { background-color: rgb(104,90,63); }

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

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

 span { border-color: rgb(104,90,63); }

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