#685F43

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

Shades of Yellow Metal #685F43

Tints of Yellow Metal #685F43

Color information

#685F43 (or 0x685F43) is unknown color: approx Yellow Metal. HEX triplet: 68, 5F and 43. RGB value is (104,95,67). Sum of RGB (Red+Green+Blue) = 104+95+67=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 67 (26.56% from 255 or 25.19% from 266); Max value from RGB is 104 - color contains mainly: red. Hex color #685F43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685F43 is #97A0BC. Grayscale: #5E5E5E. Windows color (decimal): -9937085 or 4415336. OLE color: 4415336.

HSL color Cylindrical-coordinate representation of color #685F43: hue angle of 45.41º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #685F43 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.59.

Color convert

RGB1049567-
CMYK00.090.360.59
HSL45.41º21.64%33.53%-
HSV(B)45.41º35.58%40.78%-
XYZ10.8111.536.97-
YUV94.5112.48134.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.10%
GREEN value IS 95 (37.5% from 255) = 35.71%
BLUE value IS 67 (26.56% from 255) = 25.19%
R=39.10%
G=35.71%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104956700.090.360.5945.4121.6433.53
Hex685F4309243B2d1622
Octal1501371030114473552642
Binary1101000101111110000110100110010011101110110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,95,67); }

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

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

 a { background-color: rgb(104,95,67); }

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

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

 span { border-color: rgb(104,95,67); }

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