#685A3B

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

Shades of Yellow Metal #685A3B

Tints of Yellow Metal #685A3B

Color information

#685A3B (or 0x685A3B) is unknown color: approx Yellow Metal. HEX triplet: 68, 5A and 3B. RGB value is (104,90,59). Sum of RGB (Red+Green+Blue) = 104+90+59=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 104 - color contains mainly: red. Hex color #685A3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685A3B is #97A5C4. Grayscale: #5A5A5A. Windows color (decimal): -9938373 or 3889768. OLE color: 3889768.

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

Color convert

RGB1049059-
CMYK00.130.430.59
HSL41.33º27.61%31.96%-
HSV(B)41.33º43.27%40.78%-
XYZ10.1510.575.64-
YUV90.65110.14137.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.11%
GREEN value IS 90 (35.55% from 255) = 35.57%
BLUE value IS 59 (23.44% from 255) = 23.32%
R=41.11%
G=35.57%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104905900.130.430.5941.3327.6131.96
Hex685A3B0D2B3B291c20
Octal150132730155373513440
Binary110100010110101110110110110101111101110100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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