#685B38

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

Shades of Yellow Metal #685B38

Tints of Yellow Metal #685B38

Color information

#685B38 (or 0x685B38) is unknown color: approx Yellow Metal. HEX triplet: 68, 5B and 38. RGB value is (104,91,56). Sum of RGB (Red+Green+Blue) = 104+91+56=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 104 - color contains mainly: red. Hex color #685B38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685B38 is #97A4C7. Grayscale: #5B5B5B. Windows color (decimal): -9938120 or 3693416. OLE color: 3693416.

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

Color convert

RGB1049156-
CMYK00.120.460.59
HSL43.75º30%31.37%-
HSV(B)43.75º46.15%40.78%-
XYZ10.1610.715.27-
YUV90.9108.31137.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.43%
GREEN value IS 91 (35.94% from 255) = 36.25%
BLUE value IS 56 (22.27% from 255) = 22.31%
R=41.43%
G=36.25%
B=22.31%

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
Decimal104915600.120.460.5943.753031.37
Hex685B380C2E3B2c1e1f
Octal150133700145673543637
Binary11010001011011111000011001011101110111011001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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