#685C3B

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

Shades of Yellow Metal #685C3B

Tints of Yellow Metal #685C3B

Color information

#685C3B (or 0x685C3B) is unknown color: approx Yellow Metal. HEX triplet: 68, 5C and 3B. RGB value is (104,92,59). Sum of RGB (Red+Green+Blue) = 104+92+59=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 104 - color contains mainly: red. Hex color #685C3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685C3B is #97A3C4. Grayscale: #5B5B5B. Windows color (decimal): -9937861 or 3890280. OLE color: 3890280.

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

Color convert

RGB1049259-
CMYK00.120.430.59
HSL44º27.61%31.96%-
HSV(B)44º43.27%40.78%-
XYZ10.3310.915.7-
YUV91.83109.48136.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.78%
GREEN value IS 92 (36.33% from 255) = 36.08%
BLUE value IS 59 (23.44% from 255) = 23.14%
R=40.78%
G=36.08%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104925900.120.430.594427.6131.96
Hex685C3B0C2B3B2c1c20
Octal150134730145373543440
Binary110100010111001110110110010101111101110110011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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