#685D3B

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

Shades of Yellow Metal #685D3B

Tints of Yellow Metal #685D3B

Color information

#685D3B (or 0x685D3B) is unknown color: approx Yellow Metal. HEX triplet: 68, 5D and 3B. RGB value is (104,93,59). Sum of RGB (Red+Green+Blue) = 104+93+59=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 104 - color contains mainly: red. Hex color #685D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685D3B is #97A2C4. Grayscale: #5C5C5C. Windows color (decimal): -9937605 or 3890536. OLE color: 3890536.

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

Color convert

RGB1049359-
CMYK00.110.430.59
HSL45.33º27.61%31.96%-
HSV(B)45.33º43.27%40.78%-
XYZ10.4111.095.73-
YUV92.41109.14136.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.62%
GREEN value IS 93 (36.72% from 255) = 36.33%
BLUE value IS 59 (23.44% from 255) = 23.05%
R=40.62%
G=36.33%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104935900.110.430.5945.3327.6131.96
Hex685D3B0B2B3B2d1c20
Octal150135730135373553440
Binary110100010111011110110101110101111101110110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,93,59); }

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

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

 a { background-color: rgb(104,93,59); }

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

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

 span { border-color: rgb(104,93,59); }

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