#686F57

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

Shades of Siam #686F57

Tints of Siam #686F57

Color information

#686F57 (or 0x686F57) is unknown color: approx Siam. HEX triplet: 68, 6F and 57. RGB value is (104,111,87). Sum of RGB (Red+Green+Blue) = 104+111+87=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 111 - color contains mainly: green. Hex color #686F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686F57 is #9790A8. Grayscale: #6A6A6A. Windows color (decimal): -9932969 or 5730152. OLE color: 5730152.

HSL color Cylindrical-coordinate representation of color #686F57: hue angle of 77.5º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #686F57 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB10411187-
CMYK0.0600.220.56
HSL77.5º12.12%38.82%-
HSV(B)77.5º21.62%43.53%-
XYZ13.111511.22-
YUV106.17117.18126.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.44%
GREEN value IS 111 (43.75% from 255) = 36.75%
BLUE value IS 87 (34.38% from 255) = 28.81%
R=34.44%
G=36.75%
B=28.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104111870.0600.220.5677.512.1238.82
Hex686F576016384ec27
Octal1501571276026701161447
Binary11010001101111101011111001011011100010011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686F57; }

 p { color: rgb(104,111,87); }

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

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

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

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

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

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

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