#685B39

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

Shades of Yellow Metal #685B39

Tints of Yellow Metal #685B39

Color information

#685B39 (or 0x685B39) is unknown color: approx Yellow Metal. HEX triplet: 68, 5B and 39. RGB value is (104,91,57). Sum of RGB (Red+Green+Blue) = 104+91+57=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #685B39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685B39 is #97A4C6. Grayscale: #5B5B5B. Windows color (decimal): -9938119 or 3758952. OLE color: 3758952.

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

Color convert

RGB1049157-
CMYK00.120.450.59
HSL43.4º29.19%31.57%-
HSV(B)43.4º45.19%40.78%-
XYZ10.1910.725.4-
YUV91.01108.81137.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.27%
GREEN value IS 91 (35.94% from 255) = 36.11%
BLUE value IS 57 (22.66% from 255) = 22.62%
R=41.27%
G=36.11%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104915700.120.450.5943.429.1931.57
Hex685B390C2D3B2b1d20
Octal150133710145573533540
Binary110100010110111110010110010110111101110101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,91,57); }

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

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

 a { background-color: rgb(104,91,57); }

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

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

 span { border-color: rgb(104,91,57); }

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