#686043

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

Shades of Yellow Metal #686043

Tints of Yellow Metal #686043

Color information

#686043 (or 0x686043) is unknown color: approx Yellow Metal. HEX triplet: 68, 60 and 43. RGB value is (104,96,67). Sum of RGB (Red+Green+Blue) = 104+96+67=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #686043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686043 is #979FBC. Grayscale: #5F5F5F. Windows color (decimal): -9936829 or 4415592. OLE color: 4415592.

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

Color convert

RGB1049667-
CMYK00.080.360.59
HSL47.03º21.64%33.53%-
HSV(B)47.03º35.58%40.78%-
XYZ10.911.717-
YUV95.09112.15134.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.95%
GREEN value IS 96 (37.89% from 255) = 35.96%
BLUE value IS 67 (26.56% from 255) = 25.09%
R=38.95%
G=35.96%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104966700.080.360.5947.0321.6433.53
Hex68604308243B2f1622
Octal1501401030104473572642
Binary1101000110000010000110100010010011101110111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686043; }

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

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

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

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

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

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

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

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