#685A3C

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

Shades of Yellow Metal #685A3C

Tints of Yellow Metal #685A3C

Color information

#685A3C (or 0x685A3C) is unknown color: approx Yellow Metal. HEX triplet: 68, 5A and 3C. RGB value is (104,90,60). Sum of RGB (Red+Green+Blue) = 104+90+60=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 104 - color contains mainly: red. Hex color #685A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685A3C is #97A5C3. Grayscale: #5A5A5A. Windows color (decimal): -9938372 or 3955304. OLE color: 3955304.

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

Color convert

RGB1049060-
CMYK00.130.420.59
HSL40.91º26.83%32.16%-
HSV(B)40.91º42.31%40.78%-
XYZ10.1810.585.78-
YUV90.77110.64137.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.94%
GREEN value IS 90 (35.55% from 255) = 35.43%
BLUE value IS 60 (23.83% from 255) = 23.62%
R=40.94%
G=35.43%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104906000.130.420.5940.9126.8332.16
Hex685A3C0D2A3B291b20
Octal150132740155273513340
Binary110100010110101111000110110101011101110100111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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