#686042

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

Shades of Yellow Metal #686042

Tints of Yellow Metal #686042

Color information

#686042 (or 0x686042) is unknown color: approx Yellow Metal. HEX triplet: 68, 60 and 42. RGB value is (104,96,66). Sum of RGB (Red+Green+Blue) = 104+96+66=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 104 - color contains mainly: red. Hex color #686042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686042 is #979FBD. Grayscale: #5F5F5F. Windows color (decimal): -9936830 or 4350056. OLE color: 4350056.

HSL color Cylindrical-coordinate representation of color #686042: hue angle of 47.37º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #686042 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB1049666-
CMYK00.080.370.59
HSL47.37º22.35%33.33%-
HSV(B)47.37º36.54%40.78%-
XYZ10.8811.76.84-
YUV94.97111.65134.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.10%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 66 (26.17% from 255) = 24.81%
R=39.10%
G=36.09%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104966600.080.370.5947.3722.3533.33
Hex68604208253B2f1621
Octal1501401020104573572641
Binary1101000110000010000100100010010111101110111110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686042; }

 p { color: rgb(104,96,66); }

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

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

 a { background-color: rgb(104,96,66); }

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

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

 span { border-color: rgb(104,96,66); }

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