#685C38

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

Shades of Yellow Metal #685C38

Tints of Yellow Metal #685C38

Color information

#685C38 (or 0x685C38) is unknown color: approx Yellow Metal. HEX triplet: 68, 5C and 38. RGB value is (104,92,56). Sum of RGB (Red+Green+Blue) = 104+92+56=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #685C38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685C38 is #97A3C7. Grayscale: #5B5B5B. Windows color (decimal): -9937864 or 3693672. OLE color: 3693672.

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

Color convert

RGB1049256-
CMYK00.120.460.59
HSL45º30%31.37%-
HSV(B)45º46.15%40.78%-
XYZ10.2510.885.3-
YUV91.48107.98136.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.27%
GREEN value IS 92 (36.33% from 255) = 36.51%
BLUE value IS 56 (22.27% from 255) = 22.22%
R=41.27%
G=36.51%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104925600.120.460.59453031.37
Hex685C380C2E3B2d1e1f
Octal150134700145673553637
Binary11010001011100111000011001011101110111011011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,92,56); }

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

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

 a { background-color: rgb(104,92,56); }

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

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

 span { border-color: rgb(104,92,56); }

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