#685E42

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

Shades of Yellow Metal #685E42

Tints of Yellow Metal #685E42

Color information

#685E42 (or 0x685E42) is unknown color: approx Yellow Metal. HEX triplet: 68, 5E and 42. RGB value is (104,94,66). Sum of RGB (Red+Green+Blue) = 104+94+66=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 104 - color contains mainly: red. Hex color #685E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685E42 is #97A1BD. Grayscale: #5D5D5D. Windows color (decimal): -9937342 or 4349544. OLE color: 4349544.

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

Color convert

RGB1049466-
CMYK00.100.370.59
HSL44.21º22.35%33.33%-
HSV(B)44.21º36.54%40.78%-
XYZ10.6911.346.78-
YUV93.8112.31135.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.39%
GREEN value IS 94 (37.11% from 255) = 35.61%
BLUE value IS 66 (26.17% from 255) = 25%
R=39.39%
G=35.61%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104946600.100.370.5944.2122.3533.33
Hex685E420A253B2c1621
Octal1501361020124573542641
Binary1101000101111010000100101010010111101110110010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,94,66); }

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

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

 a { background-color: rgb(104,94,66); }

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

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

 span { border-color: rgb(104,94,66); }

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