#685C3C

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

Shades of Yellow Metal #685C3C

Tints of Yellow Metal #685C3C

Color information

#685C3C (or 0x685C3C) is unknown color: approx Yellow Metal. HEX triplet: 68, 5C and 3C. RGB value is (104,92,60). Sum of RGB (Red+Green+Blue) = 104+92+60=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 104 - color contains mainly: red. Hex color #685C3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685C3C is #97A3C3. Grayscale: #5C5C5C. Windows color (decimal): -9937860 or 3955816. OLE color: 3955816.

HSL color Cylindrical-coordinate representation of color #685C3C: hue angle of 43.64º 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 #685C3C is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB1049260-
CMYK00.120.420.59
HSL43.64º26.83%32.16%-
HSV(B)43.64º42.31%40.78%-
XYZ10.3510.925.84-
YUV91.94109.98136.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.62%
GREEN value IS 92 (36.33% from 255) = 35.94%
BLUE value IS 60 (23.83% from 255) = 23.44%
R=40.62%
G=35.94%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104926000.120.420.5943.6426.8332.16
Hex685C3C0C2A3B2c1b20
Octal150134740145273543340
Binary110100010111001111000110010101011101110110011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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