#685D3F

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

Shades of Yellow Metal #685D3F

Tints of Yellow Metal #685D3F

Color information

#685D3F (or 0x685D3F) is unknown color: approx Yellow Metal. HEX triplet: 68, 5D and 3F. RGB value is (104,93,63). Sum of RGB (Red+Green+Blue) = 104+93+63=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 104 - color contains mainly: red. Hex color #685D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685D3F is #97A2C0. Grayscale: #5D5D5D. Windows color (decimal): -9937601 or 4152680. OLE color: 4152680.

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

Color convert

RGB1049363-
CMYK00.110.390.59
HSL43.9º24.55%32.75%-
HSV(B)43.9º39.42%40.78%-
XYZ10.5211.136.3-
YUV92.87111.14135.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40%
GREEN value IS 93 (36.72% from 255) = 35.77%
BLUE value IS 63 (25% from 255) = 24.23%
R=40%
G=35.77%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104936300.110.390.5943.924.5532.75
Hex685D3F0B273B2c1921
Octal150135770134773543141
Binary110100010111011111110101110011111101110110011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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