#685D3C

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

Shades of Yellow Metal #685D3C

Tints of Yellow Metal #685D3C

Color information

#685D3C (or 0x685D3C) is unknown color: approx Yellow Metal. HEX triplet: 68, 5D and 3C. RGB value is (104,93,60). Sum of RGB (Red+Green+Blue) = 104+93+60=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 104 - color contains mainly: red. Hex color #685D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685D3C is #97A2C3. Grayscale: #5C5C5C. Windows color (decimal): -9937604 or 3956072. OLE color: 3956072.

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

Color convert

RGB1049360-
CMYK00.110.420.59
HSL45º26.83%32.16%-
HSV(B)45º42.31%40.78%-
XYZ10.4411.15.87-
YUV92.53109.64136.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.47%
GREEN value IS 93 (36.72% from 255) = 36.19%
BLUE value IS 60 (23.83% from 255) = 23.35%
R=40.47%
G=36.19%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104936000.110.420.594526.8332.16
Hex685D3C0B2A3B2d1b20
Octal150135740135273553340
Binary110100010111011111000101110101011101110110111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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