#686859

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

Shades of Siam #686859

Tints of Siam #686859

Color information

#686859 (or 0x686859) is unknown color: approx Siam. HEX triplet: 68, 68 and 59. RGB value is (104,104,89). Sum of RGB (Red+Green+Blue) = 104+104+89=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686859 is #9797A6. Grayscale: #666666. Windows color (decimal): -9934759 or 5859432. OLE color: 5859432.

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

Color convert

RGB10410489-
CMYK000.140.59
HSL60º7.77%37.84%-
HSV(B)60º14.42%40.78%-
XYZ12.4613.5611.41-
YUV102.29120.5129.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.02%
GREEN value IS 104 (41.02% from 255) = 35.02%
BLUE value IS 89 (35.16% from 255) = 29.97%
R=35.02%
G=35.02%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10410489000.140.59607.7737.84
Hex68685900E3B3c826
Octal150150131001673741046
Binary1101000110100010110010011101110111111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686859; }

 p { color: rgb(104,104,89); }

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

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

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

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

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

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

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